This commit is contained in:
Chris Bevan 2015-12-01 20:38:46 +00:00
parent cb42cb76a1
commit d40d15ca1b
32 changed files with 317 additions and 4121 deletions

View File

@ -66,18 +66,18 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>2-col</width> <width>2-col</width>
<height>54</height> <height>2-row</height>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<textoffsetx>0</textoffsetx> <textoffsetx>24</textoffsetx>
<label>-</label> <label>-</label>
<texturefocus>-</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<alttexturefocus>-</alttexturefocus> <alttexturefocus>colors/white.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>menuUnselected</textcolor> <textcolor>textActive</textcolor>
<focusedcolor>textActive</focusedcolor> <focusedcolor>black</focusedcolor>
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>

View File

@ -95,7 +95,7 @@
<width>12-col-gutter</width> <width>12-col-gutter</width>
<font>small</font> <font>small</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>[B]$LOCALIZE[31082] $INFO[ListItem.Property(Addon.Version)][/B] $INFO[ListItem.Property(Addon.Creator)] </label> <label>[B]$LOCALIZE[31082] $INFO[ListItem.Property(Addon.Version)], $INFO[ListItem.Property(Addon.Creator)][/B]</label>
</control> </control>
<control type="textbox" id="400"> <control type="textbox" id="400">
<posx>12</posx> <posx>12</posx>
@ -187,11 +187,18 @@
</focusedlayout> </focusedlayout>
<content> <content>
<item> <item>
<visible>Control.IsEnabled(12)</visible>
<label>31117</label> <label>31117</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>sendclick(146,12)</onclick> <onclick>sendclick(146,12)</onclick>
</item> </item>
<item>
<label>$INFO[Control.GetLabel(6)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,6)</onclick>
</item>
<item> <item>
<visible>Control.IsEnabled(9)</visible> <visible>Control.IsEnabled(9)</visible>
<label>$INFO[Control.GetLabel(9)]</label> <label>$INFO[Control.GetLabel(9)]</label>
@ -199,20 +206,6 @@
<thumb>-</thumb> <thumb>-</thumb>
<onclick>SendClick(146,9)</onclick> <onclick>SendClick(146,9)</onclick>
</item> </item>
<item>
<visible>SubString(Control.GetLabel(13),*)</visible>
<label>$LOCALIZE[31013]: $LOCALIZE[31015]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,13)</onclick>
</item>
<item>
<visible>!SubString(Control.GetLabel(13),*)</visible>
<label>$LOCALIZE[31013]: $LOCALIZE[31016]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,13)</onclick>
</item>
<item> <item>
<visible>Control.IsEnabled(8)</visible> <visible>Control.IsEnabled(8)</visible>
<label>$INFO[Control.GetLabel(8)]</label> <label>$INFO[Control.GetLabel(8)]</label>
@ -220,6 +213,20 @@
<thumb>-</thumb> <thumb>-</thumb>
<onclick>SendClick(146,8)</onclick> <onclick>SendClick(146,8)</onclick>
</item> </item>
<item>
<visible>Control.IsEnabled(12) + SubString(Control.GetLabel(13),*)</visible>
<label>$LOCALIZE[31013]: $LOCALIZE[31015]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,13)</onclick>
</item>
<item>
<visible>Control.IsEnabled(12) + !SubString(Control.GetLabel(13),*)</visible>
<label>$LOCALIZE[31013]: $LOCALIZE[31016]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,13)</onclick>
</item>
<item> <item>
<visible>Control.IsEnabled(7)</visible> <visible>Control.IsEnabled(7)</visible>
<label>$INFO[Control.GetLabel(7)]</label> <label>$INFO[Control.GetLabel(7)]</label>
@ -227,12 +234,6 @@
<thumb>-</thumb> <thumb>-</thumb>
<onclick>SendClick(146,7)</onclick> <onclick>SendClick(146,7)</onclick>
</item> </item>
<item>
<label>$INFO[Control.GetLabel(6)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,6)</onclick>
</item>
<item> <item>
<visible>Control.IsEnabled(10)</visible> <visible>Control.IsEnabled(10)</visible>
<label>$INFO[Control.GetLabel(10)]</label> <label>$INFO[Control.GetLabel(10)]</label>

View File

@ -2,7 +2,6 @@
<!--power menu--> <!--power menu-->
<window type="buttonMenu"> <window type="buttonMenu">
<defaultcontrol always="true">8000</defaultcontrol> <defaultcontrol always="true">8000</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>

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">1000</defaultcontrol> <defaultcontrol always="true">1000</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>

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">9001</defaultcontrol> <defaultcontrol always="true">9001</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>

View File

@ -36,7 +36,6 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<include>kenBurnsey</include> <include>kenBurnsey</include>
</control> </control>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<texture>vignette.png</texture> <texture>vignette.png</texture>

View File

@ -7,7 +7,8 @@
<include file="Includes_homeBackground.xml"/> <include file="Includes_homeBackground.xml"/>
<include file="Includes_hubMenu.xml"/> <include file="Includes_hubMenu.xml"/>
<include file="Includes_hubMenuItems.xml"/> <include file="Includes_hubMenuItems.xml"/>
<include file="Includes_hubMenuSubItems.xml"/> <include file="Includes_hubOptions.xml"/>
<include file="Includes_hubOptionsItems.xml"/>
<include file="View_LiveTVChannels.xml"/> <include file="View_LiveTVChannels.xml"/>
<include file="View_VideoRecentItems.xml"/> <include file="View_VideoRecentItems.xml"/>
<include file="View_MusicRecentItems.xml"/> <include file="View_MusicRecentItems.xml"/>

