This commit is contained in:
Chris Bevan 2016-11-19 11:33:24 +00:00
parent 45a0344175
commit 71625be497
22 changed files with 422 additions and 637 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -15,7 +15,7 @@
<control type="multiimage"> <control type="multiimage">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<imagepath>special://skin/extras/homeBackgrounds</imagepath> <imagepath>special://skin/extras/homeBackgrounds</imagepath>
<timeperimage>20000</timeperimage> <timeperimage>45000</timeperimage>
<fadetime>1000</fadetime> <fadetime>1000</fadetime>
<pauseatend>10000</pauseatend> <pauseatend>10000</pauseatend>
<randomize>true</randomize> <randomize>true</randomize>

View File

@ -13,6 +13,16 @@
</include> </include>
<!--video submenu items--> <!--video submenu items-->
<include name="videoSideMenu"> <include name="videoSideMenu">
<control type="button" id="506">
<description>Search</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31147</label>
<onclick>right</onclick>
<onclick>RunScript(script.globalsearch,movies=true&amp;tvshows=true&amp;episodes=true)</onclick>
</control>
<control type="button" id="3"> <control type="button" id="3">
<description>Sort by</description> <description>Sort by</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
@ -82,6 +92,16 @@
</include> </include>
<!--music submenu items--> <!--music submenu items-->
<include name="musicSideMenu"> <include name="musicSideMenu">
<control type="button" id="506">
<description>Search</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31147</label>
<onclick>right</onclick>
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true)</onclick>
</control>
<control type="button" id="3"> <control type="button" id="3">
<description>Sort by</description> <description>Sort by</description>
<width>6-col</width> <width>6-col</width>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9000</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
@ -9,6 +10,10 @@
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<!--source content--> <!--source content-->
<control type="group" id="9500"> <control type="group" id="9500">
<include>artist</include> <include>artist</include>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9999</defaultcontrol> <defaultcontrol always="false">9999</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
@ -15,13 +16,13 @@
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--initial animation-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<!--initial animation-->
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<include>liveTVChannels</include> <include>liveTVChannels</include>
</control> </control>

View File

@ -1,27 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<views>10</views> <views>10</views>
<defaultcontrol always="false">9999</defaultcontrol> <include>fadeInOut</include>
<defaultcontrol always="true">9999</defaultcontrol>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
<control type="group"> <control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--initial animation-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<!--initial animation-->
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<control type="epggrid" id="10"> <control type="epggrid" id="10">
<description>EPG Grid</description> <description>EPG Grid</description>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9999</defaultcontrol> <defaultcontrol always="false">9999</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
@ -11,12 +12,12 @@
</animation> </animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--initial animation-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<control type="panel" id="50"> <control type="panel" id="50">

View File

@ -1,22 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9999</defaultcontrol> <defaultcontrol always="false">9999</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
<control type="group"> <control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--initial animation-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<control type="panel" id="50"> <control type="panel" id="50">

View File

@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9000</defaultcontrol> <defaultcontrol always="false">9000</defaultcontrol>
<onload condition="window.previous(0)">setfocus(9000)</onload> <include>fadeInOut</include>
<previouswindow>home</previouswindow>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
<control type="group"> <control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<onleft>9000</onleft> <onleft>9000</onleft>
<include>photos</include> <include>photos</include>
</control> </control>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<previouswindow>home</previouswindow> <include>fadeInOut</include>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--fanart--> <!--fanart-->
@ -22,18 +22,14 @@
</control> </control>
<!--page container group--> <!--page container group-->
<control type="group"> <control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--initial animation-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<include>viewMusicPlayList</include> <include>viewMusicPlayList</include>
</control> </control>
<!--page scrollbar--> <!--page scrollbar-->

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<!--page container group--> <!--page container group-->
@ -15,6 +14,10 @@
<control type="group" id="9999"> <control type="group" id="9999">
<!--source content--> <!--source content-->
<control type="group"> <control type="group">
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation>
<control type="panel" id="50"> <control type="panel" id="50">
<posx>78</posx> <posx>78</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9000</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
@ -11,6 +12,7 @@
<control type="group" id="9999"> <control type="group" id="9999">
<animation type="windowopen"> <animation type="windowopen">
<effect type="fade" start="0" end="100" time="500"/> <effect type="fade" start="0" end="100" time="500"/>
<effect type="zoom" center="auto" start="120" end="100" time="300"/>
</animation> </animation>
<!--source content--> <!--source content-->
<control type="group" id="9500"> <control type="group" id="9500">

View File

@ -5,7 +5,7 @@
<control type="group"> <control type="group">
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
<visible>container.content(movies)</visible> <visible>container.content(movies) | container.content(tvshows)</visible>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>

View File

@ -21,9 +21,9 @@
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture> <texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>3</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
@ -56,9 +56,8 @@
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="DefaultPoster.png">$INFO[Listitem.thumb]</texture> <texture fallback="DefaultPoster.png">$INFO[Listitem.thumb]</texture>
<bordertexture border="6">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>

View File

@ -55,6 +55,7 @@
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="15-col" height="2-row"> <itemlayout width="15-col" height="2-row">
<control type="image"> <control type="image">
@ -68,17 +69,7 @@
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>13-col-textbox</width> <width>14-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="image">
<posx>14-col</posx>
<posy>0</posy>
<width>1-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture border="0">colors/black.png</texture>

File diff suppressed because it is too large Load Diff

