This commit is contained in:
theDeadMan 2017-10-03 20:32:12 +01:00
parent 4374806117
commit b466370491
29 changed files with 51 additions and 818 deletions

View File

@ -99,8 +99,8 @@
<!--menu logos--> <!--menu logos-->
<variable name="menuLogo"> <variable name="menuLogo">
<value condition="window.isactive(pictures)"></value> <value condition="window.isactive(pictures)"></value>
<value condition="[window.isactive(1106) + String.IsEqual(skin.string(recentitems),music)] | window.isactive(music) | window.isactive(radiochannels) | window.isactive(radioguide) | window.isactive(radiorecordings) | window.isactive(radiotimers) | window.isactive(musicplaylist)"></value> <value condition="window.isactive(music) | window.isactive(radiochannels) | window.isactive(radioguide) | window.isactive(radiorecordings) | window.isactive(radiotimers) | window.isactive(musicplaylist)"></value>
<value condition="[window.isactive(1106) + String.IsEqual(skin.string(recentitems),video)] | window.isactive(videos) | window.isactive(tvchannels) | window.isactive(tvrecordings) | window.isactive(tvguide) | window.isactive(tvtimers) | window.isactive(videoplaylist)"></value> <value condition="window.isactive(videos) | window.isactive(tvchannels) | window.isactive(tvrecordings) | window.isactive(tvguide) | window.isactive(tvtimers) | window.isactive(videoplaylist)"></value>
</variable> </variable>
<!--extra fanart sourcing--> <!--extra fanart sourcing-->
<variable name="extraFanartLocation"> <variable name="extraFanartLocation">

View File

@ -154,25 +154,25 @@
</control> </control>
<!--Additional info--> <!--Additional info-->
<control type="group"> <control type="group">
<posx>16-col</posx> <posx>6-col</posx>
<posy>22-row</posy> <posy>22-row</posy>
<control type="progress"> <control type="progress">
<description>Disk usage bar</description> <description>Disk usage bar</description>
<left>0</left> <left>0</left>
<top>1</top> <top>1</top>
<width>8-col</width> <width>12-col</width>
<height>1-row</height> <height>48</height>
<texturebg colordiffuse="textboxInactive">colors/black.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/black.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>PVR.backenddiskspaceprogr</info><visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible> <info>PVR.backenddiskspaceprogr</info><visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>6</posy>
<width>8-col</width> <width>12-col</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<align>center</align> <align>center</align>
<textcolor>background</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[Pvr.BackendDiskSpace]</label> <label>$INFO[Pvr.BackendDiskSpace]</label>
@ -192,15 +192,15 @@
</control> </control>
</control> </control>
<!--Folder titles--> <!--Folder titles-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-1-begin</posy> <posy>row-1-begin</posy>
<!--source title--> <!--title-->
<control type="label"> <control type="label">
<visible>Window.IsVisible(TVTimerRules)</visible> <visible>Window.IsVisible(TVTimerRules)</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>14-col</width> <width>18-col</width>
<font>pageTitle</font> <font>pageTitle</font>
<label>$LOCALIZE[31006] [COLOR highlight]$LOCALIZE[31055][/COLOR]</label> <label>$LOCALIZE[31006] [COLOR highlight]$LOCALIZE[31055][/COLOR]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -209,22 +209,43 @@
<visible>Window.IsVisible(RadioTimerRules)</visible> <visible>Window.IsVisible(RadioTimerRules)</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>14-col</width> <width>18-col</width>
<font>pageTitle</font> <font>pageTitle</font>
<label>$LOCALIZE[31059] [COLOR highlight]$LOCALIZE[31055][/COLOR]</label> <label>$LOCALIZE[31059] [COLOR highlight]$LOCALIZE[31055][/COLOR]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="label"> <!--subtitle-->
<posx>0</posx> <control type="label">
<posy>45</posy> <posx>0</posx>
<width>14-col</width> <posy>1-row</posy>
<font>pageSubTitle</font> <width>12-col</width>
<label>$INFO[container.numitems] $LOCALIZE[31145]</label> <height>2-row</height>
<textcolor>textActive</textcolor> <font>pageSubTitle</font>
</control> <label>$INFO[container.numitems] $LOCALIZE[31145]</label>
</control> <textcolor>textActive</textcolor>
<!--dateTime--> </control>
<include>dateTime</include> <!--time-->
<control type="label">
<posx>24-col</posx>
<posy>0</posy>
<width>12-col</width>
<align>right</align>
<font>pageTitle</font>
<label>$INFO[System.Time]</label>
<textcolor>textActive</textcolor>
</control>
<!--date-->
<control type="label">
<posx>24-col</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>2-row</height>
<align>right</align>
<font>pageSubTitle</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>
</control>
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>

