Peripheral support and bug fixes

This commit is contained in:
Chris Bevan 2015-07-25 12:51:55 +01:00
parent 990bce9eaf
commit 3d8eb7693f
7 changed files with 203 additions and 161 deletions

View File

@ -4,68 +4,63 @@
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="group"> <control type="group">
<posx>col-5-begin</posx> <posx>col-4-begin</posx>
<posy>row-2-begin</posy> <posy>row-5-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<control type="image"> <control type="image">
<posx>-384</posx> <posx>0</posx>
<posy>44</posy> <posy>0</posy>
<width>fullscreenWidth</width> <width>18-col</width>
<height>1-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>-3</posx> <posx>0</posx>
<posy>44</posy> <posy>2-row</posy>
<width>3</width> <width>18-col</width>
<height>1-row</height> <height>18-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>14-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label" id="1"> <control type="label" id="1">
<posx>12</posx> <posx>24</posx>
<posy>44</posy> <posy>0</posy>
<width>8-col</width> <width>16-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font> <font>dialogTitle</font>
<label>$LOCALIZE[35000]</label> <label>$LOCALIZE[35000]</label>
<textcolor>black</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="panel" id="20"> <control type="panel" id="20">
<posx>0</posx> <posx>0</posx>
<posy>120</posy> <posy>2-row</posy>
<width>12-col</width> <width>14-col</width>
<height>14-row</height> <height>18-row</height>
<onup>10</onup> <onup>10</onup>
<ondown>10</ondown> <ondown>10</ondown>
<onright>9000</onright> <onright>9000</onright>
<scrolltime>200</scrolltime> <itemlayout height="3-row" width="14-col">
<itemlayout height="2-row" width="12-col">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>12-col-gutter</width>
<height>107</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>77ffffff</colordiffuse>
</control>
<control type="label"> <control type="label">
<description>Name</description> <description>Name</description>
<posx>12</posx> <posx>24</posx>
<posy>0</posy> <posy>3</posy>
<width>12-col-gutter</width> <width>13-col</width>
<height>1-row</height> <height>1-row</height>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
<font>itemTitle</font> <font>itemTitle</font>
@ -73,9 +68,9 @@
</control> </control>
<control type="label"> <control type="label">
<description>Product ID Vendor ID</description> <description>Product ID Vendor ID</description>
<posx>12</posx> <posx>24</posx>
<posy>32</posy> <posy>42</posy>
<width>12-col-gutter</width> <width>13-col</width>
<height>1-row</height> <height>1-row</height>
<label>$LOCALIZE[35504]: [B]$INFO[ListItem.Property(Product)][/B] $LOCALIZE[35503]: [B]$INFO[ListItem.Property(Vendor)][/B]</label> <label>$LOCALIZE[35504]: [B]$INFO[ListItem.Property(Product)][/B] $LOCALIZE[35503]: [B]$INFO[ListItem.Property(Vendor)][/B]</label>
<font>smallMedium</font> <font>smallMedium</font>
@ -83,119 +78,125 @@
</control> </control>
<control type="label"> <control type="label">
<description>class</description> <description>class</description>
<posx>12</posx> <posx>24</posx>
<posy>60</posy> <posy>2-row</posy>
<width>12-col-gutter</width> <width>13-col</width>
<height>1-row</height> <height>1-row</height>
<label>$LOCALIZE[35501]: [B]$INFO[ListItem.Property(Class)][/B] $LOCALIZE[19114]: [B]$INFO[ListItem.Property(Version)][/B]</label> <label>$LOCALIZE[35501]: [B]$INFO[ListItem.Property(Class)][/B] $LOCALIZE[19114]: [B]$INFO[ListItem.Property(Version)][/B]</label>
<font>smallMedium</font> <font>smallMedium</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="2-row" width="12-col"> <focusedlayout height="3-row" width="14-col">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2</posy> <posy>0</posy>
<width>12-col-gutter</width> <width>14-col</width>
<height>107</height> <height>3-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<description>Name</description> <description>Name</description>
<posx>12</posx> <posx>24</posx>
<posy>0</posy> <posy>3</posy>
<width>12-col-gutter</width> <width>13-col</width>
<height>1-row</height> <height>1-row</height>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<description>Product ID Vendor ID</description> <description>Product ID Vendor ID</description>
<posx>12</posx> <posx>24</posx>
<posy>32</posy> <posy>42</posy>
<width>12-col-gutter</width> <width>13-col</width>
<height>1-row</height> <height>1-row</height>
<label>$LOCALIZE[35504]: [B]$INFO[ListItem.Property(Product)][/B] $LOCALIZE[35503]: [B]$INFO[ListItem.Property(Vendor)][/B]</label> <label>$LOCALIZE[35504]: [B]$INFO[ListItem.Property(Product)][/B] $LOCALIZE[35503]: [B]$INFO[ListItem.Property(Vendor)][/B]</label>
<font>smallMedium</font> <font>smallMedium</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<description>class</description> <description>class</description>
<posx>12</posx> <posx>24</posx>
<posy>60</posy> <posy>2-row</posy>
<width>12-col-gutter</width> <width>13-col</width>
<height>1-row</height> <height>1-row</height>
<label>$LOCALIZE[35501]: [B]$INFO[ListItem.Property(Class)][/B] $LOCALIZE[19114]: [B]$INFO[ListItem.Property(Version)][/B]</label> <label>$LOCALIZE[35501]: [B]$INFO[ListItem.Property(Class)][/B] $LOCALIZE[19114]: [B]$INFO[ListItem.Property(Version)][/B]</label>
<font>smallMedium</font> <font>smallMedium</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<!--buttons--> <!--buttons-->
<control type="panel" id="9000"> <control type="panel" id="9000">
<posx>12-col</posx> <posx>14-col</posx>
<posy>120</posy> <posy>2-row</posy>
<width>4-col</width> <width>4-col</width>
<height>5-row</height> <height>6-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<onleft>20</onleft> <onleft>20</onleft>
<itemlayout width="4-col" height="1-row"> <itemlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>4-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font> <font>symbol</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col-indent</posx>
<posy>2</posy> <posy>-1</posy>
<width>4-col</width> <width>3-col-gutter</width>
<font>menuTitle</font> <height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="1-row"> <focusedlayout width="6-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2</posy> <posy>0</posy>
<width>4-col</width> <width>1-col-textbox</width>
<height>53</height> <height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font> <font>symbol</font>
<textcolor>black</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col-indent</posx>
<posy>2</posy> <posy>-1</posy>
<width>4-col</width> <width>5-col-gutter</width>
<font>menuTitle</font> <height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -4,65 +4,63 @@
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="group"> <control type="group">
<posx>col-5-begin</posx> <posx>col-4-begin</posx>
<posy>row-2-begin</posy> <posy>row-5-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<control type="image"> <control type="image">
<posx>-384</posx> <posx>0</posx>
<posy>44</posy> <posy>0</posy>
<width>fullscreenWidth</width> <width>18-col</width>
<height>1-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>-3</posx> <posx>0</posx>
<posy>44</posy> <posy>2-row</posy>
<width>3</width> <width>18-col</width>
<height>1-row</height> <height>18-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>14-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label" id="1"> <control type="label" id="1">
<posx>12</posx> <posx>24</posx>
<posy>44</posy> <posy>0</posy>
<width>8-col</width> <width>16-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font> <font>dialogTitle</font>
<label>$LOCALIZE[5]</label> <label>$LOCALIZE[5]</label>
<textcolor>black</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<posx>0</posx> <posx>0</posx>
<posy>120</posy> <posy>2-row</posy>
<width>12-col-gutter</width> <width>14-col</width>
<height>11-row</height> <height>18-row</height>
<onright>9000</onright> <onright>9000</onright>
<onup>5</onup> <onup>5</onup>
<ondown>5</ondown> <ondown>5</ondown>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemgap>3</itemgap>
</control> </control>
<control type="button" id="7"> <control type="button" id="7">
<description>Default Button</description> <description>Default Button</description>
<align>left</align>
<height>54</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>12</textoffsetx>
</control> </control>
<control type="radiobutton" id="8"> <control type="radiobutton" id="8">
<description>Default RadioButton</description> <description>Default RadioButton</description>
@ -75,64 +73,73 @@
</control> </control>
<!--buttons--> <!--buttons-->
<control type="panel" id="9000"> <control type="panel" id="9000">
<posx>12-col</posx> <posx>14-col</posx>
<posy>120</posy> <posy>2-row</posy>
<width>4-col</width> <width>4-col</width>
<height>5-row</height> <height>9-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<onleft>5</onleft> <onleft>5</onleft>
<itemlayout width="4-col" height="1-row"> <itemlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>4-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font> <font>symbol</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col-indent</posx>
<posy>2</posy> <posy>-1</posy>
<width>4-col</width> <width>3-col-gutter</width>
<font>menuTitle</font> <height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="1-row"> <focusedlayout width="6-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2</posy> <posy>0</posy>
<width>4-col</width> <width>1-col-textbox</width>
<height>53</height> <height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font> <font>symbol</font>
<textcolor>black</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col-indent</posx>
<posy>2</posy> <posy>-1</posy>
<width>4-col</width> <width>5-col-gutter</width>
<font>menuTitle</font> <height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -28,9 +28,9 @@
</item> </item>
<!--latest items--> <!--latest items-->
<item> <item>
<visible>Library.HasContent(Video)</visible>
<label>31005</label> <label>31005</label>
<label2/> <label2/>
<onclick>reloadskin()</onclick>
<onclick>activateWindow(VideoLibrary)</onclick> <onclick>activateWindow(VideoLibrary)</onclick>
<onclick>Skin.SetString(showRecentVideoItems,true)</onclick> <onclick>Skin.SetString(showRecentVideoItems,true)</onclick>
<onclick>Control.SetFocus(9998)</onclick> <onclick>Control.SetFocus(9998)</onclick>
@ -204,12 +204,12 @@
</item> </item>
<!--latest items--> <!--latest items-->
<item> <item>
<visible>Library.HasContent(music)</visible>
<label>31005</label> <label>31005</label>
<label2/> <label2/>
<onclick>reloadskin()</onclick>
<onclick>ActivateWindow(MusicLibrary)</onclick> <onclick>ActivateWindow(MusicLibrary)</onclick>
<onclick>Skin.SetString(showRecentMusicItems,true)</onclick> <onclick>Skin.SetString(showRecentMusicItems,true)</onclick>
<onclick>Control.SetFocus(9998)</onclick> <onclick>Control.SetFocus(9123)</onclick>
</item> </item>
<!--music--> <!--music-->
<item> <item>