View File

@ -124,90 +124,5 @@
<include condition="Window.isactive(pictures)">picturesMenu</include> <include condition="Window.isactive(pictures)">picturesMenu</include>
</control> </control>
</control> </control>
<--hub options-->
<control type="group">
<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-7-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>col-7-begin</posx>
<posy>0</posy>
<width>3</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--section logo-->
<control type="group">
<!--videos-->
<control type="label">
<visible>Window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)</visible>
<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>
<!--music-->
<control type="label">
<visible>window.isactive(musiclibrary) | window.isactive(musicplaylist) | window.isactive(radiochannels)</visible>
<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>
<!--pictures-->
<control type="label">
<visible>window.isactive(pictures)</visible>
<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>
<!--menu items-->
<control type="grouplist" id="9002">
<posx>0</posx>
<posy>row-4-begin</posy>
<width>col-7-begin</width>
<height>27-row</height>
<itemgap>0</itemgap>
<onright>9000</onright>
<onup>9002</onup>
<ondown>9002</ondown>
<include condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
<include condition="window.isactive(musiclibrary) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
<include condition="window.isactive(pictures)">picturesSideMenu</include>
</control>
</control>
</include> </include>
</includes> </includes>

View File

@ -1,211 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--video submenu items-->
<include name="videoSideMenu">
<control type="button" id="3">
<description>Sort by</description>
<height>2-row</height>
<width>col-7-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>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<height>2-row</height>
<width>col-7-begin</width>
<width>4-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="textActive">colors/white.png</alttexturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="button" id="505">
<description>Menu shortcuts (video)</description>
<visible/>
<height>2-row</height>
<width>col-7-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>31041</label>
<onclick>Skin.SetString(menuItemTypeFilter,video)</onclick>
<onclick>ActivateWindow(1100)</onclick>
</control>
<control type="button" id="507">
<visible/>
<height>2-row</height>
<width>col-7-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>653</label>
<onclick>UpdateLibrary(video)</onclick>
<onclick>right</onclick>
</control>
<control type="radiobutton" id="14">
<description>Watched Toggle</description>
<label>31195</label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<textoffsetx>col-1-begin</textoffsetx>
<radiowidth/>
<radioheight/>
</control>
<control type="radiobutton" id="11">
<description>Unlock Shares</description>
<label>20336</label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textoffsetx>col-1-begin</textoffsetx>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<onclick>right</onclick>
<onclick>xbmc.mastermode</onclick>
<selected>system.ismaster</selected>
<visible>system.haslocks</visible>
</control>
</include>
<!--music submenu items-->
<include name="musicSideMenu">
<control type="button" id="3">
<description>Sort by</description>
<height>2-row</height>
<width>col-7-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>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<height>2-row</height>
<width>col-7-begin</width>
<width>4-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<alttexturefocus colordiffuse="textActive">colors/white.png</alttexturefocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="button" id="503">
<height>2-row</height>
<width>col-7-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>31041</label>
<onclick>Skin.SetString(menuItemTypeFilter,audio)</onclick>
<onclick>ActivateWindow(1100)</onclick>
</control>
<control type="button" id="504">
<height>2-row</height>
<width>col-7-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>653</label>
<onclick>UpdateLibrary(music)</onclick>
<onclick>right</onclick>
</control>
</include>
<!--pictures submenu items-->
<include name="picturesSideMenu">
<!--sorting-->
<control type="button" id="3">
<description>Sort by</description>
<height>2-row</height>
<width>col-7-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>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<height>2-row</height>
<width>col-7-begin</width>
<width>4-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<alttexturefocus colordiffuse="textActive">colors/white.png</alttexturefocus>
<textoffsetx>col-1-begin</textoffsetx>
</control>
<control type="button" id="500">
<description>Files (pictures)</description>
<height>2-row</height>
<width>col-7-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>1214</label>
<onclick>right</onclick>
<onclick>ActivateWindow(pictures,root)</onclick>
</control>
</include>
</includes>

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Hub options menu (sort order etc)-->
<include name="hubOptions">
<--hub options-->
<control type="group">
<animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(1100)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<animation type="Conditional" condition="controlgroup(9002).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--menu items-->
<control type="grouplist" id="9002">
<posx>col-10-begin</posx>
<posy>6-row</posy>
<itemgap>0</itemgap>
<width>6-col</width>
<height>18-row</height>
<itemgap>0</itemgap>
<onleft>control.setfocus(9999)</onleft>
<onright>control.setfocus(9999)</onright>
<onup>9002</onup>
<ondown>9002</ondown>
<include condition="Window.isactive(videolibrary) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
<include condition="window.isactive(musiclibrary) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
<include condition="window.isactive(pictures)">picturesSideMenu</include>
</control>
</control>
</include>
</includes>

