ronie Wrote:i wouldn't know as i haven't looked into it myself.As I've been using only the fanart view, this could be quick for me. But opening the relevant file (View-fanart.xml, right?) I see:
i suppose you could add a visible condition based on ListItem.IsFolder
to all the cases.
ListItem.IsFolder will be true for movie sets and false for movie files.
most of the View-*.xml will have to be modified, as i use the dvd/bluray cases in almost every view.
Code:
<control type="image">
<posx>164</posx>
<posy>648</posy>
<width>75</width>
<height>61</height>
<texture>movieset.png</texture>
<animation effect="fade" start="70" end="100" time="1000" pulse="true" condition="true">Conditional</animation>
<visible>!stringcompare(ListItem.Label,..) + ListItem.IsFolder + !Window.IsVisible(VideoFiles) + !Window.IsVisible(VideoPlaylist)</visible>
</control>Which seems to suggest that there is in fact a dedicate picture for the moviesets, which in this case is identical to the DVD one, plus the multidiscs in front.
Unless... no, looking at width and height this is just the multidiscs picture that gets printed on top of the regular case... I'll play with some editing... keeping a backup. We'll see what I can manage.

Search
Help