Kodi Matrix

This commit is contained in:
theDeadMan 2021-01-09 17:44:45 +00:00
parent e4e66c40fa
commit 44e4df6005
14 changed files with 40 additions and 65 deletions

View File

@ -190,7 +190,7 @@
<pagecontrol>60</pagecontrol>
<itemlayout width="10-col" height="2-row">
<control type="label">
<visible>ListItem.AddonBroken</visible>
<visible>ListItem.AddonLifecycleDesc</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
@ -240,7 +240,7 @@
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<visible>ListItem.AddonBroken</visible>
<visible>ListItem.AddonLifecycleDesc</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>

View File

@ -55,31 +55,31 @@
<label>13016</label>
<visible>System.CanPowerDown + !Skin.HasSetting(exitFirst)</visible>
<thumb></thumb>
<onclick>xbmc.powerdown()</onclick>
<onclick>Powerdown()</onclick>
</item>
<item id="2">
<description>Exit to desktop</description>
<visible>Skin.HasSetting(exitFirst)</visible>
<label>13012</label>
<thumb></thumb>
<onclick>XBMC.Quit()</onclick>
<onclick>Quit()</onclick>
</item>
<item id="3">
<label>13011</label>
<visible>System.CanSuspend</visible>
<thumb></thumb>
<onclick>XBMC.Suspend()</onclick>
<onclick>Suspend()</onclick>
</item>
<item id="4">
<label>13010</label>
<visible>System.CanHibernate</visible>
<thumb></thumb>
<onclick>XBMC.Hibernate()</onclick>
<onclick>Hibernate()</onclick>
</item>
<item id="5">
<label>13013</label>
<thumb></thumb>
<onclick>XBMC.Reboot()</onclick>
<onclick>Reboot()</onclick>
</item>
<item id="6">
<label>$LOCALIZE[20126] $INFO[system.profilename]</label>
@ -94,13 +94,13 @@
<visible>!Skin.HasSetting(exitFirst)</visible>
<label>13012</label>
<thumb></thumb>
<onclick>XBMC.Quit()</onclick>
<onclick>Quit()</onclick>
</item>
<item id="8">
<label>13016</label>
<visible>System.CanPowerDown + Skin.HasSetting(exitFirst)</visible>
<thumb></thumb>
<onclick>xbmc.powerdown()</onclick>
<onclick>Powerdown()</onclick>
</item>
</content>
</control>

View File

@ -212,6 +212,13 @@
<onclick>SendClick(pvrguideinfo,6)</onclick>
</item>
<item id="4">
<visible>window.isactive(tvchannels) | window.isactive(radiochannels) | window.isactive(tvguide)</visible>
<label>826</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(pvrguideinfo,11)</onclick>
</item>
<item id="5">
<visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings) + !window.isactive(tvguide)</visible>
<label>31073</label>
<label2></label2>
@ -242,6 +249,10 @@
<description>Play recording</description>
<label>19687</label>
</control>
<control type="button" id="11">
<description>Set Reminder</description>
<label>826</label>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>

View File

@ -225,7 +225,7 @@
<itemgap>18</itemgap>
<orientation>horizontal</orientation>
<control type="image">
<visible>!player.paused + !System.Platform.Linux.RaspberryPi + !Skin.HasSetting(lowPowerMode)</visible>
<visible>!player.paused + !Skin.HasSetting(lowPowerMode)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-gutter</width>
@ -233,7 +233,7 @@
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>!player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
<visible>!player.paused + Skin.HasSetting(lowPowerMode)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-gutter</width>

View File

@ -86,7 +86,7 @@
<textureradiofocus></textureradiofocus>
<textureradionofocus></textureradionofocus>
<onclick>right</onclick>
<onclick>xbmc.mastermode</onclick>
<onclick>Mastermode</onclick>
<selected>system.ismaster</selected>
<visible>system.haslocks</visible>
</control>

View File

@ -56,6 +56,7 @@
</control>
<control type="group">
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>166</posx>
<posy>6</posy>
<control type="image">

View File

@ -285,6 +285,7 @@
</control>
<control type="group">
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>166</posx>
<posy>6</posy>
<control type="image">

View File

@ -64,7 +64,7 @@
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<visible>ListItem.IsPlaying + !player.paused</visible>
<posx>18</posx>
<posy>0</posy>
<width>72</width>
@ -76,7 +76,7 @@
</animation>
</control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
<visible>ListItem.IsPlaying + !player.paused + Skin.HasSetting(lowPowerMode)</visible>
<posx>0</posx>
<posy>0</posy>
<width>105</width>
@ -172,7 +172,7 @@
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<visible>ListItem.IsPlaying + !player.paused</visible>
<posx>18</posx>
<posy>0</posy>
<width>72</width>
@ -183,23 +183,6 @@
<effect type="rotatey" end="360" center="44" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>105</width>
<height>105</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label></label>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="52" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>

View File

@ -138,6 +138,7 @@
</control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>184</posx>
<posy>12</posy>
<control type="image">

View File

@ -95,26 +95,13 @@
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<visible>ListItem.IsPlaying + !player.paused</visible>
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor/>
<label></label>
</control>
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
@ -241,26 +228,13 @@
<include>spinFocusIcon</include>
</control>
<control type="image">
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<visible>ListItem.IsPlaying + !player.paused</visible>
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor/>
<label></label>
</control>
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>

View File

@ -307,6 +307,7 @@
</control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>167</posx>
<posy>6</posy>
<control type="image">

View File

@ -29,7 +29,7 @@
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<visible>!player.paused + !System.Platform.Linux.RaspberryPi + !Skin.HasSetting(lowPowerMode)</visible>
<visible>!player.paused + !Skin.HasSetting(lowPowerMode)</visible>
<posx>12</posx>
<posy>-10</posy>
<width>1-col-gutter</width>
@ -37,7 +37,7 @@
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>!player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
<visible>!player.paused + Skin.HasSetting(lowPowerMode)</visible>
<posx>3</posx>
<posy>-9</posy>
<width>1-col-textbox</width>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.pellucid" version="2.2.0" name="Pellucid" provider-name="theDeadman">
<addon id="skin.pellucid" version="2.3" name="Pellucid" provider-name="theDeadman">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
<import addon="script.skinshortcuts" version="1.0.13"/>
<import addon="xbmc.gui" version="5.15.0"/>
<import addon="script.skinshortcuts" version="1.1.4"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />

View File

@ -1,4 +1,7 @@
**Changelog**
[V2.3]
- Updated for Kodi Matrix
[V2.0.1]
*** Shout out to Loggio for a whole bunch of tweaks. Thanks! ***