View File

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--video submenu items-->
<include name="videoSideMenu">
<control type="button" id="3">
<description>Sort by</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
<focusedcolor>textActive</focusedcolor>
<label>31109</label>
<altlabel>31110</altlabel>
<width>6-col</width>
</control>
<control type="button" id="505">
<description>Menu shortcuts (video)</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>31041</label>
<onclick>Skin.SetString(menuItemTypeFilter,video)</onclick>
<onclick>ActivateWindow(1100)</onclick>
</control>
<control type="button" id="507">
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>6-col</width>
<label>653</label>
<onclick>UpdateLibrary(video)</onclick>
<onclick>right</onclick>
</control>
<control type="radiobutton" id="14">
<description>Watched Toggle</description>
<label>31195</label>
<width>6-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
</control>
<control type="radiobutton" id="11">
<description>Unlock Shares</description>
<label>20336</label>
<width>6-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<onclick>right</onclick>
<onclick>xbmc.mastermode</onclick>
<selected>system.ismaster</selected>
<visible>system.haslocks</visible>
</control>
</include>
<!--music submenu items-->
<include name="musicSideMenu">
<control type="button" id="3">
<description>Sort by</description>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
</control>
<control type="button" id="503">
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>31041</label>
<onclick>Skin.SetString(menuItemTypeFilter,audio)</onclick>
<onclick>ActivateWindow(1100)</onclick>
</control>
<control type="button" id="504">
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>653</label>
<onclick>UpdateLibrary(music)</onclick>
<onclick>right</onclick>
</control>
</include>
<!--pictures submenu items-->
<include name="picturesSideMenu">
<!--sorting-->
<control type="button" id="3">
<description>Sort by</description>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort direction</description>
<label>31109</label>
<altlabel>31110</altlabel>
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
</control>
</include>
</includes>

View File

@ -82,6 +82,7 @@
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--loading indicator--> <!--loading indicator-->
<include>loadingIndicator</include> <include>loadingIndicator</include>
<!--debugging--> <!--debugging-->

View File

@ -100,7 +100,7 @@
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -80,7 +80,7 @@
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -177,10 +177,9 @@
<!--dateTime--> <!--dateTime-->
<include>dateTime</include> <include>dateTime</include>
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -212,14 +212,12 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
</control> </control>
<!--dateTime--> <!--dateTime-->
<include>dateTime</include> <include>dateTime</include>
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -1,29 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9000</defaultcontrol> <defaultcontrol always="false">9000</defaultcontrol>
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onload condition="window.previous(0)">setfocus(9000)</onload>
<previouswindow>home</previouswindow> <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--> <!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)"> <animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="100" end="0" time="300"/>
</animation> </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">
<onleft>9000</onleft> <onleft>9000</onleft>
<include>photos</include> <include>photos</include>
</control> </control>
<!--page scrollbar--> <!--page scrollbar-->
<control type="group" id="8000"> <control type="group" id="8000">
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
@ -35,7 +30,6 @@
<onleft>9999</onleft> <onleft>9999</onleft>
</control> </control>
</control> </control>
<!--Folder titles--> <!--Folder titles-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
@ -75,6 +69,7 @@
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--debug--> <!--debug-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -202,6 +202,7 @@
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -92,6 +92,7 @@
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include>
<!--loading indicator--> <!--loading indicator-->
<include>loadingIndicator</include> <include>loadingIndicator</include>
<!--debugging--> <!--debugging-->

View File

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">3</defaultcontrol> <defaultcontrol always="true">3</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<include>fadeInOut</include>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
<control type="image"> <control type="image">
@ -23,10 +21,13 @@
</control> </control>
<include>kenBurnsey</include> <include>kenBurnsey</include>
</control> </control>
<control type="group"> <control type="group">
<posx>col-17-begin</posx> <posx>col-17-begin</posx>
<posy>0</posy> <posy>0</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="500"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="500"/>
</animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -45,7 +46,6 @@
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<!--location title--> <!--location title-->
<control type="textbox"> <control type="textbox">
<visible>true</visible> <visible>true</visible>
@ -58,7 +58,6 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<!--content begins--> <!--content begins-->
<control type="panel" id="9000"> <control type="panel" id="9000">
<posx>24</posx> <posx>24</posx>
@ -105,7 +104,46 @@
<label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label> <label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout/> <focusedlayout>
<control type="label">
<posx>4</posx>
<posy>-28</posy>
<width>2-col-gutter</width>
<height>4-row</height>
<font>symbolWeather</font>
<textcolor>textActive</textcolor>
<label>$VAR[weatherIcon]</label>
</control>
<control type="label">
<posx>col-2-begin</posx>
<posy>-24</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>[COLOR highlight]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="textbox">
<posx>col-2-begin</posx>
<posy>34</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<autoscroll delay="3000" time="1000" repeat="3000"/>
<label>$INFO[ListItem.Property(Outlook)]</label>
</control>
<control type="textbox">
<posx>col-2-begin</posx>
<posy>76</posy>
<width>6-col-gutter</width>
<height>1-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label>
</control>
</focusedlayout>
<content> <content>
<item id="1"> <item id="1">
<description>Day 0</description> <description>Day 0</description>

View File

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">95</defaultcontrol> <defaultcontrol always="true">95</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<!--Folder titles--> <!--Folder titles-->
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
@ -35,11 +33,10 @@
<!--dateTime--> <!--dateTime-->
<include>dateTime</include> <include>dateTime</include>
</control> </control>
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-6-begin</posy> <posy>row-6-begin</posy>
<include>modalDialogInOutVertical</include>
<control type="panel" id="95"> <control type="panel" id="95">
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>

View File

@ -1,58 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<include>fadeInOut</include>
<onunload>control.setfocus(52)</onunload>
<controls> <controls>
<!--vignette-->
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--picture info-->
<control type="group">
<posx>col-5-begin</posx>
<posy>row-18-begin</posy>
<visible>false</visible>
<!--background-->
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>16-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<!--image tags-->
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>2-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[Slideshow.SlideIndex]</label>
</control>
<control type="label">
<posx>2-col</posx>
<posy>0</posy>
<width>10-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[Slideshow.Filename]</label>
</control>
<control type="label">
<posx>13-col</posx>
<posy>0</posy>
<width>4-col</width>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[Slideshow.Filedate]</label>
</control>
</control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -16,33 +16,45 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>396</width>
<height>272</height> <height>264</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/offblack.png</texture> <texture border="3">defaultAlbumCover.png</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>372</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>3-row</posy> <posy>3-row</posy>
<width>384</width> <width>372</width>
<height>row-1-begin</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>buttonTitle</font>
<textcolor>textDisabled</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>396</width>
<height>272</height> <height>264</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.icon]</texture> <texture border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
@ -51,36 +63,60 @@
<focusedlayout width="6-col" height="294"> <focusedlayout width="6-col" height="294">
<control type="group"> <control type="group">
<animation type="focus" loop="false" reversible="false"> <animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="204" tween="back" easing="out" time="300"/> <effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="204" tween="back" easing="out" delay="300" time="300"/> <effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="back" easing="out" time="300"/>
</animation> </animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>396</width>
<height>272</height> <height>264</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="colors/offblack.png">$INFO[Listitem.icon]</texture> <texture border="0">defaultAlbumCover.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>396</width>
<height>264</height>
<aspectratio>scale</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>3-row</posy> <posy>2-row</posy>
<width>384</width> <width>372</width>
<height>row-1-begin</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>regularStrong</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>372</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control> </control>
<control type="grouplist"> <control type="grouplist">
<posx>114</posx> <posx>114</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>6-col</width> <width>6-col</width>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<visible>!isempty(ListItem.PicturePath)</visible>
<control type="label"> <control type="label">
<width>24</width> <width>24</width>
<height>2-row</height> <height>2-row</height>

File diff suppressed because it is too large Load Diff

View File

@ -1,407 +0,0 @@
<?xml version="1.0"?>
<window id="5200">
<defaultcontrol>7000</defaultcontrol>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<!--Settings category-->
<control type="group">
<posx>col-3-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-240</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
<texture>colors/white.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
<font>dialogTitle</font>
<label>$ADDON[script.games.rom.collection.browser 32999] - $ADDON[script.games.rom.collection.browser 32600]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!-- Category buttons -->
<control type="panel" id="7000">
<posx>0</posx>
<posy>120</posy>
<width>276</width>
<height>6-row</height>
<onleft/>
<onright>7010</onright>
<onup>7000</onup>
<ondown>7000</ondown>
<pagecontrol>-</pagecontrol>
<itemgap>3</itemgap>
<itemlayout height="1-row" width="4-col">
<control type="label">
<posx>12</posx>
<posy>2</posy>
<width>4-col-gutter</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout height="1-row" width="4-col">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>4-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>12</posx>
<posy>2</posy>
<width>4-col-gutter</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>$ADDON[script.games.rom.collection.browser 32700]</label>
<onclick>noop</onclick>
</item>
</content>
</control>
<control type="group" id="7010">
<!-- Offline scrapers -->
<control type="group" id="7004">
<posx>4-col</posx>
<posy>120</posy>
<!-- Scraper List -->
<control type="list" id="5600">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>1-row</height>
<onleft>7000</onleft>
<onright>8542</onright>
<onup>5600</onup>
<ondown>5600</ondown>
<enable>false</enable>
<itemlayout height="1-row" width="12-col">
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32701]</label>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<visible>control.hasfocus(5601) | control.hasfocus(5602)</visible>
<posx>0</posx>
<posy>2</posy>
<width>12-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32701]</label>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>control.hasfocus(5601) | control.hasfocus(5602)</visible>
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32701]</label>
</control>
<control type="label">
<visible>control.hasfocus(5601) | control.hasfocus(5602)</visible>
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<control type="button" id="5601">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5600,1)</onclick>
<onleft>7000</onleft>
<onright>5602</onright>
<ondown>5550</ondown>
</control>
<control type="button" id="5602">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5600,-1)</onclick>
<onleft>5601</onleft>
<onright>8542</onright>
<ondown>5550</ondown>
</control>
<control type="grouplist">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>11-row</height>
<onleft>7000</onleft>
<onright>8542</onright>
<onup>5602</onup>
<!-- descfile per game -->
<control type="radiobutton" id="5550">
<posx>0</posx>
<posy>60</posy>
<width>12-col</width>
<label>$ADDON[script.games.rom.collection.browser 32702]</label>
<onclick>Skin.ToggleSetting(rcb_editScraper_descFilePerGame)</onclick>
</control>
<control type="button" id="5520">
<description>Path game desc</description>
<align>left</align>
<height>54</height>
<width>12-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32703]</label>
<label2>$INFO[ListItem.Label]</label2>
</control>
<control type="button" id="5530">
<enable>Skin.HasSetting(rcb_editScraper_descFilePerGame)</enable>
<description>Game desc file mask</description>
<align>left</align>
<height>54</height>
<width>12-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32704]</label>
<label2>$INFO[ListItem.Label]</label2>
</control>
<control type="button" id="5540">
<description>Parse instruction</description>
<align>left</align>
<height>54</height>
<width>12-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32705,, - ]$INFO[ListItem.Label]</label>
</control>
<!-- Search by crc -->
<control type="radiobutton" id="5560">
<label>$ADDON[script.games.rom.collection.browser 32706]</label>
</control>
<!-- Use foldername as crc -->
<control type="radiobutton" id="5580">
<label>$ADDON[script.games.rom.collection.browser 32707]</label>
</control>
<!-- Use filename as crc -->
<control type="radiobutton" id="5590">
<label>$ADDON[script.games.rom.collection.browser 32708]</label>
</control>
<!-- Remove scraper -->
<control type="button" id="5610">
<description>Remove scraper</description>
<align>left</align>
<height>54</height>
<width>12-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32709]</label>
</control>
<!-- Add scraper -->
<control type="button" id="5620">
<description>Add scraper</description>
<align>left</align>
<height>54</height>
<width>12-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32710]</label>
</control>
</control>
</control>
</control>
<!--OK / Cancel-->
<control type="panel" id="8542">
<posx>1164</posx>
<posy>120</posy>
<width>4-col</width>
<height>5-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<onleft>5550</onleft>
<itemlayout width="6-col" height="1-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>2</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2>&#xF479;</label2>
<thumb>-</thumb>
<onclick>SendClick(6000)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2>&#xF478;</label2>
<thumb>-</thumb>
<onclick>SendClick(6010)</onclick>
</item>
</content>
</control>
</control>
<!--ok, cancel etc buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="6000">
<description>Save Button</description>
</control>
<control type="button" id="6010">
<description>Cancel Button</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-RCB-editscraper.xml</label>
</control>
</controls>
</window>