View File

@ -34,13 +34,26 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>ListItem.IsPlaying</visible> <visible>ListItem.IsPlaying + !player.paused</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>1-col-gutter</height> <height>1-col-gutter</height>
<texture>equaliser.gif</texture> <texture>equaliser.gif</texture>
</control> </control>
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
<control type="image"> <control type="image">
<visible>!ListItem.IsPlaying</visible> <visible>!ListItem.IsPlaying</visible>
<posx>0</posx> <posx>0</posx>
@ -106,7 +119,7 @@
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>ListItem.IsPlaying</visible> <visible>ListItem.IsPlaying + !player.paused</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
@ -117,6 +130,23 @@
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/> <effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation> </animation>
</control> </control>
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image"> <control type="image">
<visible>!ListItem.IsPlaying</visible> <visible>!ListItem.IsPlaying</visible>
<posx>0</posx> <posx>0</posx>

View File

@ -182,11 +182,13 @@
</focusedlayout> </focusedlayout>
<content> <content>
<item id="1"> <item id="1">
<visible>Library.HasContent(movies)</visible>
<label>recentmovies</label> <label>recentmovies</label>
<property name="textTitle">31176</property> <property name="textTitle">31176</property>
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
<item id="2"> <item id="2">
<visible>Library.HasContent(tvshows)</visible>
<label>recentepisodes</label> <label>recentepisodes</label>
<property name="textTitle">31178</property> <property name="textTitle">31178</property>
<onclick>noop</onclick> <onclick>noop</onclick>

