This commit is contained in:
Chris Bevan 2017-02-09 21:50:33 +00:00
parent 610a7bbd8f
commit 549341945b
16 changed files with 473 additions and 318 deletions

View File

@ -33,38 +33,61 @@
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
</control> </control>
<control type="label"> <!--meta-->
<control type="panel">
<posx>0</posx> <posx>0</posx>
<posy>4-row</posy> <posy>132</posy>
<width>12-col-gutter</width> <width>10-col</width>
<align>left</align> <height>6-row</height>
<aligny>center</aligny> <enable>false</enable>
<font>itemTitle</font> <itemlayout width="5-col" height="2-row">
<textcolor>textActive</textcolor> <control type="label">
<shadowcolor>-</shadowcolor> <posx>0</posx>
<label>[COLOR highlight]$LOCALIZE[31214][/COLOR] $INFO[ListItem.channelname]</label> <posy>0</posy>
</control> <width>324</width>
<control type="label"> <font>itemSubTitle</font>
<posx>0</posx> <textcolor>highlight</textcolor>
<posy>5-row</posy> <label>[B]$INFO[ListItem.label][/B]</label>
<width>12-col-gutter</width> <shadowcolor>-</shadowcolor>
<align>left</align> </control>
<aligny>center</aligny> <control type="label">
<font>itemTitle</font> <posx>0</posx>
<textcolor>textActive</textcolor> <posy>32</posy>
<shadowcolor>-</shadowcolor> <width>324</width>
<label>[COLOR highlight]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label> <font>itemSubTitle</font>
</control> <textcolor>textActive</textcolor>
<control type="label"> <label fallback="31159">$INFO[ListItem.label2]</label>
<posx>0</posx> <shadowcolor>-</shadowcolor>
<posy>6-row</posy> </control>
<width>12-col-gutter</width> </itemlayout>
<align>left</align> <focusedlayout width="5-col" height="2-row">
<aligny>center</aligny> </focusedlayout>
<font>itemTitle</font> <content>
<textcolor>textActive</textcolor> <item>
<shadowcolor>-</shadowcolor> <label>$LOCALIZE[31214]</label>
<label>[COLOR highlight]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label> <label2>$INFO[ListItem.channelname]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31192]</label>
<label2>$INFO[ListItem.startdate]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31167]</label>
<label2>$INFO[ListItem.genre]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31193]</label>
<label2>$INFO[ListItem.duration]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control> </control>
<!--synopsis--> <!--synopsis-->
<control type="textbox"> <control type="textbox">

View File

@ -6,52 +6,45 @@
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<control type="group"> <control type="group">
<posx>col-9-begin</posx> <posx>col-1-begin</posx>
<posy>row-2-begin</posy> <posy>row-4-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOut</include> <include>modalDialogInOut</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <width>12-col</width>
<height>-</height> <height>-</height>
<aspectratio align="left" aligny="top">keep</aspectratio> <aspectratio align="left" aligny="top">keep</aspectratio>
<texture>$INFO[listitem.thumb]</texture> <texture>$INFO[listitem.thumb]</texture>
</control> </control>
<control type="panel" id="5"> <control type="panel" id="5">
<posx>0</posx> <posx>13-col</posx>
<posy>13-row</posy> <posy>0</posy>
<width>12-col</width> <width>11-col</width>
<height>12-row</height> <height>12-row</height>
<itemlayout width="8-col" height="36"> <enable>false</enable>
<itemlayout width="5-col" height="2-row">
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<width>4-col-gutter</width> <posy>0</posy>
<label>$INFO[ListItem.Label]</label> <width>324</width>
<font>smallStrong</font> <font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>3-col</posx> <posx>0</posx>
<width>9-col-gutter</width> <posy>32</posy>
<align>left</align> <width>324</width>
<label>[B]$INFO[ListItem.Label2][/B]</label> <font>itemSubTitle</font>
<font>smallStrong</font> <textcolor>textActive</textcolor>
<label fallback="31159">$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="8-col" height="36"> <focusedlayout width="5-col" height="2-row">
<control type="label">
<posx>0</posx>
<width>4-col-gutter</width>
<info>ListItem.Label</info>
<font>smallStrong</font>
</control>
<control type="label">
<posx>3-col</posx>
<width>9-col-gutter</width>
<align>left</align>
<info>ListItem.Label2</info>
<font>smallMedium</font>
</control>
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>

View File

@ -97,6 +97,10 @@
<label>$LOCALIZE[128]</label> <label>$LOCALIZE[128]</label>
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
<item id="2">
<label>$LOCALIZE[31170]</label>
<onclick>noop</onclick>
</item>
<item id="3"> <item id="3">
<label>$LOCALIZE[31044]</label> <label>$LOCALIZE[31044]</label>
<onclick>noop</onclick> <onclick>noop</onclick>
@ -196,6 +200,34 @@
<onclick>Skin.ToggleSetting(weatherdisplay)</onclick> <onclick>Skin.ToggleSetting(weatherdisplay)</onclick>
<selected>Skin.HasSetting(weatherdisplay)</selected> <selected>Skin.HasSetting(weatherdisplay)</selected>
</control> </control>
<control type="button" id="12">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit home menu</description>
<width>14-col</width>
<label>31171</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=mainmenu)</onclick>
</control>
<control type="button" id="13">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit video menu</description>
<width>14-col</width>
<label>31172</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=videosubmenu)</onclick>
</control>
<control type="button" id="14">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit music menu</description>
<width>14-col</width>
<label>31173</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=musicsubmenu)</onclick>
</control>
<control type="button" id="15">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit pictures menu</description>
<width>14-col</width>
<label>31174</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=picturessubmenu)</onclick>
</control>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<include>fadeInOut</include> <include>fadeInOut</include>
<onunload>control.setfocus(52)</onunload> <onunload>control.setfocus(50)</onunload>
<controls> <controls>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -78,7 +78,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
@ -104,7 +104,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">$INFO[Listitem.thumb]</texture> <texture border="6">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
</control> </control>

