Watched/unwatched overlay on movies/TV shows
#1
Prbably a bit cheeky this, but I'm working on a mod of a skin for myself and wanted to find the code in Aeon Nox for the watched/unwatched overlays.

Can someone point me in the right direction for what to look for in the viewtype xml files?

ta Smile
QNAP TS670 NAS - 4x4TB Raided with NFS Support & Central MySQL DB
Pi 3 [Xbian] - Samsung 46" ES7000 Smart TV & HT-E5550 3D BD Sound System
Pi 3 [Xbian]  + Hyperion Ambilight- Samsung 48" Curved UE48JS9000 4k
PowerEthernet T1502 Powerline adapters
Reply
#2
List overlays are just the texture image with ListItem.Overlay. Watched/New flags are these includes:
Code:
<include condition="!Skin.HasSetting(AltNewOverlay)">OverlayVisibility0</include>
      <include condition="Skin.HasSetting(AltNewOverlay)">AltOverlayVisibility0</include>
The include can be found in Includes_Viewtypes.xml
Reply

Logout Mark Read Team Forum Stats Members Help
Watched/unwatched overlay on movies/TV shows0