Ich versuche gerade in einer Ansicht "RightList" von Aeon MQ folgendes nur für Filme zur Verfügung zustellen:
<control type="image"><!-- studios -->
<left>25</left>
<top>60</top>
<width>140</width>
<height>158</height>
<texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
</control>
Wenn ich dies so nutze wird mit das Studiologo unter Filmen, Serien, Staffeln und Episoden angezeigt.
<control type="image"><!-- studios -->
<left>25</left>
<top>60</top>
<width>140</width>
<height>158</height>
<texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<visible>[[[Container.Content(movies)|Container.Content(tvshows)|Container.Content(seasons)]+!SubString(ListItem.FolderPath,videodb://movies/)]|Container.Content(genres)]+!Skin.HasSetting(nowidevideocase)</visible>
</control>
Wenn ich den markierten Zusatz einfüge sehe ich das Studiologo nur noch in Serien und Staffeln.
Was zwar toll ist, ich jedoch nur bei Filmen sehen will. Also folgendes ohne Erfolg gemacht:
<control type="image"><!-- studios -->
<left>25</left>
<top>60</top>
<width>140</width>
<height>158</height>
<texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<visible>[[[Container.Content(movies)]+!SubString(ListItem.FolderPath,videodb://movies/)]|Container.Content(genres)]+!Skin.HasSetting(nowidevideocase)</visible>
</control>
Wo liegt mein Denkfehler, macht mich noch kirre der Sch....