View File

@ -11,10 +11,14 @@
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)"> <animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/> <effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
</animation> </animation>
<control type="image"> <control type="multiimage">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<texture>$INFO[skin.string(homeBackground)]</texture> <imagepath>special://skin/extras/homeBackgrounds</imagepath>
<colordiffuse>6Affffff</colordiffuse> <timeperimage>45000</timeperimage>
<fadetime>1000</fadetime>
<pauseatend>10000</pauseatend>
<randomize>true</randomize>
<loop>yes</loop>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">

View File

@ -24,18 +24,26 @@
[TODO] [TODO]
Video files node onback not working correctly
Recent items video: Add in progress videos node
Check all XMLS are present
Fix stop from fullscreen music view & Check that the fanart is working
Music menu: Radio recordings?? Music menu: Radio recordings??
Menu overrides: select correct content list Menu overrides: select correct content list
Make sure default view is a pagewidth single list. Change all views to 50 (except episodes / songs / seasons etc) Make sure default view is a pagewidth single list. Change all views to 50 (except episodes / songs / seasons etc)
Finish recent content screen - default backgrounds Lose .DS_Store (need to do this on the windows box)
Gamepad setup Gamepad setup
Pictures section refresh Pictures section refresh
Fix stop from fullscreen music view & Check that the fanart is working
Add user option: Revise player stop on return Add user option: Revise player stop on return

View File

@ -377,10 +377,18 @@ msgctxt "#31087"
msgid "PVR Timers" msgid "PVR Timers"
msgstr "" msgstr ""
msgctxt "#31088"
msgid "Video Addons"
msgstr ""
msgctxt "#31089" msgctxt "#31089"
msgid "File Browser" msgid "File Browser"
msgstr "" msgstr ""
msgctxt "#31090"
msgid "Music Addons"
msgstr ""
msgctxt "#31091" msgctxt "#31091"
msgid "Add Video Playlist" msgid "Add Video Playlist"
msgstr "" msgstr ""
@ -446,7 +454,11 @@ msgid "About this Kodi Installation"
msgstr "" msgstr ""
msgctxt "#31109" msgctxt "#31109"
msgid "Order: " msgid "Order: Ascending"
msgstr ""
msgctxt "#31110"
msgid "Order: Descending"
msgstr "" msgstr ""
msgctxt "#31111" msgctxt "#31111"

View File

@ -9,15 +9,6 @@
<action>Skin.SetString(recentitems,music)</action> <action>Skin.SetString(recentitems,music)</action>
<action>activateWindow(1103)</action> <action>activateWindow(1103)</action>
</shortcut> </shortcut>
<shortcut>
<visible>System.HasAddon(script.globalsearch)</visible>
<label>31147</label>
<label2>10005</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<action>RunScript(script.globalsearch,artists=true&amp;albums=true)</action>
<action>right</action>
</shortcut>
<shortcut> <shortcut>
<label>31005</label> <label>31005</label>
<label2>10005</label2> <label2>10005</label2>
@ -65,6 +56,13 @@
<thumb /> <thumb />
<action>activateWindow(MusicLibrary,special://musicplaylists/)</action> <action>activateWindow(MusicLibrary,special://musicplaylists/)</action>
</shortcut> </shortcut>
<shortcut>
<label>31090</label>
<label2>10005</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<action>ActivateWindow(MusicLibrary,Addons)</action>
</shortcut>
<shortcut> <shortcut>
<label>744</label> <label>744</label>
<label2>10005</label2> <label2>10005</label2>
@ -72,11 +70,4 @@
<thumb /> <thumb />
<action>ActivateWindow(Music,Files)</action> <action>ActivateWindow(Music,Files)</action>
</shortcut> </shortcut>
<shortcut>
<label>1038</label>
<label2>10005</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<action>ActivateWindow(MusicLibrary,Addons)</action>
</shortcut>
</shortcuts> </shortcuts>

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<overrides> <overrides>
<groupoverride group="mainmenu" condition="true">setfocus(9500)</groupoverride>
</overrides> </overrides>

View File

@ -1,14 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<shortcuts> <shortcuts>
<shortcut>
<visible>System.HasAddon(script.globalsearch)</visible>
<label>31147</label>
<label2>32014</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<action>RunScript(script.globalsearch,movies=true&amp;tvshows=true&amp;episodes=true)</action>
<action>right</action>
</shortcut>
<shortcut> <shortcut>
<label>31005</label> <label>31005</label>
<label2>32014</label2> <label2>32014</label2>
@ -57,6 +48,13 @@
<thumb /> <thumb />
<action>ActivateWindow(Videos,videodb://tvshows/titles/)</action> <action>ActivateWindow(Videos,videodb://tvshows/titles/)</action>
</shortcut> </shortcut>
<shortcut>
<label>31088</label>
<label2>32014</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<action>ActivateWindow(Videos,addons://sources/video/)</action>
</shortcut>
<shortcut> <shortcut>
<label>744</label> <label>744</label>
<label2>32014</label2> <label2>32014</label2>
@ -64,11 +62,4 @@
<thumb /> <thumb />
<action>ActivateWindow(Videos,sources://video/)</action> <action>ActivateWindow(Videos,sources://video/)</action>
</shortcut> </shortcut>
<shortcut>
<label>31147</label>
<label2>32014</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<action>ActivateWindow(Videos,addons://sources/video/)</action>
</shortcut>
</shortcuts> </shortcuts>