zwat Wrote:nice gonna try fix my keyboard with update and clean library action
I also have to add it under the keyboard.xml. So hitting the letter Z, would be this:
<Z>XBMC.UpdateLibrary(video)</Z>
Swwethip1
Senior Member Posts: 106 Joined: Sep 2008 Reputation: 0 |
2010-09-10 21:11
Post: #71
zwat Wrote:nice gonna try fix my keyboard with update and clean library action I also have to add it under the keyboard.xml. So hitting the letter Z, would be this: <Z>XBMC.UpdateLibrary(video)</Z> |
| find quote |
zwat
Fan Joined: Jul 2009 Reputation: 2 Location: Norway |
2010-09-10 21:17
Post: #72
z is already in use for changing aspect ratio. at least when playing video.
<v mod="ctrl">XBMC.UpdateLibrary(video)</v> <v mod="ctrl,shift">XBMC.CleanLibrary(video)</v> <m mod="ctrl">XBMC.UpdateLibrary(music)</m> <m mod="ctrl,shift">XBMC.CleanLibrary(music)</m> Currently addicted to Night. Watch this teaser and join the forum. Get and request your ClearLOGOs from the ClearLOGO site and forum Try my changes to the Night skin if u like how they looks |
| find quote |
zwat
Fan Joined: Jul 2009 Reputation: 2 Location: Norway |
2010-09-18 19:31
Post: #73
for some reason i don't get album cover when scraping so the default image for albums is shown. this image says nothing so i see no reason for having it there. what i thought to do instead was to get it to fall back on the genre image. but i can't find any fallback code in include_music_global.xml where can i try to do this genre thing?
Currently addicted to Night. Watch this teaser and join the forum. Get and request your ClearLOGOs from the ClearLOGO site and forum Try my changes to the Night skin if u like how they looks |
| find quote |
mcborzu
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2010-09-18 20:10
Post: #74
zwat Wrote:for some reason i don't get album cover when scraping so the default image for albums is shown. this image says nothing so i see no reason for having it there. what i thought to do instead was to get it to fall back on the genre image. but i can't find any fallback code in include_music_global.xml where can i try to do this genre thing? If I read that right, I believe there is no way to use $Info type stuff as a fallback. Only regular fallback="example/example.png" Check out The Carmichael - A Skin For XBMC Check out Night - A Skin For XBMC Check out Unfinished - A Skin For XBMC |
| find quote |
zwat
Fan Joined: Jul 2009 Reputation: 2 Location: Norway |
2010-09-18 20:41
Post: #75
ahh so u can just fall back on a hardcoded image? then i can try the isemty thing u do on ../logo.png and ../../logo.png. that should work right?
Currently addicted to Night. Watch this teaser and join the forum. Get and request your ClearLOGOs from the ClearLOGO site and forum Try my changes to the Night skin if u like how they looks |
| find quote |
mcborzu
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2010-09-19 02:07
Post: #76
zwat Wrote:ahh so u can just fall back on a hardcoded image? then i can try the isemty thing u do on ../logo.png and ../../logo.png. that should work right? Outside of a list you can use that trick, inside though you're pretty much limited to a fallback="". Check out The Carmichael - A Skin For XBMC Check out Night - A Skin For XBMC Check out Unfinished - A Skin For XBMC |
| find quote |
zwat
Fan Joined: Jul 2009 Reputation: 2 Location: Norway |
2010-09-19 04:34
Post: #77
damn so then albumcover or nothing should be possible? i rather have nothing than default image if cover ain't scraped.
Currently addicted to Night. Watch this teaser and join the forum. Get and request your ClearLOGOs from the ClearLOGO site and forum Try my changes to the Night skin if u like how they looks |
| find quote |
sonic00
Senior Member Posts: 159 Joined: Feb 2010 Reputation: 0 |
2010-09-19 13:25
Post: #78
Hi there. Where can I change the views for TVShows Libary?
I would like to add the "Wall View" (like in Movies) to TVShows, but I don't know how. |
| find quote |
zwat
Fan Joined: Jul 2009 Reputation: 2 Location: Norway |
2010-09-19 14:08
Post: #79
u can change the code in wallview for movies and try to get that to work for tvshows too. try to play with the visible code there.
Currently addicted to Night. Watch this teaser and join the forum. Get and request your ClearLOGOs from the ClearLOGO site and forum Try my changes to the Night skin if u like how they looks |
| find quote |
sonic00
Senior Member Posts: 159 Joined: Feb 2010 Reputation: 0 |
2010-09-19 15:06
Post: #80
Thanks ...
Had to edit: Code: <visible>!Skin.HasSetting(no_Wall) + [Container.Content(Movies) | Window.IsVisible(VideoFiles)]</visible> |
| find quote |