View File

@ -1,187 +0,0 @@
<?xml version="1.0"?>
<window>
<onload>control.setfocus(3000)</onload>
<include>fadeInOut</include>
<controls>
<control type="group">
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<control type="group">
<!--animations-->
<include>modalDialogInOut</include>
<!--thumbnail if available-->
<control type="group">
<posx>col-7-begin</posx>
<posy>row-2-begin</posy>
<control type="image">
<posx>0</posx>
<posy>12</posy>
<width>12-col</width>
<height>486</height>
<aspectratio scalediffuse="false" align="left">keep</aspectratio>
<texture background="true" fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control>
</control>
<!--content-->
<control type="group">
<posx>col-7-begin</posx>
<posy>row-17-begin</posy>
<!--titles-->
<control type="label">
<description>Title</description>
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<font>mediumStrong</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$INFO[ListItem.Property(console)][/COLOR] $INFO[ListItem.Label]</label>
</control>
<!--details-->
<control type="panel">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>6-row</height>
<itemlayout width="6-col" height="45">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$INFO[ListItem.label][/COLOR] $INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="45">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$INFO[ListItem.label][/COLOR] $INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<label>$ADDON[script.games.rom.collection.browser 32401]:</label>
<label2>$INFO[ListItem.Property(genre)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32400]:</label>
<label2>$INFO[ListItem.Property(year)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32402]:</label>
<label2>$INFO[ListItem.Property(publisher)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32403]:</label>
<label2>$INFO[ListItem.Property(developer)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32750]:</label>
<label2>$INFO[ListItem.Property(region)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32751]:</label>
<label2>$INFO[ListItem.Property(media)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32752]:</label>
<label2>$INFO[ListItem.Property(controllertype)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32753]:</label>
<label2>$INFO[ListItem.Property(rating)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32754]:</label>
<label2>$INFO[ListItem.Property(maxplayers)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$ADDON[script.games.rom.collection.browser 32755]:</label>
<label2>$INFO[ListItem.Property(playcount)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--dialog controls-->
<control type="button" id="3000">
<description>Play Game</description>
<visible>false</visible>
<posx>0</posx>
<posy>426</posy>
<width>6-col</width>
<height>53</height>
<label>$ADDON[script.games.rom.collection.browser 32756]</label>
<font>menuTitle</font>
<focusedcolor>black</focusedcolor>
<textcolor>textActive</textcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/black.png</texturenofocus>
</control>
<control type="group" id="1000">
<control type="wraplist" id="59">
<posx>0</posx>
<posy>0</posy>
<width>0</width>
<height>0</height>
<scrolltime>200</scrolltime>
<itemlayout height="0" width="0"/>
<focusedlayout height="0" width="0">
</focusedlayout>
</control>
</control>
<control type="label" id="4000">
<description>Messages</description>
</control>
<control type="button" id="3001">
<visible>false</visible>
<description>autoplay video</description>
<onfocus>XBMC.PlayMedia($ESCINFO[ListItem.Property(gameplayinfo)],1)</onfocus>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>script-RCB-gameinfo.xml</label>
</control>
</controls>
</window>

View File

@ -1,647 +0,0 @@
<?xml version="1.0"?>
<window id="5200">
<defaultcontrol>5211</defaultcontrol>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<!--Settings category-->
<control type="group">
<posx>col-5-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-384</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
<texture>colors/white.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
<font>dialogTitle</font>
<label>$ADDON[script.games.rom.collection.browser 32999] - $ADDON[script.games.rom.collection.browser 32800]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="group">
<posx>0</posx>
<posy>120</posy>
<control type="list" id="5210">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>1-row</height>
<onleft>5210</onleft>
<onright>5210</onright>
<onup>5210</onup>
<ondown>5210</ondown>
<pagecontrol>-</pagecontrol>
<enable>false</enable>
<scrolltime>0</scrolltime>
<itemlayout height="1-row" width="12-col">
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5211) | Control.HasFocus(5212)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32601]</label>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>3-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32601]</label>
<visible>Control.HasFocus(5211) | Control.HasFocus(5212)</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>3-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(5211) | Control.HasFocus(5212)</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5211">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5210,1)</onclick>
<onleft>5300</onleft>
<onright>5212</onright>
<onup>5101</onup>
<ondown>5222</ondown>
</control>
<control type="button" id="5212">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5210,-1)</onclick>
<onleft>5211</onleft>
<onright>8542</onright>
<onup>5101</onup>
<ondown>5223</ondown>
</control>
<!-- Scraping mode -->
<control type="list" id="5220">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>1-row</height>
<onleft>5220</onleft>
<onright>5220</onright>
<onup>5220</onup>
<ondown>5220</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>0</scrolltime>
<enable>false</enable>
<itemlayout height="1-row" width="12-col">
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5222) | Control.HasFocus(5223)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32801]</label>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32801]</label>
<visible>Control.HasFocus(5222) | Control.HasFocus(5223)</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(5222) | Control.HasFocus(5223)</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5222">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>70</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5220,1)</onclick>
<onleft>5300</onleft>
<onright>5223</onright>
<onup>5211</onup>
<ondown>5330</ondown>
</control>
<control type="button" id="5223">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>70</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5220,-1)</onclick>
<onleft>5222</onleft>
<onright>8542</onright>
<onup>5212</onup>
<ondown>5330</ondown>
</control>
<control type="radiobutton" id="5330">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<label>$ADDON[script.games.rom.collection.browser 32802]</label>
<onleft>5300</onleft>
<onright>8542</onright>
<onup>5223</onup>
<ondown>5271</ondown>
<onclick>Skin.ToggleSetting(rcb_overwriteImportOptions)</onclick>
</control>
<!-- Scraper 1 -->
<control type="list" id="5270">
<posx>0</posx>
<posy>3-row</posy>
<width>12-col</width>
<height>1-row</height>
<onleft>5272</onleft>
<onright>5270</onright>
<onup>5270</onup>
<ondown>5270</ondown>
<enable>false</enable>
<pagecontrol>-</pagecontrol>
<scrolltime>0</scrolltime>
<itemlayout height="1-row" width="12-col">
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5271) | Control.HasFocus(5272)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32613]</label>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32613]</label>
<visible>Control.HasFocus(5271) | Control.HasFocus(5272)</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(5271) | Control.HasFocus(5272)</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5271">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>183</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5270,1)</onclick>
<onleft>5300</onleft>
<onright>5272</onright>
<onup>5330</onup>
<ondown>5281</ondown>
<enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
</control>
<control type="button" id="5272">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>183</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5270,-1)</onclick>
<onleft>5271</onleft>
<onright>8542</onright>
<onup>5330</onup>
<ondown>5282</ondown>
<enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
</control>
<!-- Scraper 2 -->
<control type="list" id="5280">
<posx>0</posx>
<posy>4-row</posy>
<width>12-col</width>
<height>1-row</height>
<onleft>5280</onleft>
<onright>5280</onright>
<onup>5280</onup>
<ondown>5280</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>0</scrolltime>
<enable>false</enable>
<itemlayout height="1-row" width="12-col">
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5281) | Control.HasFocus(5282)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32614]</label>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32614]</label>
<visible>Control.HasFocus(5281) | Control.HasFocus(5282)</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(5281) | Control.HasFocus(5282)</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5281">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>240</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5280,1)</onclick>
<onleft>5300</onleft>
<onright>5282</onright>
<onup>5271</onup>
<ondown>5291</ondown>
<enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
</control>
<control type="button" id="5282">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>240</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5280,-1)</onclick>
<onleft>5281</onleft>
<onright>8542</onright>
<onup>5272</onup>
<ondown>5292</ondown>
<enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
</control>
<control type="list" id="5290">
<posx>0</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>1-row</height>
<onleft>5290</onleft>
<onright>5290</onright>
<onup>5290</onup>
<ondown>5290</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>0</scrolltime>
<enable>false</enable>
<itemlayout height="1-row" width="12-col">
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5291) | Control.HasFocus(5292)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32615]</label>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32615]</label>
<visible>Control.HasFocus(5291) | Control.HasFocus(5292)</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>5-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(5291) | Control.HasFocus(5292)</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5291">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>297</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5290,1)</onclick>
<onleft>5300</onleft>
<onright>5292</onright>
<onup>5281</onup>
<ondown>5300</ondown>
<enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
</control>
<control type="button" id="5292">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>297</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5290,-1)</onclick>
<onleft>5291</onleft>
<onright>8542</onright>
<onup>5282</onup>
<ondown>5300</ondown>
<enable>Skin.HasSetting(rcb_overwriteImportOptions)</enable>
</control>
</control>
<!--dialog buttons-->
<control type="panel" id="8542">
<posx>12-col</posx>
<posy>120</posy>
<width>4-col</width>
<height>5-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<onleft>5212</onleft>
<itemlayout width="6-col" height="1-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>$ADDON[script.games.rom.collection.browser 32800]</label>
<label2>&#xF479;</label2>
<thumb>-</thumb>
<onclick>SendClick(5300)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>$ADDON[script.games.rom.collection.browser 32635]</label>
<label2>&#xF478;</label2>
<thumb>-</thumb>
<onclick>SendClick(5310)</onclick>
</item>
</content>
</control>
</control>
<!--ok, cancel etc buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="5300">
<description>Import</description>
</control>
<control type="button" id="5310">
<description>Cancel</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-RCB-importoptions.xml</label>
</control>
</controls>
</window>

