V1.3.2 preliminary
This commit is contained in:
parent
d2dec7599d
commit
34761ab94c
File diff suppressed because it is too large
Load Diff
|
@ -96,7 +96,6 @@
|
|||
<effect type="fade" start="100" end="0" time="350"/>
|
||||
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
|
||||
</animation>
|
||||
|
||||
<!--overlay-->
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">-</defaultcontrol>
|
||||
<controls>
|
||||
<controls>
|
||||
<control type="group">
|
||||
<posx>col-19-begin</posx>
|
||||
<include condition="!window.isactive(Notification)">progressPosition1</include>
|
||||
|
@ -33,6 +33,18 @@
|
|||
<label>13376</label>
|
||||
<textcolor>black</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>Player.Muted</visible>
|
||||
<posx>2-col</posx>
|
||||
<posy>35</posy>
|
||||
<width>1-col</width>
|
||||
<height>1-col</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<description>message</description>
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
<align>center</align>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>44000000</shadowcolor>
|
||||
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
||||
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)] [B]$INFO[weather.temperature][/B] [CAPITALIZE]$INFO[weather.conditions][/CAPITALIZE]</label>
|
||||
</control>
|
||||
</control>
|
||||
<!--now playing music-->
|
||||
|
@ -202,13 +202,13 @@
|
|||
<posy>row-24-begin</posy>
|
||||
<control type="grouplist">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<posy>8</posy>
|
||||
<width>24-col</width>
|
||||
<align>center</align>
|
||||
<itemgap>18</itemgap>
|
||||
<orientation>horizontal</orientation>
|
||||
<control type="image">
|
||||
<visible>!player.paused + !System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>!player.paused + !System.Platform.Linux.RaspberryPi + !Skin.HasSetting(lowPowerMode)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-gutter</width>
|
||||
|
@ -216,7 +216,7 @@
|
|||
<texture>equaliser.gif</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!player.paused + System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>!player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-gutter</width>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<posy>0</posy>
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>24</itemgap>
|
||||
<control type="textbox">
|
||||
<control type="label">
|
||||
<width>8-col</width>
|
||||
<align>left</align>
|
||||
<height>1-row</height>
|
||||
|
|
|
@ -5,10 +5,12 @@
|
|||
<control type="group" id="9125">
|
||||
<visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
|
||||
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
|
||||
<effect type="fade" start="100" end="0" time="100"/>
|
||||
<effect type="slide" start="0,0" end="0,-200" time="200"/>
|
||||
<effect type="fade" start="100" end="0" time="200"/>
|
||||
</animation>
|
||||
<animation type="Conditional" condition="controlgroup(9125).hasfocus">
|
||||
<effect type="fade" start="0" end="100" time="300" delay="300"/>
|
||||
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
|
||||
<effect type="fade" start="0" end="100" time="300" delay="350"/>
|
||||
</animation>
|
||||
<!--quick link selector-->
|
||||
<control type="list" id="9123">
|
||||
|
|
|
@ -5,10 +5,12 @@
|
|||
<control type="group" id="9101">
|
||||
<visible>$EXP[isMovie]</visible>
|
||||
<animation type="Conditional" condition="!controlgroup(9101).hasfocus">
|
||||
<effect type="fade" start="100" end="0" time="100"/>
|
||||
<effect type="slide" start="0,0" end="0,-200" time="200"/>
|
||||
<effect type="fade" start="100" end="0" time="200"/>
|
||||
</animation>
|
||||
<animation type="Conditional" condition="controlgroup(9101).hasfocus">
|
||||
<effect type="fade" start="0" end="100" time="300" delay="300"/>
|
||||
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
|
||||
<effect type="fade" start="0" end="100" time="300" delay="350"/>
|
||||
</animation>
|
||||
<!--quick link selector-->
|
||||
<control type="list" id="9102">
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi + !Skin.HasSetting(lowPowerMode)</visible>
|
||||
<posx>12</posx>
|
||||
<posy>12</posy>
|
||||
<width>1-col-gutter</width>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<texture>equaliser.gif</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>ListItem.IsPlaying + !player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
|
|
|
@ -86,16 +86,6 @@
|
|||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>6</posx>
|
||||
<posy>0</posy>
|
||||
<width>252</width>
|
||||
<height>6</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="6">colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col-gutter</width>
|
||||
|
@ -128,6 +118,30 @@
|
|||
<textcolor>textActive</textcolor>
|
||||
<label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>214</posx>
|
||||
<posy>6</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>8</posx>
|
||||
<posy>-2</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aligny>center</aligny>
|
||||
<font>symbol</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="4-col" height="391">
|
||||
<control type="group">
|
||||
|
@ -175,6 +189,30 @@
|
|||
<textcolor>textActive</textcolor>
|
||||
<label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>214</posx>
|
||||
<posy>0</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>8</posx>
|
||||
<posy>-2</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aligny>center</aligny>
|
||||
<font>symbol</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi + !Skin.HasSetting(lowPowerMode)</visible>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-gutter</width>
|
||||
|
@ -79,7 +79,7 @@
|
|||
<texture>equaliser.gif</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>ListItem.IsPlaying + !player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
|
|
|
@ -5,10 +5,12 @@
|
|||
<control type="group" id="9201">
|
||||
<visible>$EXP[isTVShow]</visible>
|
||||
<animation type="Conditional" condition="!controlgroup(9201).hasfocus">
|
||||
<effect type="fade" start="100" end="0" time="100"/>
|
||||
<effect type="slide" start="0,0" end="0,-200" time="200"/>
|
||||
<effect type="fade" start="100" end="0" time="200"/>
|
||||
</animation>
|
||||
<animation type="Conditional" condition="controlgroup(9201).hasfocus">
|
||||
<effect type="fade" start="0" end="100" time="300" delay="300"/>
|
||||
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
|
||||
<effect type="fade" start="0" end="100" time="300" delay="350"/>
|
||||
</animation>
|
||||
<!--quick link selector-->
|
||||
<control type="list" id="9202">
|
||||
|
@ -212,16 +214,6 @@
|
|||
<bordersize>6</bordersize>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>6</posx>
|
||||
<posy>0</posy>
|
||||
<width>216</width>
|
||||
<height>6</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="6">colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -276,6 +268,30 @@
|
|||
<textcolor>textDisabled</textcolor>
|
||||
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>176</posx>
|
||||
<posy>6</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>8</posx>
|
||||
<posy>-2</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aligny>center</aligny>
|
||||
<font>symbol</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="252" height="426">
|
||||
<control type="group">
|
||||
|
@ -343,6 +359,30 @@
|
|||
<textcolor>textDisabled</textcolor>
|
||||
<label>$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
|
||||
</control>
|
||||
<control type="group">
|
||||
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
||||
<posx>176</posx>
|
||||
<posy>0</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>8</posx>
|
||||
<posy>-2</posy>
|
||||
<width>36</width>
|
||||
<height>36</height>
|
||||
<aligny>center</aligny>
|
||||
<font>symbol</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>!player.paused + !System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>!player.paused + !System.Platform.Linux.RaspberryPi + !Skin.HasSetting(lowPowerMode)</visible>
|
||||
<posx>12</posx>
|
||||
<posy>-10</posy>
|
||||
<width>1-col-gutter</width>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<texture>equaliser.gif</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!player.paused + System.Platform.Linux.RaspberryPi</visible>
|
||||
<visible>!player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]</visible>
|
||||
<posx>3</posx>
|
||||
<posy>-9</posy>
|
||||
<width>1-col-textbox</width>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="skin.pellucid" version="1.3.1" name="Pellucid" provider-name="theDeadman">
|
||||
<addon id="skin.pellucid" version="1.3.2" name="Pellucid" provider-name="theDeadman">
|
||||
<requires>
|
||||
<import addon="xbmc.gui" version="5.12.0"/>
|
||||
<import addon="script.skinshortcuts" version="1.0.13"/>
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
**Changelog**
|
||||
|
||||
[V1.3.2]
|
||||
- [NEW] font support for Hebrew (thanks Arthurvaverko)
|
||||
- [FIXED] Mute icon (thanks Arthurvaverko)
|
||||
- [FIXED] Equaliser animation can now be disabled via low power mode (thanks Kaputt3)
|
||||
- [UPDATED] Unwatched item indicators on tvshow and season views
|
||||
- [UPDATED] Weather returned to homescreen
|
||||
|
||||
|
||||
[V1.3.1]
|
||||
- [FIXED] back button not working correctly on plugin-based poster views
|
||||
- [NEW] Homescreen menu hide function
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.7 MiB |
Loading…
Reference in New Issue