various
This commit is contained in:
parent
45a0344175
commit
71625be497
|
@ -15,7 +15,7 @@
|
|||
<control type="multiimage">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<imagepath>special://skin/extras/homeBackgrounds</imagepath>
|
||||
<timeperimage>20000</timeperimage>
|
||||
<timeperimage>45000</timeperimage>
|
||||
<fadetime>1000</fadetime>
|
||||
<pauseatend>10000</pauseatend>
|
||||
<randomize>true</randomize>
|
||||
|
|
|
@ -13,6 +13,16 @@
|
|||
</include>
|
||||
<!--video submenu items-->
|
||||
<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&tvshows=true&episodes=true)</onclick>
|
||||
</control>
|
||||
<control type="button" id="3">
|
||||
<description>Sort by</description>
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
|
@ -82,6 +92,16 @@
|
|||
</include>
|
||||
<!--music submenu items-->
|
||||
<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&albums=true)</onclick>
|
||||
</control>
|
||||
<control type="button" id="3">
|
||||
<description>Sort by</description>
|
||||
<width>6-col</width>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9000</defaultcontrol>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container group-->
|
||||
|
@ -9,6 +10,10 @@
|
|||
<include>modalDialogContentShift</include>
|
||||
<!--Main content listing-->
|
||||
<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-->
|
||||
<control type="group" id="9500">
|
||||
<include>artist</include>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9999</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
|
||||
|
@ -15,13 +16,13 @@
|
|||
<!--shift page for certain modal dialogs-->
|
||||
<include>modalDialogContentShift</include>
|
||||
|
||||
<!--initial animation-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" time="300"/>
|
||||
</animation>
|
||||
|
||||
<!--Main content listing-->
|
||||
<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>
|
||||
</control>
|
||||
|
||||
|
|
|
@ -1,27 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<views>10</views>
|
||||
<defaultcontrol always="false">9999</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container 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-->
|
||||
<include>modalDialogContentShift</include>
|
||||
|
||||
<!--initial animation-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" time="300"/>
|
||||
</animation>
|
||||
|
||||
<!--Main content listing-->
|
||||
<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">
|
||||
<description>EPG Grid</description>
|
||||
<posx>col-1-begin</posx>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9999</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container group-->
|
||||
|
@ -11,12 +12,12 @@
|
|||
</animation>
|
||||
<!--shift page for certain modal dialogs-->
|
||||
<include>modalDialogContentShift</include>
|
||||
<!--initial animation-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" time="300"/>
|
||||
</animation>
|
||||
<!--Main content listing-->
|
||||
<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>
|
||||
<posy>row-5-begin</posy>
|
||||
<control type="panel" id="50">
|
||||
|
|
|
@ -1,22 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9999</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container 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-->
|
||||
<include>modalDialogContentShift</include>
|
||||
<!--initial animation-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" time="300"/>
|
||||
</animation>
|
||||
<!--Main content listing-->
|
||||
<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>
|
||||
<posy>row-5-begin</posy>
|
||||
<control type="panel" id="50">
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9000</defaultcontrol>
|
||||
<onload condition="window.previous(0)">setfocus(9000)</onload>
|
||||
<previouswindow>home</previouswindow>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container 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-->
|
||||
<include>modalDialogContentShift</include>
|
||||
<!--Main content listing-->
|
||||
<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>
|
||||
<include>photos</include>
|
||||
</control>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
<previouswindow>home</previouswindow>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--fanart-->
|
||||
|
@ -22,18 +22,14 @@
|
|||
</control>
|
||||
<!--page container 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-->
|
||||
<include>modalDialogContentShift</include>
|
||||
<!--initial animation-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" time="300"/>
|
||||
</animation>
|
||||
<!--Main content listing-->
|
||||
<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>
|
||||
</control>
|
||||
<!--page scrollbar-->
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<!--page container group-->
|
||||
|
@ -15,6 +14,10 @@
|
|||
<control type="group" id="9999">
|
||||
<!--source content-->
|
||||
<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">
|
||||
<posx>78</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9000</defaultcontrol>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container group-->
|
||||
|
@ -11,6 +12,7 @@
|
|||
<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-->
|
||||
<control type="group" id="9500">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<control type="group">
|
||||
<!--fanart-->
|
||||
<control type="group">
|
||||
<visible>container.content(movies)</visible>
|
||||
<visible>container.content(movies) | container.content(tvshows)</visible>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
<height>4-col-gutter</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture>
|
||||
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
||||
<bordersize>6</bordersize>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
|
@ -56,9 +56,8 @@
|
|||
<height>4-col-gutter</height>
|
||||
<aspectratio>scale</aspectratio>
|
||||
<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>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
|
|
|
@ -12,13 +12,13 @@
|
|||
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture>
|
||||
<fadetime>500</fadetime>
|
||||
<colordiffuse>99ffffff</colordiffuse>
|
||||
<include>kenBurnsey</include>
|
||||
<include>kenBurnsey</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<texture>vignette.png</texture>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--cover art-->
|
||||
|
@ -55,6 +55,7 @@
|
|||
<onright>60</onright>
|
||||
<ondown>50</ondown>
|
||||
<onup>50</onup>
|
||||
<onback>9000</onback>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<itemlayout width="15-col" height="2-row">
|
||||
<control type="image">
|
||||
|
@ -68,17 +69,7 @@
|
|||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>13-col-textbox</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>
|
||||
<width>14-col</width>
|
||||
<height>69</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="0">colors/black.png</texture>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -11,11 +11,15 @@
|
|||
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
|
||||
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
|
||||
</animation>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>$INFO[skin.string(homeBackground)]</texture>
|
||||
<colordiffuse>6Affffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<control type="multiimage">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<imagepath>special://skin/extras/homeBackgrounds</imagepath>
|
||||
<timeperimage>45000</timeperimage>
|
||||
<fadetime>1000</fadetime>
|
||||
<pauseatend>10000</pauseatend>
|
||||
<randomize>true</randomize>
|
||||
<loop>yes</loop>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
|
|
|
@ -24,18 +24,26 @@
|
|||
|
||||
|
||||
[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??
|
||||
|
||||
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)
|
||||
|
||||
Finish recent content screen - default backgrounds
|
||||
Lose .DS_Store (need to do this on the windows box)
|
||||
|
||||
Gamepad setup
|
||||
|
||||
Pictures section refresh
|
||||
|
||||
Fix stop from fullscreen music view & Check that the fanart is working
|
||||
|
||||
|
||||
Add user option: Revise player stop on return
|
||||
|
||||
|
|
|
@ -377,10 +377,18 @@ msgctxt "#31087"
|
|||
msgid "PVR Timers"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31088"
|
||||
msgid "Video Addons"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31089"
|
||||
msgid "File Browser"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31090"
|
||||
msgid "Music Addons"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31091"
|
||||
msgid "Add Video Playlist"
|
||||
msgstr ""
|
||||
|
@ -446,7 +454,11 @@ msgid "About this Kodi Installation"
|
|||
msgstr ""
|
||||
|
||||
msgctxt "#31109"
|
||||
msgid "Order: "
|
||||
msgid "Order: Ascending"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31110"
|
||||
msgid "Order: Descending"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31111"
|
||||
|
|
|
@ -9,15 +9,6 @@
|
|||
<action>Skin.SetString(recentitems,music)</action>
|
||||
<action>activateWindow(1103)</action>
|
||||
</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&albums=true)</action>
|
||||
<action>right</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>31005</label>
|
||||
<label2>10005</label2>
|
||||
|
@ -65,6 +56,13 @@
|
|||
<thumb />
|
||||
<action>activateWindow(MusicLibrary,special://musicplaylists/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>31090</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>ActivateWindow(MusicLibrary,Addons)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>744</label>
|
||||
<label2>10005</label2>
|
||||
|
@ -72,11 +70,4 @@
|
|||
<thumb />
|
||||
<action>ActivateWindow(Music,Files)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>1038</label>
|
||||
<label2>10005</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>ActivateWindow(MusicLibrary,Addons)</action>
|
||||
</shortcut>
|
||||
</shortcuts>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<overrides>
|
||||
<groupoverride group="mainmenu" condition="true">setfocus(9500)</groupoverride>
|
||||
</overrides>
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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&tvshows=true&episodes=true)</action>
|
||||
<action>right</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>31005</label>
|
||||
<label2>32014</label2>
|
||||
|
@ -57,6 +48,13 @@
|
|||
<thumb />
|
||||
<action>ActivateWindow(Videos,videodb://tvshows/titles/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>31088</label>
|
||||
<label2>32014</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>ActivateWindow(Videos,addons://sources/video/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>744</label>
|
||||
<label2>32014</label2>
|
||||
|
@ -64,11 +62,4 @@
|
|||
<thumb />
|
||||
<action>ActivateWindow(Videos,sources://video/)</action>
|
||||
</shortcut>
|
||||
<shortcut>
|
||||
<label>31147</label>
|
||||
<label2>32014</label2>
|
||||
<icon>DefaultAddon.png</icon>
|
||||
<thumb />
|
||||
<action>ActivateWindow(Videos,addons://sources/video/)</action>
|
||||
</shortcut>
|
||||
</shortcuts>
|
||||
|
|
Loading…
Reference in New Issue