2011-08-05, 08:56
Hi All
Ive added a 3D flag based on the folder/file having 3D in the path however it seems that sometimes the flag gets overwritten by other flags:
Ive added the code directly in front the the subtitle control group:
Ive added a 3D flag based on the folder/file having 3D in the path however it seems that sometimes the flag gets overwritten by other flags:
Ive added the code directly in front the the subtitle control group:
Code:
<align>center</align>
<aligny>center</aligny>
<colordiffuse>StudioDiffuse</colordiffuse>
</include>
<include name="PosterMediaFlags">
<control type="group">
<include>Animation_SlideUpFadeOut</include>
<include>Animation_HiddenByInfo</include>
<posx>494</posx>
<posy>632</posy>
<width>418</width>
<animation effect="slide" start="0,0" end="0,30" time="200" condition="!system.getbool(lookandfeel.enablerssfeeds) | Skin.HasSetting(RSS_only_on_home) + !Window.IsActive(home) + !Window.IsVisible(2006)">Conditional</animation>
<visible>![Skin.HasSetting(nolanguagepanel) + Skin.HasSetting(noyearpanel) + Skin.HasSetting(nostudiopanel) + Skin.HasSetting(noratingpanel) + Skin.HasSetting(novideopanel) + Skin.HasSetting(noaudiopanel) + Skin.HasSetting(nosubtitlepanel)] + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes)]</visible>
[b] <control type="image">
<include>PosterMediaFlagsVarsCodec</include>
<texture>flags/Source/3D.png</texture>
<visible>substring(listitem.FileNameAndPath,3D) </visible>
</control>[/b]
<!-- Subtitle Panel -->
<control type="group">
<posx>-8</posx>
<visible>!Skin.HasSetting(nosubtitlepanel)</visible>
<animation effect="slide" start="0,0" end="98,0" condition="Skin.HasSetting(nolanguagepanel) | IsEmpty(ListItem.AudioLanguage)">Conditional</animation>
<animation effect="slide" start="0,0" end="84,0" condition="Skin.HasSetting(noyearpanel) | IsEmpty(ListItem.Year)">Conditional</animation>
<animation effect="s