View File

@ -1,495 +0,0 @@
<?xml version="1.0"?>
<window id="5600">
<defaultcontrol>5201</defaultcontrol>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<!--Settings category-->
<control type="group">
<posx>col-5-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-384</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
<texture>colors/white.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
<font>dialogTitle</font>
<label>$ADDON[script.games.rom.collection.browser 32850]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="group">
<posx>0</posx>
<posy>120</posy>
<!-- Show/Hide missing info list -->
<control type="list" id="5200">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>1-row</height>
<pagecontrol>-</pagecontrol>
<scrolltime>0</scrolltime>
<itemlayout height="1-row" width="12-col"/>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5201) | Control.HasFocus(5202)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32851]</label>
<visible>![Control.HasFocus(5201) | Control.HasFocus(5202)]</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32851]</label>
<visible>[Control.HasFocus(5201) | Control.HasFocus(5202)]</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>7-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>![Control.HasFocus(5201) | Control.HasFocus(5202)]</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>7-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>[Control.HasFocus(5201) | Control.HasFocus(5202)]</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5201">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5200,1)</onclick>
<onleft></onleft>
<onright>5202</onright>
<onup>5320</onup>
<ondown>5230</ondown>
</control>
<control type="button" id="5202">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5200,-1)</onclick>
<onleft>5201</onleft>
<onright>8542</onright>
<onup>5330</onup>
<ondown>5240</ondown>
</control>
<!-- Artwork -->
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>1-row</height>
<font>itemSubTitleCondensed</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32852]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>12-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32853]:</label>
</control>
<control type="label" id="5220">
<right>828</right>
<posy>3-row</posy>
<width>4-col</width>
<height>1-row</height>
<font>itemTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32854]</label>
</control>
<control type="grouplist">
<posx>10-col</posx>
<posy>3-row</posy>
<width>12-col</width>
<height>1-row</height>
<itemgap>6</itemgap>
<orientation>horizontal</orientation>
<onright>8542</onright>
<control type="button" id="5230">
<description>Add item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5260</ondown>
<onup>5201</onup>
</control>
<control type="button" id="5240">
<description>Remove item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5270</ondown>
<onup>5202</onup>
</control>
</control>
<control type="label">
<posx>12</posx>
<posy>4-row</posy>
<width>12-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32857]:</label>
</control>
<control type="label" id="5250">
<right>828</right>
<posy>4-row</posy>
<width>4-col</width>
<height>1-row</height>
<font>itemTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32854]</label>
</control>
<control type="grouplist">
<posx>10-col</posx>
<posy>4-row</posy>
<width>12-col</width>
<height>1-row</height>
<itemgap>6</itemgap>
<orientation>horizontal</orientation>
<onright>8542</onright>
<control type="button" id="5260">
<description>Add item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5290</ondown>
<onup>5230</onup>
</control>
<control type="button" id="5270">
<description>Remove item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5300</ondown>
<onup>5240</onup>
</control>
</control>
<!-- Info -->
<control type="label">
<posx>12</posx>
<posy>6-row</posy>
<width>12-col</width>
<height>1-row</height>
<font>itemSubTitleCondensed</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32858]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>7-row</posy>
<width>12-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32853]:</label>
</control>
<control type="label" id="5280">
<right>828</right>
<posy>7-row</posy>
<width>4-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32854]</label>
</control>
<control type="grouplist">
<posx>10-col</posx>
<posy>7-row</posy>
<width>12-col</width>
<height>1-row</height>
<itemgap>6</itemgap>
<orientation>horizontal</orientation>
<onright>8542</onright>
<control type="button" id="5290">
<description>Add item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5320</ondown>
<onup>5260</onup>
</control>
<control type="button" id="5300">
<description>Remove item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5330</ondown>
<onup>5270</onup>
</control>
</control>
<control type="label">
<posx>12</posx>
<posy>8-row</posy>
<width>12-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32857]:</label>
</control>
<control type="label" id="5310">
<right>828</right>
<posy>8-row</posy>
<width>4-col</width>
<height>1-row</height>
<font>itemTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$ADDON[script.games.rom.collection.browser 32854]</label>
</control>
<control type="grouplist">
<posx>10-col</posx>
<posy>8-row</posy>
<width>12-col</width>
<height>1-row</height>
<itemgap>6</itemgap>
<orientation>horizontal</orientation>
<onright>8542</onright>
<control type="button" id="5320">
<description>Add item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5201</ondown>
<onup>5290</onup>
</control>
<control type="button" id="5330">
<description>Remove item</description>
<width>1-col</width>
<height>1-col</height>
<font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>-</disabledcolor>
<align>center</align>
<aligny>center</aligny>
<ondown>5202</ondown>
<onup>5300</onup>
</control>
</control>
</control>
<!--dialog buttons-->
<control type="panel" id="8542">
<posx>12-col</posx>
<posy>120</posy>
<width>4-col</width>
<height>2-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<onleft>5202</onleft>
<itemlayout width="6-col" height="1-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Delete Button</description>
<label>$ADDON[script.games.rom.collection.browser 32634]</label>
<label2>&#xF479;</label2>
<thumb>-</thumb>
<onclick>SendClick(6000)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>$ADDON[script.games.rom.collection.browser 32635]</label>
<label2>&#xF478;</label2>
<thumb>-</thumb>
<onclick>SendClick(6010)</onclick>
</item>
</content>
</control>
</control>
<!--ok, cancel etc buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="6000">
<description>Delete</description>
</control>
<control type="button" id="6010">
<description>Cancel</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-RCB-missinginfo.xml</label>
</control>
</controls>
</window>

