Bug clearlogo fix in Confluence's TV Show Next Aired support
#1
I noticed a bug in the 720p/script-NextAired-TVGuide.xml layout (actually in the TVNextAiredListCommonLayout include in 720p/includes.xml):

It uses a reference to a logo.png based on the show's path, which only works if someone has saved all their clearlogos. It should instead be using the Art(clearlogo) property (like the code does for the poster and banner properties). i.e. change the 2 instances of:

Code:
<texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
into:
Code:
<texture background="true">$INFO[ListItem.Property(Art(clearlogo))]</texture>

That will make the icons show up if the user has clearlogos specified that aren't saved inside the show's path.

..wayne..
Reply

Logout Mark Read Team Forum Stats Members Help
clearlogo fix in Confluence's TV Show Next Aired support0