View File

@ -2,22 +2,10 @@
<includes> <includes>
<include name="addonposters"> <include name="addonposters">
<control type="group"> <control type="group">
<!--fanart-->
<control type="group">
<visible>$EXP[isAddonMovieOrTVshow]</visible>
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">$INFO[Listitem.art(fanart)]</texture>
<fadetime>500</fadetime>
<colordiffuse>22ffffff</colordiffuse>
</control>
<include>kenBurnsey</include>
</control>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>$EXP[isAddonMovieOrTVshow]</visible> <visible>$EXP[isAddonMovieOrTVshow]</visible>
<posx>90</posx> <posx>90</posx>
<posy>row-21-begin</posy> <posy>row-5-begin</posy>
<width>1800</width> <width>1800</width>
<height>22-row</height> <height>22-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>

View File

@ -26,8 +26,8 @@
<width>6-col</width> <width>6-col</width>
<height>17-row</height> <height>17-row</height>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<include condition="[String.IsEqual(skin.string(recentitems),video) + Window.isactive(1106)] | Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include> <include condition="Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
<include condition="[String.IsEqual(skin.string(recentitems),music) + Window.isactive(1106)] | Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include> <include condition="Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
<include condition="window.isactive(pictures)">picturesSideMenu</include> <include condition="window.isactive(pictures)">picturesSideMenu</include>
<include condition="window.isactive(addonbrowser)">addonsSideMenu</include> <include condition="window.isactive(addonbrowser)">addonsSideMenu</include>
</control> </control>

View File

@ -9,7 +9,7 @@
<posy>0</posy> <posy>0</posy>
<!--overlay--> <!--overlay-->
<control type="image"> <control type="image">
<include>fullscreenDimensions</include> <include>dimensionsFullscreen</include>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>e9FFFFFF</colordiffuse> <colordiffuse>e9FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>

View File

@ -1,125 +0,0 @@
<?xml version="1.0"?>
<window id="5100">
<defaultcontrol>7000</defaultcontrol>
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
<control type="grouplist" id="7000">
<posx>col-10-begin</posx>
<posy>4-row</posy>
<height>20-row</height>
<itemgap>0</itemgap>
<control type="button" id="5110">
<description>button import games</description>
<label>$ADDON[script.games.rom.collection.browser 32500]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5121">
<description>button rescrape game</description>
<label>$ADDON[script.games.rom.collection.browser 32501]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5122">
<description>button rescrape selection</description>
<label>$ADDON[script.games.rom.collection.browser 32502]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5111">
<description>button add rom collection</description>
<label>$ADDON[script.games.rom.collection.browser 32503]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5112">
<description>button edit rom collection</description>
<label>$ADDON[script.games.rom.collection.browser 32504]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5117">
<description>button edit offline scraper</description>
<label>$ADDON[script.games.rom.collection.browser 32505]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5113">
<description>button edit command</description>
<label>$ADDON[script.games.rom.collection.browser 32506]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5118">
<description>button game as favorite</description>
<label>$ADDON[script.games.rom.collection.browser 32507]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5119">
<description>button selection as favorite</description>
<label>$ADDON[script.games.rom.collection.browser 32508]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5120">
<description>button export nfo files</description>
<label>$ADDON[script.games.rom.collection.browser 32509]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5114">
<description>button delete rom</description>
<label>$ADDON[script.games.rom.collection.browser 32510]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5115">
<description>button delete rom collection</description>
<label>$ADDON[script.games.rom.collection.browser 32511]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5116">
<description>button clean database</description>
<label>$ADDON[script.games.rom.collection.browser 32512]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5223">
<description>button open settings</description>
<label>$ADDON[script.games.rom.collection.browser 32513]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
<control type="button" id="5224">
<description>button set gameclient</description>
<label>$ADDON[script.games.rom.collection.browser 32514]</label>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>script-RCB-contextmenu.xml</label>
</control>
</controls>
</window>