View File

@ -1,331 +0,0 @@
<?xml version="1.0"?>
<window id="5400">
<defaultcontrol>5411</defaultcontrol>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="group">
<posx>col-5-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-384</posx>
<posy>44</posy>
<width>fullscreenWidth</width>
<height>1-row</height>
<texture>colors/white.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-3</posx>
<posy>44</posy>
<width>3</width>
<height>1-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>44</posy>
<width>16-col</width>
<font>dialogTitle</font>
<label>$ADDON[script.games.rom.collection.browser 32900]</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="group">
<posx>0</posx>
<posy>120</posy>
<!-- Rom Collection List -->
<control type="list" id="5410">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>1-row</height>
<pagecontrol>-</pagecontrol>
<scrolltime>0</scrolltime>
<itemlayout height="1-row" width="12-col">
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5411) | Control.HasFocus(5412)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32601]</label>
<visible>![Control.HasFocus(5411) | Control.HasFocus(5412)]</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32601]</label>
<visible>[Control.HasFocus(5411) | Control.HasFocus(5412)]</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>3-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>![Control.HasFocus(5411) | Control.HasFocus(5412)]</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>3-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>[Control.HasFocus(5411) | Control.HasFocus(5412)]</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5411">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5410,1)</onclick>
<onleft></onleft>
<onright>5412</onright>
<onup>5491</onup>
<ondown>5491</ondown>
</control>
<control type="button" id="5412">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>13</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5410,-1)</onclick>
<onleft>5411</onleft>
<onright>8542</onright>
<onup>5492</onup>
<ondown>5492</ondown>
</control>
<!-- Delete Options -->
<control type="list" id="5490">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>1-row</height>
<pagecontrol>-</pagecontrol>
<scrolltime>0</scrolltime>
<itemlayout height="1-row" width="12-col">
</itemlayout>
<focusedlayout height="1-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>54</height>
<texture>colors/white.png</texture>
<visible>Control.HasFocus(5491) | Control.HasFocus(5492)</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32901]</label>
<visible>![Control.HasFocus(5491) | Control.HasFocus(5492)]</visible>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>10-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$ADDON[script.games.rom.collection.browser 32901]</label>
<visible>[Control.HasFocus(5491) | Control.HasFocus(5492)]</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>6-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>![Control.HasFocus(5491) | Control.HasFocus(5492)]</visible>
</control>
<control type="label">
<right>98</right>
<posy>0</posy>
<width>6-col</width>
<height>1-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<align>right</align>
<label>$INFO[ListItem.Label]</label>
<visible>[Control.HasFocus(5491) | Control.HasFocus(5492)]</visible>
</control>
</focusedlayout>
</control>
<control type="button" id="5491">
<description>Menu Item Next Button</description>
<posx>11-col</posx>
<posy>70</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-down-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-down-fo.png</texturefocus>
<onclick>Control.Move(5490,1)</onclick>
<onleft></onleft>
<onright>5492</onright>
<onup>5411</onup>
<ondown>6000</ondown>
</control>
<control type="button" id="5492">
<description>Menu Item Prev Button</description>
<posx>822</posx>
<posy>70</posy>
<width>30</width>
<height>30</height>
<texturenofocus>UIControls/arrow-up-nf.png</texturenofocus>
<texturefocus>UIControls/arrow-up-fo.png</texturefocus>
<onclick>Control.Move(5490,-1)</onclick>
<onleft>5491</onleft>
<onright>8542</onright>
<onup>5412</onup>
<ondown>5412</ondown>
</control>
<!--dialog buttons-->
<control type="panel" id="8542">
<posx>12-col</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<onleft>5412</onleft>
<itemlayout width="6-col" height="1-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Delete Button</description>
<label>$ADDON[script.games.rom.collection.browser 32902]</label>
<label2>&#xF479;</label2>
<thumb>-</thumb>
<onclick>SendClick(6000)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>$ADDON[script.games.rom.collection.browser 32635]</label>
<label2>&#xF478;</label2>
<thumb>-</thumb>
<onclick>SendClick(6010)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--ok, cancel etc buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="6000">
<description>Delete</description>
</control>
<control type="button" id="6010">
<description>Cancel</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-RCB-removeRC.xml</label>
</control>
</controls>
</window>

