prepping for 1.3 release
This commit is contained in:
parent
24b9518d02
commit
18a8313bfc
|
@ -90,12 +90,12 @@
|
|||
</control>
|
||||
<!--power / settings-->
|
||||
<control type="group">
|
||||
<posx>col-12-begin</posx>
|
||||
<posx>851</posx>
|
||||
<posy>row-26-begin</posy>
|
||||
<control type="panel" id="9001">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col</width>
|
||||
<width>3-col</width>
|
||||
<height>1-col</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<onup>9000</onup>
|
||||
|
@ -145,6 +145,10 @@
|
|||
<label></label>
|
||||
<onclick>ActivateWindow(shutdownmenu)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
<label></label>
|
||||
<onclick>ActivateWindow(systeminfo)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
</control>
|
||||
|
|
|
@ -127,7 +127,6 @@
|
|||
</control>
|
||||
</control>
|
||||
</include>
|
||||
|
||||
<!--modal dialogs-->
|
||||
<include name="modalDialog">
|
||||
<control type="image">
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
</include>
|
||||
<include name="modalDialogContentShift">
|
||||
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
|
||||
<effect type="zoom" end="170" time="200" center="auto" tween="linear" easing="out"/>
|
||||
<effect type="zoom" end="130" time="200" center="auto" tween="linear" easing="out"/>
|
||||
</animation>
|
||||
</include>
|
||||
</includes>
|
||||
|
|
|
@ -210,7 +210,15 @@
|
|||
<property name="label3">$LOCALIZE[31111]</property>
|
||||
<onclick>ActivateWindow(programs,addons,return)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
<label>$LOCALIZE[31226]</label>
|
||||
<label2></label2>
|
||||
<property name="label3">$LOCALIZE[31227]</property>
|
||||
<onclick>RunAddon(service.libreelec.settings)</onclick>
|
||||
<visible>System.HasAddon(service.libreelec.settings)</visible>
|
||||
</item>
|
||||
<item>
|
||||
<visible>!System.HasAddon(service.libreelec.settings)</visible>
|
||||
<description>System Info</description>
|
||||
<label>$LOCALIZE[138]</label>
|
||||
<label2></label2>
|
||||
|
|
|
@ -7,43 +7,66 @@
|
|||
<include>globalBackground</include>
|
||||
<!--Folder titles-->
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-1-begin</posy>
|
||||
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
|
||||
<effect type="fade" start="0" end="100" time="300"/>
|
||||
</animation>
|
||||
<!--source title-->
|
||||
<control type="label">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-1-begin</posy>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>14-col</width>
|
||||
<font>pageTitle</font>
|
||||
<label>$LOCALIZE[31206]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<!--time-->
|
||||
<control type="label">
|
||||
<posx>24-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>12-col</width>
|
||||
<align>right</align>
|
||||
<font>pageTitle</font>
|
||||
<label>$INFO[System.Time]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<!--date-->
|
||||
<control type="label">
|
||||
<posx>24-col</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>12-col</width>
|
||||
<height>2-row</height>
|
||||
<align>right</align>
|
||||
<font>pageSubTitle</font>
|
||||
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<!--source subtitle / content selector-->
|
||||
<control type="list" id="95">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>96</posy>
|
||||
<posx>0</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>12-col</width>
|
||||
<height>1-row</height>
|
||||
<height>2-row</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<itemlayout width="2-col" height="1-row">
|
||||
<itemlayout width="2-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<font>pageSubTitle</font>
|
||||
<textcolor>44FFFFFF</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="2-col" height="1-row">
|
||||
<focusedlayout width="2-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<font>pageSubTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
|
@ -62,8 +85,6 @@
|
|||
</item>
|
||||
</content>
|
||||
</control>
|
||||
<!--dateTime-->
|
||||
<include>dateTime</include>
|
||||
</control>
|
||||
<control type="group">
|
||||
<posx>col-1-begin</posx>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<!--Track info-->
|
||||
<control type="grouplist">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-20-begin</posy>
|
||||
<posy>row-21-begin</posy>
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>10</itemgap>
|
||||
<control type="textbox">
|
||||
|
@ -60,7 +60,7 @@
|
|||
<control type="textbox">
|
||||
<width>10-col</width>
|
||||
<height>auto</height>
|
||||
<font>regular</font>
|
||||
<font>textbox</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<scroll>false</scroll>
|
||||
<shadowcolor>33000000</shadowcolor>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<textcolor>textActive</textcolor>
|
||||
<scroll>false</scroll>
|
||||
<shadowcolor>33000000</shadowcolor>
|
||||
<label>[B]$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ,]$INFO[musicplayer.Playlistlength, / ] $INFO[MusicPlayer.TimeRemaining,[ , ]][/B]</label>
|
||||
<label>[B]$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ,]$INFO[musicplayer.Playlistlength, / ] $INFO[MusicPlayer.TimeRemaining][/B]</label>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="skin.pellucid" version="1.2.4" name="Pellucid" provider-name="theDeadman">
|
||||
<addon id="skin.pellucid" version="1.3.0" name="Pellucid" provider-name="theDeadman">
|
||||
<requires>
|
||||
<import addon="xbmc.gui" version="5.12.0"/>
|
||||
<import addon="script.skinshortcuts" version="1.0.13"/>
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
**Changelog**
|
||||
|
||||
***TESTING BRANCH***
|
||||
DONE - set ondown in movie view etc to select first item in grid
|
||||
DONE - recent tvshow episode listing not working
|
||||
DONE - Add progress bar to resumable content
|
||||
DONE - playlist titles not working. (See Github for random label)
|
||||
[V1.3.0]
|
||||
|
||||
Librelec settings
|
||||
***Users are strongly encouraged to reset their menu structures***
|
||||
|
||||
- [NEW] Spotlight area removed and reintegrated into standard library views
|
||||
- [NEW] Homescreen redesigned
|
||||
- [NEW] Music fullscreen view redesigned
|
||||
- Numerous tweaks and polishes skin wide
|
||||
|
||||
[V1.2.4]
|
||||
- [UPDATED] French language file
|
||||
|
|
|
@ -928,3 +928,11 @@ msgstr ""
|
|||
msgctxt "#31225"
|
||||
msgid "All TV Shows"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31226"
|
||||
msgid "LibreElec Settings"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31227"
|
||||
msgid "Additional options for LibreElec"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue