[skin.confluence] v3.0.36

- Added customisable home submenus that use library nodes
- Added news feature
This commit is contained in:
HitcherUK 2016-08-29 11:51:35 +01:00
parent 1f53a5a8b6
commit 96b6fee4fd
6 changed files with 124 additions and 43 deletions

View File

@ -45,7 +45,7 @@
</control> </control>
<control type="group"> <control type="group">
<left>270</left> <left>270</left>
<top>130</top> <top>115</top>
<control type="label"> <control type="label">
<description>Type txt</description> <description>Type txt</description>
<left>10</left> <left>10</left>
@ -143,6 +143,31 @@
<scrollout>false</scrollout> <scrollout>false</scrollout>
<pauseatend>2000</pauseatend> <pauseatend>2000</pauseatend>
</control> </control>
<control type="label">
<description>News txt</description>
<left>10</left>
<top>120</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[24054]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>News Value</description>
<left>160</left>
<top>120</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonNews]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="image"> <control type="image">
<left>0</left> <left>0</left>
<top>160</top> <top>160</top>

View File

@ -6,6 +6,45 @@
<onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(2)">ClearProperty(VideosDirectLink)</onunload> <onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(2)">ClearProperty(VideosDirectLink)</onunload>
<onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(3)">ClearProperty(MusicDirectLink)</onunload> <onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(3)">ClearProperty(MusicDirectLink)</onunload>
<controls> <controls>
<control type="list" id="90160">
<left>-10</left>
<top>-10</top>
<width>1</width>
<height>1</height>
<viewtype label="535">list</viewtype>
<itemlayout height="1" width="1">
</itemlayout>
<focusedlayout height="1" width="1">
</focusedlayout>
<content target="video" limit="6">library://video/movies/</content>
<visible>Library.HasContent(Movies)</visible>
</control>
<control type="list" id="90170">
<left>-10</left>
<top>-10</top>
<width>1</width>
<height>1</height>
<viewtype label="535">list</viewtype>
<itemlayout height="1" width="1">
</itemlayout>
<focusedlayout height="1" width="1">
</focusedlayout>
<content target="video" limit="6">library://video/tvshows/</content>
<visible>Library.HasContent(TVShows)</visible>
</control>
<control type="list" id="90110">
<left>-10</left>
<top>-10</top>
<width>1</width>
<height>1</height>
<viewtype label="535">list</viewtype>
<itemlayout height="1" width="1">
</itemlayout>
<focusedlayout height="1" width="1">
</focusedlayout>
<content target="video" limit="6">library://music/</content>
<visible>Library.HasContent(Music)</visible>
</control>
<include>CommonBackground</include> <include>CommonBackground</include>
<control type="image"> <control type="image">
<depth>DepthFloor</depth> <depth>DepthFloor</depth>

View File

@ -338,6 +338,7 @@
<font>font12</font> <font>font12</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<scroll>true</scroll>
<texturefocus border="5">HomeSubFO.png</texturefocus> <texturefocus border="5">HomeSubFO.png</texturefocus>
<texturenofocus border="5">HomeSubNF.png</texturenofocus> <texturenofocus border="5">HomeSubNF.png</texturenofocus>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>

View File

@ -54,34 +54,38 @@
</control> </control>
<control type="button" id="90162"> <control type="button" id="90162">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>31328</label> <label>$INFO[Container(90160).ListItemNoWrap(0).Label]</label>
<onclick>ActivateWindow(Videos,RecentlyAddedMovies,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(0).FileNameAndPath],return)</onclick>
</control> </control>
<control type="button" id="90163"> <control type="button" id="90163">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>20434</label> <label>$INFO[Container(90160).ListItemNoWrap(1).Label]</label>
<onclick>ActivateWindow(Videos,MovieSets,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(1).FileNameAndPath],return)</onclick>
<visible>Library.HasContent(MovieSets)</visible> <visible>!String.IsEmpty(Container(90160).ListItemNoWrap(1).Label)</visible>
</control> </control>
<control type="button" id="90164"> <control type="button" id="90164">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>369</label> <label>$INFO[Container(90160).ListItemNoWrap(2).Label]</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(2).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90160).ListItemNoWrap(2).Label)</visible>
</control> </control>
<control type="button" id="90165"> <control type="button" id="90165">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>135</label> <label>$INFO[Container(90160).ListItemNoWrap(3).Label]</label>
<onclick>ActivateWindow(Videos,MovieGenres,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(3).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90160).ListItemNoWrap(3).Label)</visible>
</control> </control>
<control type="button" id="90166"> <control type="button" id="90166">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>652</label> <label>$INFO[Container(90160).ListItemNoWrap(4).Label]</label>
<onclick>ActivateWindow(Videos,MovieYears,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(4).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90160).ListItemNoWrap(4).Label)</visible>
</control> </control>
<control type="button" id="90167"> <control type="button" id="90167">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>344</label> <label>$INFO[Container(90160).ListItemNoWrap(5).Label]</label>
<onclick>ActivateWindow(Videos,MovieActors,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90160).ListItemNoWrap(5).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90160).ListItemNoWrap(5).Label)</visible>
</control> </control>
<control type="image" id="90168"> <control type="image" id="90168">
<width>35</width> <width>35</width>
@ -97,33 +101,38 @@
</control> </control>
<control type="button" id="90172"> <control type="button" id="90172">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>31328</label> <label>$INFO[Container(90170).ListItemNoWrap(0).Label]</label>
<onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(0).FileNameAndPath],return)</onclick>
</control> </control>
<control type="button" id="90173"> <control type="button" id="90173">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>575</label> <label>$INFO[Container(90170).ListItemNoWrap(1).Label]</label>
<onclick>ActivateWindow(Videos,InProgressTvShows,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(1).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90170).ListItemNoWrap(1).Label)</visible>
</control> </control>
<control type="button" id="90174"> <control type="button" id="90174">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>369</label> <label>$INFO[Container(90170).ListItemNoWrap(2).Label]</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(2).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90170).ListItemNoWrap(2).Label)</visible>
</control> </control>
<control type="button" id="90175"> <control type="button" id="90175">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>135</label> <label>$INFO[Container(90170).ListItemNoWrap(3).Label]</label>
<onclick>ActivateWindow(Videos,TVShowGenres,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(3).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90170).ListItemNoWrap(3).Label)</visible>
</control> </control>
<control type="button" id="90176"> <control type="button" id="90176">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>652</label> <label>$INFO[Container(90170).ListItemNoWrap(4).Label]</label>
<onclick>ActivateWindow(Videos,TVShowYears,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(4).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90170).ListItemNoWrap(4).Label)</visible>
</control> </control>
<control type="button" id="90177"> <control type="button" id="90177">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>344</label> <label>$INFO[Container(90170).ListItemNoWrap(5).Label]</label>
<onclick>ActivateWindow(Videos,TVShowActors,return)</onclick> <onclick>ActivateWindow(Videos,$INFO[Container(90170).ListItemNoWrap(5).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90170).ListItemNoWrap(5).Label)</visible>
</control> </control>
<control type="image" id="90178"> <control type="image" id="90178">
<width>35</width> <width>35</width>
@ -139,37 +148,38 @@
</control> </control>
<control type="button" id="90112"> <control type="button" id="90112">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>133</label> <label>$INFO[Container(90110).ListItemNoWrap(0).Label]</label>
<onclick>ActivateWindow(Music,Artists,return)</onclick> <onclick>ActivateWindow(Music,$INFO[Container(90110).ListItemNoWrap(0).FileNameAndPath],return)</onclick>
<visible>Library.HasContent(Music)</visible>
</control> </control>
<control type="button" id="90113"> <control type="button" id="90113">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>132</label> <label>$INFO[Container(90110).ListItemNoWrap(1).Label]</label>
<onclick>ActivateWindow(Music,Albums,return)</onclick> <onclick>ActivateWindow(Music,$INFO[Container(90110).ListItemNoWrap(1).FileNameAndPath],return)</onclick>
<visible>Library.HasContent(Music)</visible> <visible>!String.IsEmpty(Container(90110).ListItemNoWrap(1).Label)</visible>
</control> </control>
<control type="button" id="90114"> <control type="button" id="90114">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>134</label> <label>$INFO[Container(90110).ListItemNoWrap(2).Label]</label>
<onclick>ActivateWindow(Music,Songs,return)</onclick> <onclick>ActivateWindow(Music,$INFO[Container(90110).ListItemNoWrap(2).FileNameAndPath],return)</onclick>
<visible>Library.HasContent(Music)</visible> <visible>!String.IsEmpty(Container(90110).ListItemNoWrap(2).Label)</visible>
</control> </control>
<control type="button" id="90115"> <control type="button" id="90115">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>744</label> <label>$INFO[Container(90110).ListItemNoWrap(3).Label]</label>
<onclick>ActivateWindow(Music,Files,return)</onclick> <onclick>ActivateWindow(Music,$INFO[Container(90110).ListItemNoWrap(3).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90110).ListItemNoWrap(3).Label)</visible>
</control> </control>
<control type="button" id="90116"> <control type="button" id="90116">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>14022</label> <label>$INFO[Container(90110).ListItemNoWrap(4).Label]</label>
<onclick>ActivateWindow(Music,Root)</onclick> <onclick>ActivateWindow(Music,$INFO[Container(90110).ListItemNoWrap(4).FileNameAndPath],return)</onclick>
<visible>Library.HasContent(Music)</visible> <visible>!String.IsEmpty(Container(90110).ListItemNoWrap(4).Label)</visible>
</control> </control>
<control type="button" id="90117"> <control type="button" id="90117">
<include>ButtonHomeSubCommonValues</include> <include>ButtonHomeSubCommonValues</include>
<label>24001</label> <label>$INFO[Container(90110).ListItemNoWrap(5).Label]</label>
<onclick>ActivateWindow(Music,Addons,return)</onclick> <onclick>ActivateWindow(Music,$INFO[Container(90110).ListItemNoWrap(5).FileNameAndPath],return)</onclick>
<visible>!String.IsEmpty(Container(90110).ListItemNoWrap(5).Label)</visible>
</control> </control>
<control type="image" id="90119"> <control type="image" id="90119">
<width>35</width> <width>35</width>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="3.0.35" name="Confluence" provider-name="Jezz_X, Team Kodi"> <addon id="skin.confluence" version="3.0.36" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires> <requires>
<import addon="xbmc.gui" version="5.12.0"/> <import addon="xbmc.gui" version="5.12.0"/>
</requires> </requires>
@ -136,5 +136,6 @@
<icon>resources/icon.png</icon> <icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart> <fanart>resources/fanart.jpg</fanart>
</assets> </assets>
<news>Customisable home submenus using the Library Node Editor addon</news>
</extension> </extension>
</addon> </addon>

View File

@ -1,3 +1,8 @@
[B]3.0.36[/B]
- Added customisable home submenus that use library nodes
- Added news feature
[B]3.0.35[/B] [B]3.0.35[/B]
- Updated language files from Transifex - Updated language files from Transifex