View File

@ -34,16 +34,19 @@
***To do*** ***To do***
Color Schemes - check menu disabled color MyVideoPlaylist.xml
Finish Pictures section update (info screen esp.)
Openelec settings link (more important than Rom collection browser stuff)
PVR Recording indicators PVR Recording indicators
PVR Recording scheduler (integrate with recordings)
Check extra button to dialogAddonInfo.xml (auto update) Check extra button to dialogAddonInfo.xml (auto update)
on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems) on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems)
Pictures section update
Radio RDS test Radio RDS test
Touchscreen controls on Android tablets (file seeking etc) Touchscreen controls on Android tablets (file seeking etc)

View File

@ -6,7 +6,7 @@
<color name="overlay">44ffffff</color> <color name="overlay">44ffffff</color>
<color name="textActive">fff0f0f0</color> <color name="textActive">fff0f0f0</color>
<color name="textDisabled">ff757575</color> <color name="textDisabled">ff757575</color>
<color name="menuDisabled">ffEF9A9A</color> <color name="menuDisabled">aaf0f0f0</color>
<color name="menuUnselected">ff919191</color> <color name="menuUnselected">ff919191</color>
<color name="textboxInactive">99FFFFFF</color> <color name="textboxInactive">99FFFFFF</color>
<color name="keyboardInactive">aa212121</color> <color name="keyboardInactive">aa212121</color>

View File

@ -6,7 +6,7 @@
<color name="overlay">44ffffff</color> <color name="overlay">44ffffff</color>
<color name="textActive">fff0f0f0</color> <color name="textActive">fff0f0f0</color>
<color name="textDisabled">ff757575</color> <color name="textDisabled">ff757575</color>
<color name="menuDisabled">ffEF9A9A</color> <color name="menuDisabled">aaf0f0f0</color>
<color name="menuUnselected">ff919191</color> <color name="menuUnselected">ff919191</color>
<color name="textboxInactive">99FFFFFF</color> <color name="textboxInactive">99FFFFFF</color>
<color name="keyboardInactive">aa212121</color> <color name="keyboardInactive">aa212121</color>