[skin.confluence] v3.0.3
Removed Player.ShowCodec
This commit is contained in:
parent
c3e3d2a657
commit
235963c2df
@ -286,7 +286,7 @@
|
|||||||
<depth>DepthOSD+</depth>
|
<depth>DepthOSD+</depth>
|
||||||
<left>0</left>
|
<left>0</left>
|
||||||
<top>50</top>
|
<top>50</top>
|
||||||
<visible>Player.ShowCodec + ![Window.IsVisible(script-cu-lrclyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
|
<visible>![Window.IsVisible(script-cu-lrclyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
|
||||||
<animation effect="fade" time="150">VisibleChange</animation>
|
<animation effect="fade" time="150">VisibleChange</animation>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<description>media info background image</description>
|
<description>media info background image</description>
|
||||||
@ -336,7 +336,7 @@
|
|||||||
<font>font12</font>
|
<font>font12</font>
|
||||||
</control>
|
</control>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<visible>Player.ShowCodec + MusicPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible>
|
<visible>MusicPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible>
|
||||||
<top>185</top>
|
<top>185</top>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<description>media info background image</description>
|
<description>media info background image</description>
|
||||||
|
@ -443,7 +443,7 @@
|
|||||||
</control>
|
</control>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<depth>DepthOSD+</depth>
|
<depth>DepthOSD+</depth>
|
||||||
<visible>Player.ShowCodec + VideoPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible>
|
<visible>VideoPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible>
|
||||||
<top>185</top>
|
<top>185</top>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<description>media info background image</description>
|
<description>media info background image</description>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addon
|
<addon
|
||||||
id="skin.confluence"
|
id="skin.confluence"
|
||||||
version="3.0.2"
|
version="3.0.3"
|
||||||
name="Confluence"
|
name="Confluence"
|
||||||
provider-name="Jezz_X, Team Kodi">
|
provider-name="Jezz_X, Team Kodi">
|
||||||
<requires>
|
<requires>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
[B]3.0.3[/B]
|
||||||
|
|
||||||
|
- Removed Player.ShowCodec
|
||||||
|
|
||||||
[B]3.0.2[/B]
|
[B]3.0.2[/B]
|
||||||
|
|
||||||
- Merged setting dialogs into DialogSettings
|
- Merged setting dialogs into DialogSettings
|
||||||
|
Loading…
Reference in New Issue
Block a user