[skin.confluence] v3.0.6
- Added game controller support - Added DefaultAddonInputstream.png and DefaultAddonLookAndFeel.png - Changed unknown-user.png to DefaultUser.png - Removed obsolete fanart code from DialogVideoInfo.xml - Updated boolean conditions
This commit is contained in:
parent
e2fcf94673
commit
c9aa7eb336
@ -95,7 +95,7 @@
|
|||||||
<value condition="String.Contains(Listitem.mpaa,Not Rated)">mpaa_notrated</value>
|
<value condition="String.Contains(Listitem.mpaa,Not Rated)">mpaa_notrated</value>
|
||||||
</variable>
|
</variable>
|
||||||
<variable name="videocodec">
|
<variable name="videocodec">
|
||||||
<value condition="[String.Contains(ListItem.VideoCodec,div,left) | String.IsEqual(ListItem.VideoCodec,dx50)]">divx</value>
|
<value condition="[String.StartsWith(ListItem.VideoCodec,div) | String.IsEqual(ListItem.VideoCodec,dx50)]">divx</value>
|
||||||
<value>$INFO[ListItem.VideoCodec]</value>
|
<value>$INFO[ListItem.VideoCodec]</value>
|
||||||
</variable>
|
</variable>
|
||||||
<variable name="SeekLabel">
|
<variable name="SeekLabel">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user