2009-08-12, 00:57
Is it possible to use media flags (like network, tv-rating, etc) on season level? I'm using transparency! and want to mod it to display rating-icons (MA-14, FSK 16 etc) as cover-overlays. In the movie-library it already works, eg.
in ViewsVideoLibrary.xml works fine and will look like this:
But in the TV-section on season-level it won't work.
Any help?
Thanks
Code:
<control type="image">
<posx>50</posx>
<posy>650</posy>
<width>50</width>
<height>50</height>
<texture>special://skin/images/flags/movies/rating/fsk6.png</texture>
<visible>substring(listitem.mpaa,6) + !substring(listitem.mpaa,1</visible>
</control>
in ViewsVideoLibrary.xml works fine and will look like this:
But in the TV-section on season-level it won't work.
Any help?
Thanks