Ich versuche gerade die entsprechenden Hüllen im Homemenü Widget anzeigen zu lassen...
In dem Widget "Lastmovies" und "Random Movies" funtioniert das auch schon ohne Probleme...
Externer Inhalt
s1.directupload.net
Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
includes_WidgetLayout.xml
Code
<control type="image">
<posx>-32</posx>
<posy>4</posy>
<width>265</width>
<height>350</height>
<aspectratio>stretch</aspectratio>
<texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$VAR[WidgetCaseVar]</texture>
<visible>Skin.HasSetting(CasesonWidgets)</visible>
</control>
variables.xml
Code
<variable name="WidgetCaseVar">
<value condition="SubString(ListItem.Property(VideoResolution),3d)">3d.png</value>
<value>$INFO[ListItem.Property(VideoResolution)]p.png</value>
</variable>
allerding wird das 3d cover im Info-screen des widgets nicht angezeigt...
Externer Inhalt
s7.directupload.net
Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
ich weiß nicht, wie das entsprechende Control aussehen muss...
so wird alles richtig ausgegebnen (DVD, Bluray) nur nicht 3d...
Code
<control type="image">
<left>-25</left>
<top>-390</top>
<width>568</width>
<height>718</height>
<texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[Window(home).Property(VideoResolution)]p.png</texture>
<visible></visible>
</control>
hat jemand einen Tipp was ich probieren könnte?