what file must be change to accomplish this?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Swwethip1 Offline
Senior Member
Posts: 106
Joined: Sep 2008
Reputation: 0
Post: #71
zwat Wrote:nice gonna try fix my keyboard with update and clean library action Big Grin

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 Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
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 Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
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 Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
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"

[Image: widget]

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 Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
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 Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
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="".

[Image: widget]

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 Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
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 Offline
Senior Member
Posts: 159
Joined: Feb 2010
Reputation: 0
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 Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
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 Offline
Senior Member
Posts: 159
Joined: Feb 2010
Reputation: 0
Post: #80
Thanks ...

Had to edit:

Code:
<visible>!Skin.HasSetting(no_Wall) + [Container.Content(Movies) | Window.IsVisible(VideoFiles)]</visible>
find quote
Post Reply