View File

@ -1,649 +0,0 @@
<?xml version="1.0"?>
<window>
<defaultcontrol always="true">500</defaultcontrol>
<controls>
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false" align="left">scale</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>22ffffff</colordiffuse>
<fadetime>500</fadetime>
<include>kenBurnsey</include>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</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>
<!--Main content listing-->
<control type="group" id="9999">
<control type="panel" id="50">
<animation type="windowclose">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>12-col</width>
<height>22-row</height>
<onleft>500</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="12-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="12-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<!--coverart-->
<control type="image">
<posx>col-14-begin</posx>
<posy>row-5-begin</posy>
<width>11-col</width>
<height>486</height>
<aspectratio scalediffuse="false" align="left">scale</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[ListItem.Property(gameinfobig)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="70" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>966</posx>
<posy>row-5-begin</posy>
<height>789</height>
<onleft>50</onleft>
</control>
</control>
<!--Folder titles-->
<control type="group">
<posx>0</posx>
<posy>0</posy>
<!--source title-->
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31156] [COLOR highlight]$INFO[ListItem.Property(console)][/COLOR]</label>
<textcolor>textActive</textcolor>
</control>
<!--source subtitle-->
<control type="label">
<posx>col-1-begin</posx>
<posy>96</posy>
<width>auto</width>
<font>regular</font>
<label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
<textcolor>textActive</textcolor>
</control>
</control>
<!--dateTime-->
<include>dateTime</include>
</control>
<!--end of page container group-->
</control>
<!-- Console menu-->
<control type="group" id="9000">
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
</animation>
<animation type="Conditional" condition="!controlgroup(9000).hasfocus">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--section logo-->
<control type="group">
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbolVeryLarge</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</control>
<control type="list" id="500">
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-5-begin</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-5-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-5-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--sorting and misc controls-->
<control type="group" id="61">
<animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(1100)">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
<animation type="Conditional" condition="controlgroup(9002).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--logo-->
<control type="image">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<texture>kodilogo.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" delay="600" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="900" time="300"/>
</animation>
</control>
<control type="grouplist" id="9002">
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-5-begin</width>
<height>27-row</height>
<itemgap>0</itemgap>
<onright>9000</onright>
<onup>9002</onup>
<ondown>9002</ondown>
<control type="button" id="1100">
<description>Search</description>
<label>31124</label>
<height>2-row</height>
<width>col-5-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="button" id="2000">
<description>Genre</description>
<label>$ADDON[script.games.rom.collection.browser 32401]: $INFO[control.getlabel(600)] </label>
<height>2-row</height>
<width>col-5-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(600)</onclick>
</control>
<control type="button" id="2001">
<description>Year</description>
<label>$ADDON[script.games.rom.collection.browser 32400]: $INFO[control.getlabel(700)] </label>
<height>2-row</height>
<width>col-5-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(700)</onclick>
</control>
<control type="button" id="2002">
<description>Publisher</description>
<label>$ADDON[script.games.rom.collection.browser 32402]: $INFO[control.getlabel(800)] </label>
<height>2-row</height>
<width>col-5-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(800)</onclick>
</control>
<control type="button" id="2003">
<description>Character</description>
<label>$ADDON[script.games.rom.collection.browser 32407]: $INFO[control.getlabel(900)] </label>
<height>2-row</height>
<width>col-5-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<onclick>control.setfocus(900)</onclick>
</control>
<control type="radiobutton" id="1000">
<description>Favourites filter</description>
<height>2-row</height>
<width>col-5-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
<textoffsetx>col-1-begin</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32404]:</label>
</control>
<control type="button" id="4001">
<description>Missing info filter</description>
<height>2-row</height>
<width>col-5-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32409]</label>
</control>
</control>
</control>
<!-- filter controls -->
<control type="group" id="100">
<animation type="Conditional" condition="!controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
<animation type="Conditional" condition="controlgroup(100).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--logo-->
<control type="image">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<texture>kodilogo.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation type="Conditional" condition="controlgroup(9000).hasfocus">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" delay="600" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="900" time="300"/>
</animation>
</control>
<!--genre-->
<control type="list" id="600">
<visible allowhiddenfocus="true">Control.HasFocus(600)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-5-begin</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-5-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-5-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
<!-- Year filter -->
<control type="list" id="700">
<visible allowhiddenfocus="true">Control.HasFocus(700)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-5-begin</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-5-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-5-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
<!-- Publisher filter -->
<control type="list" id="800">
<visible allowhiddenfocus="true">Control.HasFocus(800)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-5-begin</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-5-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-5-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
<!-- Character filter-->
<control type="list" id="900">
<visible allowhiddenfocus="true">Control.HasFocus(900)</visible>
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-5-begin</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9999</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-5-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-5-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control>
<!-- Busy indicator -->
<control type="group">
<visible>!isempty(control.getlabel(4000))</visible>
<posx>0</posx>
<posy>0</posy>
<!--animations-->
<animation type="visible">
<effect type="fade" start="0" end="100" time="400"/>
</animation>
<animation type="hidden">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>77FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>13-col</posx>
<posy>row-9-begin</posy>
<width>50</width>
<height>50</height>
<aspectratio>keep</aspectratio>
<texture border="0">busy.gif</texture>
<bordertexture border="0">-</bordertexture>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label" id="4000">
<visible>false</visible>
<description>Notes</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-Rom_Collection_Browser-main.xml</label>
</control>
</controls>
</window>