View File

@ -38,7 +38,7 @@
<texture border="6">DefaultPoster.png</texture> <texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse> <colordiffuse>44FFFFFF</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
@ -84,6 +84,7 @@
<texture fallback="DefaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture> <texture fallback="DefaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>

View File

@ -23,7 +23,7 @@
<texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture> <texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse> <colordiffuse>ff777777</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
@ -58,6 +58,7 @@
<texture fallback="DefaultPoster.png">$INFO[Listitem.thumb]</texture> <texture fallback="DefaultPoster.png">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>

View File

@ -78,7 +78,7 @@
<texture border="6">DefaultPoster.png</texture> <texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>ff777777</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>ListItem.IsParentFolder</visible> <visible>ListItem.IsParentFolder</visible>

View File

@ -38,7 +38,7 @@
<texture border="6">DefaultPoster.png</texture> <texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse> <colordiffuse>44FFFFFF</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>

View File

@ -157,7 +157,7 @@
<texture border="6">DefaultPoster.png</texture> <texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse> <colordiffuse>ff777777</colordiffuse>
</control> </control>
<!--movie--> <!--movie-->
<control type="label"> <control type="label">
@ -233,7 +233,7 @@
<texture border="6">DefaultPoster.png</texture> <texture border="6">DefaultPoster.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<!--movie--> <!--movie-->
<control type="label"> <control type="label">
@ -438,7 +438,7 @@
<texture border="6">DefaultAlbumCover.png</texture> <texture border="6">DefaultAlbumCover.png</texture>
<bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture> <bordertexture border="6" colordiffuse="11FFFFFF">colors/black.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
@ -488,6 +488,7 @@
<texture border="6">DefaultAlbumCover.png</texture> <texture border="6">DefaultAlbumCover.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>

File diff suppressed because it is too large Load Diff

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="1.0.4" name="Pellucid" provider-name="theDeadman"> <addon id="skin.pellucid" version="1.0.5" 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"/>
@ -14,8 +14,8 @@
<description lang="en">Built for the living room, Pellucid is a clean and simple kodi experience designed for maximum usability and minimum fuss. Skin Shortcuts addon support is available for full menu customisation.</description> <description lang="en">Built for the living room, Pellucid is a clean and simple kodi experience designed for maximum usability and minimum fuss. Skin Shortcuts addon support is available for full menu customisation.</description>
<platform>all</platform> <platform>all</platform>
<license>Creative Commons Attribution-Noncommercial-Share Alike 3.0</license> <license>Creative Commons Attribution-Noncommercial-Share Alike 3.0</license>
<forum></forum> <forum>http://forum.kodi.tv/forumdisplay.php?fid=267</forum>
<source>https://github.com/chrisbevan/skin.pellucid/tree/Krypton</source> <source>https://github.com/chrisbevan/skin.pellucid</source>
<assets> <assets>
<icon>resources/icon.png</icon> <icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart> <fanart>resources/fanart.jpg</fanart>

View File

@ -1,5 +1,12 @@
**Changelog** **Changelog**
[V1.0.5]
DONE - video playlists
DONE - pvr info screen rework (header - 2 column mode)
DONE - Add user options for menu customisation to skin settings
DONE - album default art fix
DONE - picture section fix
[V1.0.4] [V1.0.4]
- Minor tweaks and bug fixes - Minor tweaks and bug fixes
- [NEW] User option to remove weather data from homescreen - [NEW] User option to remove weather data from homescreen

View File

@ -490,7 +490,7 @@ msgid "Video decoder"
msgstr "" msgstr ""
msgctxt "#31116" msgctxt "#31116"
msgid "Set Homescreen Background directory" msgid "Set home background directory"
msgstr "" msgstr ""
msgctxt "#31117" msgctxt "#31117"
@ -685,6 +685,26 @@ msgctxt "#31169"
msgid "Rate" msgid "Rate"
msgstr "" msgstr ""
msgctxt "#31170"
msgid "Menus"
msgstr ""
msgctxt "#31171"
msgid "Edit home menu"
msgstr ""
msgctxt "#31172"
msgid "Edit video section menu"
msgstr ""
msgctxt "#31173"
msgid "Edit music section menu"
msgstr ""
msgctxt "#31174"
msgid "Edit picture section menu"
msgstr ""
msgctxt "#31175" msgctxt "#31175"
msgid "Set Latest Content" msgid "Set Latest Content"
msgstr "" msgstr ""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -60,6 +60,13 @@
<thumb /> <thumb />
<action>ActivateWindow(Videos,addons://sources/video/)</action> <action>ActivateWindow(Videos,addons://sources/video/)</action>
</shortcut> </shortcut>
<shortcut>
<label>136</label>
<label2>32014</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<action>ActivateWindow(Videos,special://videoplaylists/,return)</action>
</shortcut>
<shortcut> <shortcut>
<label>744</label> <label>744</label>
<label2>32014</label2> <label2>32014</label2>