prepping for 1.3 release
This commit is contained in:
parent
24b9518d02
commit
18a8313bfc
|
@ -90,12 +90,12 @@
|
||||||
</control>
|
</control>
|
||||||
<!--power / settings-->
|
<!--power / settings-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-12-begin</posx>
|
<posx>851</posx>
|
||||||
<posy>row-26-begin</posy>
|
<posy>row-26-begin</posy>
|
||||||
<control type="panel" id="9001">
|
<control type="panel" id="9001">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>2-col</width>
|
<width>3-col</width>
|
||||||
<height>1-col</height>
|
<height>1-col</height>
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
<onup>9000</onup>
|
<onup>9000</onup>
|
||||||
|
@ -145,6 +145,10 @@
|
||||||
<label></label>
|
<label></label>
|
||||||
<onclick>ActivateWindow(shutdownmenu)</onclick>
|
<onclick>ActivateWindow(shutdownmenu)</onclick>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<label></label>
|
||||||
|
<onclick>ActivateWindow(systeminfo)</onclick>
|
||||||
|
</item>
|
||||||
</content>
|
</content>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
|
@ -127,7 +127,6 @@
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
</include>
|
</include>
|
||||||
|
|
||||||
<!--modal dialogs-->
|
<!--modal dialogs-->
|
||||||
<include name="modalDialog">
|
<include name="modalDialog">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
</include>
|
</include>
|
||||||
<include name="modalDialogContentShift">
|
<include name="modalDialogContentShift">
|
||||||
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
|
<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>
|
</animation>
|
||||||
</include>
|
</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
|
|
@ -210,7 +210,15 @@
|
||||||
<property name="label3">$LOCALIZE[31111]</property>
|
<property name="label3">$LOCALIZE[31111]</property>
|
||||||
<onclick>ActivateWindow(programs,addons,return)</onclick>
|
<onclick>ActivateWindow(programs,addons,return)</onclick>
|
||||||
</item>
|
</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>
|
<item>
|
||||||
|
<visible>!System.HasAddon(service.libreelec.settings)</visible>
|
||||||
<description>System Info</description>
|
<description>System Info</description>
|
||||||
<label>$LOCALIZE[138]</label>
|
<label>$LOCALIZE[138]</label>
|
||||||
<label2></label2>
|
<label2></label2>
|
||||||
|
|
|
@ -7,43 +7,66 @@
|
||||||
<include>globalBackground</include>
|
<include>globalBackground</include>
|
||||||
<!--Folder titles-->
|
<!--Folder titles-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>0</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>0</posy>
|
<posy>row-1-begin</posy>
|
||||||
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
|
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
|
||||||
<effect type="fade" start="0" end="100" time="300"/>
|
<effect type="fade" start="0" end="100" time="300"/>
|
||||||
</animation>
|
</animation>
|
||||||
<!--source title-->
|
<!--source title-->
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>col-1-begin</posx>
|
<posx>0</posx>
|
||||||
<posy>row-1-begin</posy>
|
<posy>0</posy>
|
||||||
<width>14-col</width>
|
<width>14-col</width>
|
||||||
<font>pageTitle</font>
|
<font>pageTitle</font>
|
||||||
<label>$LOCALIZE[31206]</label>
|
<label>$LOCALIZE[31206]</label>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
</control>
|
</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-->
|
<!--source subtitle / content selector-->
|
||||||
<control type="list" id="95">
|
<control type="list" id="95">
|
||||||
<posx>col-1-begin</posx>
|
<posx>0</posx>
|
||||||
<posy>96</posy>
|
<posy>1-row</posy>
|
||||||
<width>12-col</width>
|
<width>12-col</width>
|
||||||
<height>1-row</height>
|
<height>2-row</height>
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
<itemlayout width="2-col" height="1-row">
|
<itemlayout width="2-col" height="2-row">
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>4-col</width>
|
<width>4-col</width>
|
||||||
|
<height>2-row</height>
|
||||||
<font>pageSubTitle</font>
|
<font>pageSubTitle</font>
|
||||||
<textcolor>44FFFFFF</textcolor>
|
<textcolor>44FFFFFF</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.label]</label>
|
<label>$INFO[ListItem.label]</label>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="2-col" height="1-row">
|
<focusedlayout width="2-col" height="2-row">
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>4-col</width>
|
<width>4-col</width>
|
||||||
|
<height>2-row</height>
|
||||||
<font>pageSubTitle</font>
|
<font>pageSubTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
|
@ -62,8 +85,6 @@
|
||||||
</item>
|
</item>
|
||||||
</content>
|
</content>
|
||||||
</control>
|
</control>
|
||||||
<!--dateTime-->
|
|
||||||
<include>dateTime</include>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-1-begin</posx>
|
<posx>col-1-begin</posx>
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
<!--Track info-->
|
<!--Track info-->
|
||||||
<control type="grouplist">
|
<control type="grouplist">
|
||||||
<posx>col-1-begin</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>row-20-begin</posy>
|
<posy>row-21-begin</posy>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
<itemgap>10</itemgap>
|
<itemgap>10</itemgap>
|
||||||
<control type="textbox">
|
<control type="textbox">
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<control type="textbox">
|
<control type="textbox">
|
||||||
<width>10-col</width>
|
<width>10-col</width>
|
||||||
<height>auto</height>
|
<height>auto</height>
|
||||||
<font>regular</font>
|
<font>textbox</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<scroll>false</scroll>
|
<scroll>false</scroll>
|
||||||
<shadowcolor>33000000</shadowcolor>
|
<shadowcolor>33000000</shadowcolor>
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<scroll>false</scroll>
|
<scroll>false</scroll>
|
||||||
<shadowcolor>33000000</shadowcolor>
|
<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>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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>
|
<requires>
|
||||||
<import addon="xbmc.gui" version="5.12.0"/>
|
<import addon="xbmc.gui" version="5.12.0"/>
|
||||||
<import addon="script.skinshortcuts" version="1.0.13"/>
|
<import addon="script.skinshortcuts" version="1.0.13"/>
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
**Changelog**
|
**Changelog**
|
||||||
|
|
||||||
***TESTING BRANCH***
|
[V1.3.0]
|
||||||
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)
|
|
||||||
|
|
||||||
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]
|
[V1.2.4]
|
||||||
- [UPDATED] French language file
|
- [UPDATED] French language file
|
||||||
|
|
|
@ -928,3 +928,11 @@ msgstr ""
|
||||||
msgctxt "#31225"
|
msgctxt "#31225"
|
||||||
msgid "All TV Shows"
|
msgid "All TV Shows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#31226"
|
||||||
|
msgid "LibreElec Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#31227"
|
||||||
|
msgid "Additional options for LibreElec"
|
||||||
|
msgstr ""
|
||||||
|
|
Loading…
Reference in New Issue