Changed: [PM3.HD] All ac3 audio is Dolby digital regardless of channel count
git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@324 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
parent
7be4a62966
commit
b8ae6914c6
@ -26,22 +26,12 @@
|
||||
</control>
|
||||
</include>
|
||||
<include name="AudioCodecFlagging">
|
||||
<control type="image">
|
||||
<description>Dolby Digital Image</description>
|
||||
<width>90</width>
|
||||
<height>33</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<texture>flagging/audio/dolbydigital.png</texture>
|
||||
<visible>[stringcompare(ListItem.AudioCodec,ac3) + stringcompare(ListItem.AudioChannels,6)]</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<description>Audio Codec Image</description>
|
||||
<width>90</width>
|
||||
<height>33</height>
|
||||
<aspectratio>keep</aspectratio>
|
||||
<texture>$INFO[ListItem.AudioCodec,flagging/audio/,.png]</texture>
|
||||
<!-- Don't show if I want the Dolby Digital Logo -->
|
||||
<visible>![stringcompare(ListItem.AudioCodec,ac3) + stringcompare(ListItem.AudioChannels,6)]</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<description>Audio Channels Image</description>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB |
Loading…
x
Reference in New Issue
Block a user