View File

@ -4,7 +4,6 @@
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<include>dateTime</include>
<!--main group id--> <!--main group id-->
<control type="group" id="100"> <control type="group" id="100">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>

View File

@ -28,7 +28,6 @@
<screenshot>resources/screenshot-06.jpg</screenshot> <screenshot>resources/screenshot-06.jpg</screenshot>
<screenshot>resources/screenshot-07.jpg</screenshot> <screenshot>resources/screenshot-07.jpg</screenshot>
<screenshot>resources/screenshot-08.jpg</screenshot> <screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot>
</assets> </assets>
</extension> </extension>
</addon> </addon>

0
fonts/roboto/black.ttf Executable file → Normal file
View File

0
fonts/roboto/blackItalic.ttf Executable file → Normal file
View File

0
fonts/roboto/bold.ttf Executable file → Normal file
View File

0
fonts/roboto/boldItalic.ttf Executable file → Normal file
View File

0
fonts/roboto/condensedBold.ttf Executable file → Normal file
View File

0
fonts/roboto/condensedBoldItalic.ttf Executable file → Normal file
View File

0
fonts/roboto/condensedItalic.ttf Executable file → Normal file
View File

0
fonts/roboto/condensedLight.ttf Executable file → Normal file
View File

0
fonts/roboto/condensedLightItalic.ttf Executable file → Normal file
View File

0
fonts/roboto/condensedRegular.ttf Executable file → Normal file
View File

0
fonts/roboto/italic.ttf Executable file → Normal file
View File

0
fonts/roboto/light.ttf Executable file → Normal file
View File

0
fonts/roboto/lightItalic.ttf Executable file → Normal file
View File

0
fonts/roboto/medium.ttf Executable file → Normal file
View File

0
fonts/roboto/mediumItalic.ttf Executable file → Normal file
View File

0
fonts/roboto/regular.ttf Executable file → Normal file
View File

0
fonts/roboto/thin.ttf Executable file → Normal file
View File

0
fonts/roboto/thinItalic.ttf Executable file → Normal file
View File

0
fonts/symbol.ttf Executable file → Normal file
View File

0
fonts/symbolLicense.txt Executable file → Normal file
View File