aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml')
-rw-r--r--addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml121
1 files changed, 121 insertions, 0 deletions
diff --git a/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml b/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml
new file mode 100644
index 0000000000..95719dba46
--- /dev/null
+++ b/addons/skin.pm3-hd/720p/IncludesCodecFlagging.xml
@@ -0,0 +1,121 @@
+<includes>
+ <include name="CodecFlaggingConditions">
+ <control type="image">
+ <description>Video rez Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture>
+ </control>
+ <control type="image">
+ <description>Xvid Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/xvid.png</texture>
+ <visible>substring(ListItem.VideoCodec,xvid)</visible>
+ </control>
+ <control type="image">
+ <description>Divx Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/divx.png</texture>
+ <visible>substring(ListItem.VideoCodec,divx) | substring(ListItem.VideoCodec,div3) |substring(ListItem.VideoCodec,div4) | substring(ListItem.VideoCodec,div5)</visible>
+ </control>
+ <control type="image">
+ <description>h264 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/h264.png</texture>
+ <visible>substring(ListItem.VideoCodec,h264)</visible>
+ </control>
+ <control type="image">
+ <description>avc1 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/avc1.png</texture>
+ <visible>substring(ListItem.VideoCodec,avc1)</visible>
+ </control>
+ <control type="image">
+ <description>wvc1 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/wvc1.png</texture>
+ <visible>substring(ListItem.VideoCodec,wvc1)</visible>
+ </control>
+ <control type="image">
+ <description>mpeg1video Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/mpeg1video.png</texture>
+ <visible>substring(ListItem.VideoCodec,mpeg1video)</visible>
+ </control>
+ <control type="image">
+ <description>mp3 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/mp3.png</texture>
+ <visible>substring(ListItem.AudioCodec,mp3)</visible>
+ </control>
+ <control type="image">
+ <description>dts Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/dts.png</texture>
+ <visible>substring(ListItem.AudioCodec,dca)</visible>
+ </control>
+ <control type="image">
+ <description>ac3 Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/ac3.png</texture>
+ <visible>substring(ListItem.AudioCodec,ac3) + !substring(ListItem.AudioChannels,6)</visible>
+ </control>
+ <control type="image">
+ <description>aac Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/aac.png</texture>
+ <visible>substring(ListItem.AudioCodec,aac)</visible>
+ </control>
+ <control type="image">
+ <description>Dolby Digital Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/dolbydigital.png</texture>
+ <visible>substring(ListItem.AudioCodec,ac3) + substring(ListItem.AudioChannels,6)</visible>
+ </control>
+ <control type="image">
+ <description>WMA Pro Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/wmapro.png</texture>
+ <visible>substring(ListItem.AudioCodec,wmapro)</visible>
+ </control>
+ <control type="image">
+ <description>Audio Channels Image</description>
+ <width>45</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.AudioChannels,flagging/audio/,.png]</texture>
+ </control>
+ <control type="image">
+ <description>Aspectratio Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.VideoAspect,flagging/aspectratio/,.png]</texture>
+ </control>
+ </include>
+</includes> \ No newline at end of file