2019-05-16, 02:09
@jurialmunkey in your Includes_Images.xml for the variable Image_landscape what's the purpose of
and why is it at the first position of your conditions? Because of this condition, probably because of String.IsEmpty(ListItem.Property(airday), i don't get any landscape art with with a video addon.
Code:
<value condition="!String.IsEmpty(ListItem.Art(thumb)) + [String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)] + String.IsEmpty(ListItem.Property(airday))">$INFO[ListItem.Art(thumb)]</value>