View File

@ -5,6 +5,8 @@
<onload>RunScript(script.artistslideshow)</onload> <onload>RunScript(script.artistslideshow)</onload>
<onload>AlarmClock(controlDialog,setfocus(9876),00:05,silent)</onload> <onload>AlarmClock(controlDialog,setfocus(9876),00:05,silent)</onload>
<onunload>activateWindow(MusicLibrary)</onunload> <onunload>activateWindow(MusicLibrary)</onunload>
<onunload>Skin.SetString(showRecentMusicItems,true)</onunload>
<onunload>control.setfocus(9000)</onunload>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.pellucid" version="0.6.0" name="Pellucid" provider-name="theDeadman"> <addon id="skin.pellucid" version="0.6.0" name="Pellucid" provider-name="theDeadman">
<requires> <requires>
<import addon="xbmc.gui" version="5.3.0"/> <import addon="xbmc.gui" version="5.9.0"/>
<import addon="script.globalsearch" version="1.1.1"/> <import addon="script.globalsearch" version="1.1.1"/>
<import addon="script.artistslideshow" version="1.5.0"/> <import addon="script.artistslideshow" version="1.5.0"/>
<import addon="script.thedeadman.functions" version="1.0.1"/> <import addon="script.thedeadman.functions" version="1.0.1"/>