Kodi Community Forum

Full Version: Watched overlay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,
Where is the label for "watched movie" in xml files ? We have also a "unwatched" thing ?
Best to post in the specific skin forum as all skins do it differently...
I tried reading the wiki, found listitem.overlay, but I can't figure out how to use it. Someone can explain how does this work ?
You just add an image control with the position and size of the texture and add <info>ListItem.Overlay</info> to it. Then you need to add the relevant textures to the media folder.

ie

OverlayWatched.png
OverlayUnWatched.png

I'm not sure what the naming convention is for the compress file though or if it's even used (which I guess id the case for Trainer).
So, if i understand, xbmc itself write the tag <watched> in the db, and the skin only show the relevant info. Many thanks, Hitcher.