This commit is contained in:
theDeadMan 2018-11-06 20:47:27 +00:00
parent bca6bb0c01
commit e3f3bfb70b
5 changed files with 88 additions and 41 deletions

View File

@ -4,36 +4,57 @@
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<control type="textbox">
<visible>integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>336</posx>
<posy>5-row</posy>
<width>8-col</width>
<height>3-row</height>
<font>sectionTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $INFO[listitem.title]</label>
</control>
<control type="grouplist" id="996"> <control type="grouplist" id="996">
<posx>col-6-begin</posx> <posx>col-4-begin</posx>
<posy>7-row</posy> <posy>8-row</posy>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<onright>9004</onright> <onright>9004</onright>
<height>17-row</height> <height>16-row</height>
</control> </control>
<control type="grouplist" id="9004"> <control type="group">
<animation type="Conditional" condition="!integer.IsGreater(Container(996).NumItems,0)"> <animation type="Conditional" condition="!integer.IsGreater(Container(996).NumItems,0)">
<effect type="slide" end="-300" time="0"/> <effect type="slide" end="-434" time="0"/>
</animation> </animation>
<posx>col-14-begin</posx> <control type="textbox">
<posy>7-row</posy> <posx>1200</posx>
<itemgap>0</itemgap> <posy>5-row</posy>
<width>6-col</width> <width>8-col</width>
<height>17-row</height> <height>3-row</height>
<itemgap>0</itemgap> <font>sectionTitle</font>
<onleft>996</onleft> <textcolor>textActive</textcolor>
<include condition="Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include> <label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $LOCALIZE[31243]</label>
<include condition="Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include> </control>
<include condition="window.isactive(pictures)">picturesSideMenu</include> <control type="grouplist" id="9004">
<include condition="window.isactive(addonbrowser)">addonsSideMenu</include> <posx>col-16-begin</posx>
<include condition="window.isactive(games)">gameSideMenu</include> <posy>8-row</posy>
</control> <itemgap>0</itemgap>
<control type="button" id="1000"> <width>6-col</width>
<description>Buttons</description> <height>16-row</height>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <itemgap>0</itemgap>
<focusedcolor>textActive</focusedcolor> <onleft>996</onleft>
<width>6-col</width> <include condition="Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
</control> <include condition="Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
<include condition="window.isactive(pictures)">picturesSideMenu</include>
<include condition="window.isactive(addonbrowser)">addonsSideMenu</include>
<include condition="window.isactive(games)">gameSideMenu</include>
</control>
<control type="button" id="1000">
<description>Buttons</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
</control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -72,18 +72,37 @@
<label>$INFO[videoplayer.title]</label> <label>$INFO[videoplayer.title]</label>
</control> </control>
</control> </control>
<!--player position--> <!--player position-->
<control type="label"> <control type="group">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>5-row</posy>
<width>8-col</width> <visible>!Pvr.IsPlayingTv</visible>
<height>3-row</height> <control type="label">
<font>pageSubTitle</font> <posx>0</posx>
<aligny>center</aligny> <posy>0</posy>
<textcolor>textActive</textcolor> <width>8-col</width>
<label>[B]$INFO[Player.FinishTime(HH:MM),$LOCALIZE[31160] ,]$INFO[player.timeremaining, - , $LOCALIZE[31143]][/B]</label> <height>3-row</height>
<scroll>false</scroll> <font>buttonTitle</font>
</control> <aligny>center</aligny>
<textcolor>textActive</textcolor>
<label>[B]$INFO[player.timeremaining] $INFO[player.finishtime,$LOCALIZE[31160] ,][/B]</label>
<scroll>false</scroll>
</control>
</control>
<control type="group">
<visible>Pvr.IsPlayingTv</visible>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<width>600</width>
<height>3-row</height>
<font>pageSubTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<label>[B]$INFO[VideoPlayer.EndTime,$LOCALIZE[31160] ,] • $INFO[VideoPlayer.NextTitle,$LOCALIZE[31242]: ,][/B]</label>
<scroll>false</scroll>
</control>
</control>
<!--synopsis--> <!--synopsis-->
<control type="textbox"> <control type="textbox">
<posx>0</posx> <posx>0</posx>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.pellucid" version="2.0.0" name="Pellucid" provider-name="theDeadman"> <addon id="skin.pellucid" version="2.0.1" name="Pellucid" provider-name="theDeadman">
<requires> <requires>
<import addon="xbmc.gui" version="5.13.0"/> <import addon="xbmc.gui" version="5.13.0"/>
<import addon="script.skinshortcuts" version="1.0.13"/> <import addon="script.skinshortcuts" version="1.0.13"/>

View File

@ -1,11 +1,10 @@
*In pipeline*
- revise controls for new window: MyGames.xml
**Changelog** **Changelog**
[V2.0.0] ***LEIA RELEASE*** [V2.0.0] ***LEIA RELEASE***
*In pipeline* - [COMPLETE] Minor bugfixes
- [GO TO ALBUM / ARTIST] Update script.
- revise controls for new window: MyGames.xml
- Rework context menu (activate via second menu)
[V1.4.0] ***LEIA BUILDS ONLY*** [V1.4.0] ***LEIA BUILDS ONLY***
- Preparing for Leia compatibility - Preparing for Leia compatibility

View File

@ -992,3 +992,11 @@ msgstr ""
msgctxt "#31241" msgctxt "#31241"
msgid "Shuffle" msgid "Shuffle"
msgstr "" msgstr ""
msgctxt "#31242"
msgid "Next"
msgstr ""
msgctxt "#31243"
msgid "General"
msgstr ""