Different watched overlays for TV and movies
#1
Looking through different skins and the wiki can't think/find a way to do it. Something like so:

Quote:<texture>movie_watched.png</texture>
<visible>show if returns watched</visible>

Quote:<texture>tv_watched.png</texture>
<visible>show if returns watched</visible>

Is there a way, thx...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#2
Container.Content(movies) + stringcompare(ListItem.Overlay,OverlayWatched.png) should work. Same for tv shows with content tvshows, seasons or episodes.
Image
Reply
#3
First skin I took a peek at was Xperience but all that stringcompare stuff confuses me...Worked like a charm though, thx
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
I haven't actually tried this but it will probably work and be more efficient than a constant string compare for every listitem and work for many variations

Quote:<texture>overlays/TV/$INFO[ListItem.Overlay]</texture>
<texture>overlays/Movies/$INFO[ListItem.Overlay]</texture>
then create a "overlays" folder in your media dir with sub dirs of tv, movies, episodes etc etc and put your different images in there
Reply
#5
@Jezz_X

Yep, worked...thx
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
Different watched overlays for TV and movies0