The branch, gotham-skins-staging has been updated
via d38e45b52c67639812c794d9dd6b1f64c055d23a (commit)
from 5847ef5991e6abc7124802ed6b09a0fb5e67ff6a (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/skins;a=commit;h=d38e45b52c67639812c794d9dd6b1f64c055d23a
commit d38e45b52c67639812c794d9dd6b1f64c055d23a
Author: Martijn Kaijser <[email protected]>
Date: Sun Aug 10 00:02:12 2014 +0200
[skin.box.] 2.6.4
diff --git a/skin.box/720p/Custom_HomeCustomization.xml
b/skin.box/720p/Custom_HomeCustomization.xml
index 4c1f858..17c2e85 100644
--- a/skin.box/720p/Custom_HomeCustomization.xml
+++ b/skin.box/720p/Custom_HomeCustomization.xml
@@ -2,6 +2,37 @@
<window type="dialog" id="3333">
<defaultcontrol>50</defaultcontrol>
<allowoverlay>yes</allowoverlay>
+ <onload condition="!Skin.String(FirstSkinRun) +
!Skin.HasSetting(EnableHomeMenu1)">Skin.ToggleSetting(EnableHomeMenu1)</onload>
+ <onload condition="!Skin.String(FirstSkinRun) +
!Skin.HasSetting(EnableHomeMenu2)">Skin.ToggleSetting(EnableHomeMenu2)</onload>
+ <onload condition="!Skin.String(FirstSkinRun) +
!Skin.HasSetting(EnableHomeMenu3)">Skin.ToggleSetting(EnableHomeMenu3)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile1.Type,Movies)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile2.Type,MovieLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile3.Type,RecentylAddedMovies)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile4.Type,VideoLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile5.Type,VideoAddons)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile1.Type,TvShows)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile2.Type,TVShowLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile3.Type,RecentylAddedEpisodes)
</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile4.Type,VideoLibrary)
</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile5.Type,VideoAddons)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile1.Type,Albums)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile2.Type,MusicLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile3.Type,Artists)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile4.Type,MusicFiles)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile5.Type,MusicAddons)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu1.Label,Movies)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu2.Label,Tv
Shows)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu3.Label,Music)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu1.Image,HomeIcons/Movies.png)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu2.Image,HomeIcons/TvShows.png)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu3.Image,HomeIcons/Music.png)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile1.Type,Weather)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile2.Type,Pictures)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile3.Type,Programs)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile4.Type,Favourites)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile5.Type,Settings)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile6.Type,Shutdown)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(FirstSkinRun,Configured)</onload>
<onload>Skin.Reset(showHomeCustomizationHiddenMenu)</onload>
<onload>SetFocus(98)</onload>
<onunload>Skin.Reset(showHomeCustomizationHiddenMenu)</onunload>
diff --git a/skin.box/720p/Custom_HomeIconChooser.xml
b/skin.box/720p/Custom_HomeIconChooser.xml
index ced3e16..067c7fd 100644
--- a/skin.box/720p/Custom_HomeIconChooser.xml
+++ b/skin.box/720p/Custom_HomeIconChooser.xml
@@ -669,6 +669,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+124).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+125).Thumb]</texture>
</control>
<control type="image">
@@ -726,11 +731,6 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+136).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+137).Thumb]</texture>
- </control>
</control>
<control type="grouplist">
<top>65</top>
@@ -741,6 +741,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+137).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+138).Thumb]</texture>
</control>
<control type="image">
@@ -798,11 +803,6 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+149).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+150).Thumb]</texture>
- </control>
</control>
<control type="grouplist">
<top>65</top>
@@ -813,6 +813,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+150).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+151).Thumb]</texture>
</control>
<control type="image">
@@ -870,11 +875,7 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+162).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+163).Thumb]</texture>
- </control>
+
</control>
<control type="grouplist">
<top>65</top>
@@ -885,6 +886,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+163).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+164).Thumb]</texture>
</control>
<control type="image">
@@ -942,11 +948,6 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+175).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+176).Thumb]</texture>
- </control>
</control>
<control type="grouplist">
<top>65</top>
@@ -957,6 +958,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+176).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+177).Thumb]</texture>
</control>
<control type="image">
@@ -1014,11 +1020,6 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+188).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+189).Thumb]</texture>
- </control>
</control>
<control type="grouplist">
<top>65</top>
@@ -1029,6 +1030,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+189).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+190).Thumb]</texture>
</control>
<control type="image">
@@ -1086,11 +1092,7 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+201).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+202).Thumb]</texture>
- </control>
+
</control>
<control type="grouplist">
<top>65</top>
@@ -1101,6 +1103,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+202).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+203).Thumb]</texture>
</control>
<control type="image">
@@ -1158,11 +1165,6 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+214).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+215).Thumb]</texture>
- </control>
</control>
<control type="grouplist">
<top>65</top>
@@ -1173,6 +1175,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+215).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+216).Thumb]</texture>
</control>
<control type="image">
@@ -1230,11 +1237,7 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+227).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+228).Thumb]</texture>
- </control>
+
</control>
<control type="grouplist">
<top>65</top>
@@ -1245,6 +1248,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+228).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+229).Thumb]</texture>
</control>
<control type="image">
@@ -1302,11 +1310,7 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+240).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+241).Thumb]</texture>
- </control>
+
</control>
<control type="grouplist">
<top>65</top>
@@ -1317,6 +1321,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+241).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+242).Thumb]</texture>
</control>
<control type="image">
@@ -1374,11 +1383,7 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+253).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+254).Thumb]</texture>
- </control>
+
</control>
<control type="grouplist">
<top>65</top>
@@ -1389,6 +1394,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+254).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+255).Thumb]</texture>
</control>
<control type="image">
@@ -1446,11 +1456,7 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+266).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+267).Thumb]</texture>
- </control>
+
</control>
<control type="grouplist">
<top>65</top>
@@ -1461,6 +1467,11 @@
<control type="image">
<width>45</width>
<height>45</height>
+ <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+267).Thumb]</texture>
+ </control>
+ <control type="image">
+ <width>45</width>
+ <height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+268).Thumb]</texture>
</control>
<control type="image">
@@ -1518,11 +1529,6 @@
<height>45</height>
<texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+279).Thumb]</texture>
</control>
- <control type="image">
- <width>45</width>
- <height>45</height>
- <texture
colordiffuse="ImageDiffuse">$INFO[Container(1).ListItem(+280).Thumb]</texture>
- </control>
</control>
<control type="label">
<top>5</top>
diff --git a/skin.box/720p/DialogYesNo.xml b/skin.box/720p/DialogYesNo.xml
index b715559..a0144c3 100644
--- a/skin.box/720p/DialogYesNo.xml
+++ b/skin.box/720p/DialogYesNo.xml
@@ -24,9 +24,24 @@
<font>Panel_Description</font>
<align>center</align>
</control>
+ <control type="button" id="11">
+ <description>Yes</description>
+ <left>25</left>
+ <top>190</top>
+ <width>190</width>
+ <label>107</label>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <onup>11</onup>
+ <ondown>11</ondown>
+ <font>Panel_Hint</font>
+ <focusedcolor>White</focusedcolor>
+ <texturefocus
colordiffuse="AccentDiffuse">button.png</texturefocus>
+ <texturenofocus>tile.png</texturenofocus>
+ </control>
<control type="button" id="10">
<description>No</description>
- <left>25</left>
+ <left>235</left>
<top>190</top>
<width>190</width>
<label>106</label>
@@ -39,21 +54,6 @@
<texturefocus
colordiffuse="AccentDiffuse">button.png</texturefocus>
<texturenofocus>tile.png</texturenofocus>
</control>
- <control type="button" id="11">
- <description>Yes</description>
- <left>235</left>
- <top>190</top>
- <width>190</width>
- <label>107</label>
- <onleft>10</onleft>
- <onright>10</onright>
- <onup>11</onup>
- <ondown>11</ondown>
- <font>Panel_Hint</font>
- <focusedcolor>White</focusedcolor>
- <texturefocus
colordiffuse="AccentDiffuse">button.png</texturefocus>
- <texturenofocus>tile.png</texturenofocus>
- </control>
</control>
</controls>
</window>
\ No newline at end of file
diff --git a/skin.box/720p/Home.xml b/skin.box/720p/Home.xml
index fd4f10d..ebf445e 100644
--- a/skin.box/720p/Home.xml
+++ b/skin.box/720p/Home.xml
@@ -1,46 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<window id="0">
<defaultcontrol always="true">100</defaultcontrol>
- <allowoverlay>yes</allowoverlay>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu1Tile1.Type,Movies)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu1Tile2.Type,MovieLibrary)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu1Tile3.Type,RecentylAddedMovies)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu1Tile4.Type,VideoLibrary)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu1Tile5.Type,VideoAddons)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu2Tile1.Type,TvShows)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu2Tile2.Type,TVShowLibrary)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu2Tile3.Type,RecentylAddedEpisodes)
</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu2Tile4.Type,VideoLibrary)
</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu2Tile5.Type,VideoAddons)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu3Tile1.Type,Albums)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu3Tile2.Type,MusicLibrary)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu3Tile3.Type,Artists)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu3Tile4.Type,MusicFiles)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SubMenu3Tile5.Type,MusicAddons)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(HomeMenu1.Label,Movies)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(HomeMenu2.Label,Tv
Shows)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(HomeMenu3.Label,Music)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(HomeMenu1.Image,HomeIcons/Movies.png)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(HomeMenu2.Image,HomeIcons/TvShows.png)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(HomeMenu3.Image,HomeIcons/Music.png)</onload>
- <onload condition="IsEmpty(Skin.String(FirstSkinRun)) +
!Skin.HasSetting(EnableHomeMenu1)">Skin.ToggleSetting(EnableHomeMenu1)</onload>
- <onload condition="IsEmpty(Skin.String(FirstSkinRun)) +
!Skin.HasSetting(EnableHomeMenu2)">Skin.ToggleSetting(EnableHomeMenu2)</onload>
- <onload condition="IsEmpty(Skin.String(FirstSkinRun)) +
!Skin.HasSetting(EnableHomeMenu3)">Skin.ToggleSetting(EnableHomeMenu3)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">SSkin.SetString(HomeWidget1.Type,RecentMovies)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">SSkin.SetString(HomeWidget1.Layout,Poster)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">SSkin.SetString(HomeWidget2.Type,RecentTvShows)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">SSkin.SetString(HomeWidget1.Layout,Poster)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">SSkin.SetString(HomeWidget3.Type,RecentAlbums)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">SSkin.SetString(HomeWidget3.Layout,Cover)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SideMenuTile1.Type,Weather)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SideMenuTile2.Type,Pictures)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SideMenuTile3.Type,Programs)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SideMenuTile4.Type,Favourites)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SideMenuTile5.Type,Settings)</onload>
- <onload
condition="IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(SideMenuTile6.Type,Shutdown)</onload>
- <onload
condition="!IsEmpty(Skin.String(FirstSkinRun))">Skin.SetString(FirstSkinRun,Configured)</onload>
+ <onload condition="!Skin.String(FirstSkinRun) +
!Skin.HasSetting(EnableHomeMenu1)">Skin.ToggleSetting(EnableHomeMenu1)</onload>
+ <onload condition="!Skin.String(FirstSkinRun) +
!Skin.HasSetting(EnableHomeMenu2)">Skin.ToggleSetting(EnableHomeMenu2)</onload>
+ <onload condition="!Skin.String(FirstSkinRun) +
!Skin.HasSetting(EnableHomeMenu3)">Skin.ToggleSetting(EnableHomeMenu3)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile1.Type,Movies)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile2.Type,MovieLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile3.Type,RecentylAddedMovies)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile4.Type,VideoLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu1Tile5.Type,VideoAddons)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile1.Type,TvShows)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile2.Type,TVShowLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile3.Type,RecentylAddedEpisodes)
</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile4.Type,VideoLibrary)
</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu2Tile5.Type,VideoAddons)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile1.Type,Albums)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile2.Type,MusicLibrary)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile3.Type,Artists)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile4.Type,MusicFiles)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SubMenu3Tile5.Type,MusicAddons)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu1.Label,Movies)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu2.Label,Tv
Shows)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu3.Label,Music)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu1.Image,HomeIcons/Movies.png)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu2.Image,HomeIcons/TvShows.png)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(HomeMenu3.Image,HomeIcons/Music.png)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile1.Type,Weather)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile2.Type,Pictures)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile3.Type,Programs)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile4.Type,Favourites)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile5.Type,Settings)</onload>
+ <onload
condition="!Skin.String(FirstSkinRun)">Skin.SetString(SideMenuTile6.Type,Shutdown)</onload>
<onload>Skin.Reset(showHomeHiddenMenu)</onload>
<onunload>Skin.Reset(showHomeHiddenMenu)</onunload>
+ <allowoverlay>yes</allowoverlay>
<controls>
<include>HomeBackground</include>
<include>SelectedHomeWidgetBackGround</include>
@@ -60,7 +53,7 @@
<visible>Control.IsVisible(6500)</visible>
</control>
<include>BarClock</include>
-
+
<!-- Main Menu Icons -->
<control type="grouplist">
<animation type="WindowClose">
@@ -81,21 +74,23 @@
<itemgap>10</itemgap>
<orientation>horizontal</orientation>
<visible>!Skin.HasSetting(HideHomeMenuIcons) +
!Window.IsVisible(favourites)</visible>
- <include
condition="Skin.HasSetting(EnableHomeMenu1)">MainMenu1Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu2)">MainMenu2Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu3)">MainMenu3Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu4)">MainMenu4Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu5)">MainMenu5Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu6)">MainMenu6Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu7)">MainMenu7Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu8)">MainMenu8Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu9)">MainMenu9Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu10)">MainMenu10Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu11)">MainMenu11Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu12)">MainMenu12Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu13)">MainMenu13Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu14)">MainMenu14Icon</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu15)">MainMenu15Icon</include>
+
+ <include>MainMenu1Icon</include>
+ <include>MainMenu2Icon</include>
+ <include>MainMenu3Icon</include>
+ <include>MainMenu4Icon</include>
+ <include>MainMenu5Icon</include>
+ <include>MainMenu6Icon</include>
+ <include>MainMenu7Icon</include>
+ <include>MainMenu8Icon</include>
+ <include>MainMenu9Icon</include>
+ <include>MainMenu10Icon</include>
+ <include>MainMenu11Icon</include>
+ <include>MainMenu12Icon</include>
+ <include>MainMenu13Icon</include>
+ <include>MainMenu14Icon</include>
+ <include>MainMenu15Icon</include>
+
</control>
<!-- Main Menu List-->
<control type="grouplist" id="100">
@@ -117,10 +112,11 @@
<align>left</align>
<ondown>1000</ondown>
<onfocus>Skin.SetString(SelectedHomeMenu,menu1)</onfocus>
+
<onfocus>Skin.SetString(FirstSkinRun,Configured)</onfocus>
<onfocus
condition="Skin.HasSetting(showHomeHiddenMenu)">Skin.ToggleSetting(showHomeHiddenMenu)</onfocus>
<onclick>$VAR[MainMenu1.Action]</onclick>
<onclick>$VAR[MainMenu1.2ndAction]</onclick>
- <visible>Skin.HasSetting(EnableHomeMenu1)</visible>
+ <visible>!Skin.String(FirstSkinRun)|
Skin.HasSetting(EnableHomeMenu1)</visible>
</control>
<!-- Menu2 -->
<control id="102">
@@ -337,6 +333,7 @@
</animation>
<!-- This Control defines the Group of elements conforming the
SubMenus and Widgets-->
<control type="group">
+
<animation type="WindowClose">
<effect type="fade" time="300" />
<effect type="slide" end="+1500,0" time="300" />
@@ -345,6 +342,8 @@
<effect type="fade" time="300" />
<effect type="slide" start="+1500,0" time="300"
/>
</animation>
+
+
<animation type="Conditional"
condition="Window.IsVisible(favourites)" reversible="false">
<effect type="fade" time="300" />
<effect type="slide" start="0,0" end="+1500,0"
time="300" />
@@ -354,37 +353,37 @@
<effect type="slide" start="+1500,0" end="0,0"
time="300" />
</animation>
- <include
condition="Skin.HasSetting(EnableHomeMenu1)">SubMenu1</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu2)">SubMenu2</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu3)">SubMenu3</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu4)">SubMenu4</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu5)">SubMenu5</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu6)">SubMenu6</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu7)">SubMenu7</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu8)">SubMenu8</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu9)">SubMenu9</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu10)">SubMenu10</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu11)">SubMenu11</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu12)">SubMenu12</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu13)">SubMenu13</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu14)">SubMenu14</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu15)">SubMenu15</include>
-
- <include
condition="Skin.HasSetting(EnableHomeMenu1)">Widget1</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu2)">Widget2</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu3)">Widget3</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu4)">Widget4</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu5)">Widget5</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu6)">Widget6</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu7)">Widget7</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu8)">Widget8</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu9)">Widget9</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu10)">Widget10</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu11)">Widget11</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu12)">Widget12</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu13)">Widget13</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu14)">Widget14</include>
- <include
condition="Skin.HasSetting(EnableHomeMenu15)">Widget15</include>
+ <include>SubMenu1</include>
+ <include>SubMenu2</include>
+ <include>SubMenu3</include>
+ <include>SubMenu4</include>
+ <include>SubMenu5</include>
+ <include>SubMenu6</include>
+ <include>SubMenu7</include>
+ <include>SubMenu8</include>
+ <include>SubMenu9</include>
+ <include>SubMenu10</include>
+ <include>SubMenu11</include>
+ <include>SubMenu12</include>
+ <include>SubMenu13</include>
+ <include>SubMenu14</include>
+ <include>SubMenu15</include>
+
+ <include>Widget1</include>
+ <include>Widget2</include>
+ <include>Widget3</include>
+ <include>Widget4</include>
+ <include>Widget5</include>
+ <include>Widget6</include>
+ <include>Widget7</include>
+ <include>Widget8</include>
+ <include>Widget9</include>
+ <include>Widget10</include>
+ <include>Widget11</include>
+ <include>Widget12</include>
+ <include>Widget13</include>
+ <include>Widget14</include>
+ <include>Widget15</include>
<!-- Now Playing -->
<control type="group">
diff --git a/skin.box/720p/Includes.xml b/skin.box/720p/Includes.xml
index 46a14ec..95b98ed 100644
--- a/skin.box/720p/Includes.xml
+++ b/skin.box/720p/Includes.xml
@@ -1,4 +1,4 @@
- <?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<includes>
<include file="Defaults.xml" />
<include file="View_50_List.xml" />
@@ -43,8 +43,6 @@
<include file="VariablesHomeMenu15.xml" />
<include file="VariablesHomeSideMenu.xml" />
<include file="IncludesHome.xml" />
-
-
<include name="HomeWidgetThumbsEpisodeNo">
<control type="image">
<left>5</left>
@@ -1303,7 +1301,6 @@
<width>75</width>
<height>75</height>
<texture
background="true">$INFO[ListItem.Thumb]</texture>
- <colordiffuse>ImageDiffuse</colordiffuse>
<bordersize>5</bordersize>
<aspectratio
scalediffuse="false">stretch</aspectratio>
</control>
@@ -1313,7 +1310,6 @@
<width>75</width>
<height>75</height>
<texture
background="true">$INFO[ListItem.Icon]</texture>
- <colordiffuse>ImageDiffuse</colordiffuse>
<bordersize>10</bordersize>
<aspectratio
scalediffuse="false">stretch</aspectratio>
<visible>IsEmpty(ListItem.Thumb)</visible>
@@ -1443,7 +1439,8 @@
</control>
</include>
<include name="WidgetBackground">
- <visible>!Skin.HasSetting(Fanart)</visible>
+ <control type="group">
+ <visible>!Skin.HasSetting(Fanart) + ![Player.HasVideo() +
skin.HasSetting(PlayingVideoOnBackground)]</visible>
<!-- List to Control the cycle through the Fanart for Menu1
-->
<control type="group">
<animation effect="fade"
time="500">VisibleChange</animation>
@@ -2542,10 +2539,11 @@
<colordiffuse>ImageDiffuse</colordiffuse>
</control>
</control>
+ </control>
</include>
<include name="SelectedHomeWidgetBackGround">
<control type="group">
- <visible> [Control.HasFocus(1003) +
!IsEmpty(Container(1003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(1004) +
!IsEmpty(Container(1004).ListItem.Property(Fanart_Image))]
+ <visible> [[Control.HasFocus(1003) +
!IsEmpty(Container(1003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(1004) +
!IsEmpty(Container(1004).ListItem.Property(Fanart_Image))]
| [Control.HasFocus(2003) +
!IsEmpty(Container(2003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(2004) +
!IsEmpty(Container(2004).ListItem.Property(Fanart_Image))]
| [Control.HasFocus(3003) +
!IsEmpty(Container(3003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(3004) +
!IsEmpty(Container(3004).ListItem.Property(Fanart_Image))]
| [Control.HasFocus(4003) +
!IsEmpty(Container(4003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(4004) +
!IsEmpty(Container(4004).ListItem.Property(Fanart_Image))]
@@ -2559,7 +2557,8 @@
| [Control.HasFocus(12003) +
!IsEmpty(Container(12003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(12004) +
!IsEmpty(Container(12004).ListItem.Property(Fanart_Image))]
| [Control.HasFocus(13003) +
!IsEmpty(Container(13003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(13004) +
!IsEmpty(Container(13004).ListItem.Property(Fanart_Image))]
| [Control.HasFocus(14003) +
!IsEmpty(Container(14003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(14004) +
!IsEmpty(Container(14004).ListItem.Property(Fanart_Image))]
- | [Control.HasFocus(15003) +
!IsEmpty(Container(15003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(15004) +
!IsEmpty(Container(15004).ListItem.Property(Fanart_Image))]
+ | [Control.HasFocus(15003) +
!IsEmpty(Container(15003).ListItem.Property(Fanart_Image))] |
[Control.HasFocus(15004) +
!IsEmpty(Container(15004).ListItem.Property(Fanart_Image))]]
+ + ![Player.HasVideo() +
skin.HasSetting(PlayingVideoOnBackground)]
</visible>
<animation type="Hidden">
<effect type="fade" time="1000" />
@@ -2586,6 +2585,7 @@
<fadetime>1000</fadetime>
<texture>$VAR[SelectedWidgetItem.Fanart]</texture>
<colordiffuse>ImageDiffuse</colordiffuse>
+ <visible>![Player.HasVideo() +
skin.HasSetting(PlayingVideoOnBackground)]</visible>
</control>
</include>
@@ -4197,54 +4197,6 @@
</content>
</include>
- <include name="MainMenu">
- <item id="1">
- <label>$VAR[MainMenu1.Label]</label>
- <icon>$VAR[MainMenu1.Image]</icon>
- <thumb>$VAR[MainMenu1.Image]</thumb>
- <onclick>$VAR[MainMenu1.Action]</onclick>
- <onclick>$VAR[MainMenu1.2ndAction]</onclick>
- <property
name="FocusAction">Skin.SetString(SelectedMainMenu,Menu1)</property>
- <visible>Skin.HasSetting(EnableHomeMenu1)</visible>
- </item>
- <item id="2">
- <label>$VAR[MainMenu2.Label]</label>
- <icon>$VAR[MainMenu2.Image]</icon>
- <thumb>$VAR[MainMenu2.Image]</thumb>
- <onclick>$VAR[MainMenu2.Action]</onclick>
- <onclick>$VAR[MainMenu2.2ndAction]</onclick>
- <property
name="FocusAction">Skin.SetString(SelectedMainMenu,Menu2)</property>
- <visible>Skin.HasSetting(EnableHomeMenu2)</visible>
- </item>
- <item id="3">
- <label>$VAR[MainMenu3.Label]</label>
- <icon>$VAR[MainMenu3.Image]</icon>
- <thumb>$VAR[MainMenu3.Image]</thumb>
- <onclick>$VAR[MainMenu3.Action]</onclick>
- <onclick>$VAR[MainMenu3.2ndAction]</onclick>
- <property
name="FocusAction">Skin.SetString(SelectedMainMenu,Menu3)</property>
- <visible>Skin.HasSetting(EnableHomeMenu3)</visible>
- </item>
- <item id="4">
- <label>$VAR[MainMenu4.Label]</label>
- <icon>$VAR[MainMenu4.Image]</icon>
- <thumb>$VAR[MainMenu4.Image]</thumb>
- <onclick>$VAR[MainMenu4.Action]</onclick>
- <onclick>$VAR[MainMenu4.2ndAction]</onclick>
- <property
name="FocusAction">Skin.SetString(SelectedMainMenu,Menu4)</property>
- <visible>Skin.HasSetting(EnableHomeMenu4)</visible>
- </item>
- <item id="5">
- <label>$VAR[MainMenu5.Label]</label>
- <icon>$VAR[MainMenu5.Image]</icon>
- <thumb>$VAR[MainMenu5.Image]</thumb>
- <onclick>$VAR[MainMenu5.Action]</onclick>
- <onclick>$VAR[MainMenu5.2ndAction]</onclick>
- <property
name="FocusAction">Skin.SetString(SelectedMainMenu,Menu5)</property>
- <visible>Skin.HasSetting(EnableHomeMenu5)</visible>
- </item>
- </include>
-
<include name="SubMenu1B">
<item id="1">
<label>$VAR[SubMenu1Tile2.Label]</label>
@@ -5713,146 +5665,6 @@
</item>
</include>
- <include name="MainMenuIconChooser">
- <item id="1">
- <icon>HomeIcons/Back.png</icon>
- <thumb>HomeIcons/Back.png</thumb>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="2">
- <icon>HomeIcons/Disc.png</icon>
- <thumb>HomeIcons/Disc.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Disc)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="3">
- <icon>HomeIcons/Disc2.png</icon>
- <thumb>HomeIcons/Disc2.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Disc2)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="4">
- <icon>HomeIcons/Games.png</icon>
- <thumb>HomeIcons/Games.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Games)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="5">
- <icon>HomeIcons/LiveTv.png</icon>
- <thumb>HomeIcons/LiveTv.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,LiveTv)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="6">
- <icon>HomeIcons/Movies.png</icon>
- <thumb>HomeIcons/Movies.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Movies)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="7">
- <icon>HomeIcons/Movies2.png</icon>
- <thumb>HomeIcons/Movies2.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Movies2)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="8">
- <icon>HomeIcons/Movies3.png</icon>
- <thumb>HomeIcons/Movies3.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Movies3)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="9">
- <icon>HomeIcons/Music.png</icon>
- <thumb>HomeIcons/Music.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Music)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="10">
- <icon>HomeIcons/Music2.png</icon>
- <thumb>HomeIcons/Music2.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Music2)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="11">
- <icon>HomeIcons/Music3.png</icon>
- <thumb>HomeIcons/Music3.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Music3)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="12">
- <icon>HomeIcons/Music4.png</icon>
- <thumb>HomeIcons/Music4.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Music4)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="13">
- <icon>HomeIcons/Pictures.png</icon>
- <thumb>HomeIcons/Pictures.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Pictures)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="14">
- <icon>HomeIcons/Programs.png</icon>
- <thumb>HomeIcons/Programs.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Programs)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="15">
- <icon>HomeIcons/Radio.png</icon>
- <thumb>HomeIcons/Radio.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Radio)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="16">
- <icon>HomeIcons/Settings.png</icon>
- <thumb>HomeIcons/Settings.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Settings)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="17">
- <icon>HomeIcons/Shutdown.png</icon>
- <thumb>HomeIcons/Shutdown.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Shutdown)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="18">
- <icon>HomeIcons/TvShows.png</icon>
- <thumb>HomeIcons/TvShows.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,TvShows)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="19">
- <icon>HomeIcons/Videos.png</icon>
- <thumb>HomeIcons/Videos.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Videos)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="20">
- <icon>HomeIcons/Weather.png</icon>
- <thumb>HomeIcons/Weather.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Weather)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="21">
- <icon>HomeIcons/Weather2.png</icon>
- <thumb>HomeIcons/Weather2.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Weather2)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="22">
- <icon>HomeIcons/Weather3.png</icon>
- <thumb>HomeIcons/Weather3.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,Weather3)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- <item id="23">
- <icon>HomeIcons/Delete.png</icon>
- <thumb>HomeIcons/Delete.png</thumb>
-
<onclick>Skin.SetString($INFO[Skin.String(SelectedHomeMenu)].Image,)</onclick>
- <onclick>Dialog.Close(6666)</onclick>
- </item>
- </include>
-
<include name="MainMenuWidgetChooser">
<item id="1">
<label>$LOCALIZE[13012]</label>
diff --git a/skin.box/720p/IncludesHome.xml b/skin.box/720p/IncludesHome.xml
index aa5117f..1cd1ea7 100644
--- a/skin.box/720p/IncludesHome.xml
+++ b/skin.box/720p/IncludesHome.xml
@@ -1,10 +1,11 @@
- <?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<includes>
<include name="MainMenu1Icon">
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu1)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -47,6 +48,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu2)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -89,6 +91,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu3)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -131,6 +134,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu4)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -173,6 +177,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu5)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -215,6 +220,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu6)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -257,6 +263,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu7)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -299,7 +306,8 @@
<control type="group">
<width>55</width>
<height>55</height>
- <control type="image">
+ <visible>Skin.HasSetting(EnableHomeMenu8)</visible>
+ <control type="image">
<width>55</width>
<height>55</height>
<texture>RingNF.png</texture>
@@ -341,6 +349,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu9)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -383,6 +392,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu10)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -425,6 +435,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu11)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -467,6 +478,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu12)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -509,6 +521,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu13)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -551,6 +564,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu14)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -593,6 +607,7 @@
<control type="group">
<width>55</width>
<height>55</height>
+ <visible>Skin.HasSetting(EnableHomeMenu15)</visible>
<control type="image">
<width>55</width>
<height>55</height>
@@ -633,7 +648,6 @@
</include>
<include name="SubMenuSlideAnimation">
-
<animation type="Visible"
condition="!Skin.HasSetting(DisableHomeAnimations)" reversible="false">
<effect type="slide" start="-1500" end="0" time="700"
tween="cubic" easing="inout"/>
</animation>
@@ -642,6 +656,7 @@
</animation>
</include>
<include name="WidgetSlideAnimation">
+
<animation type="Visible"
condition="!Skin.HasSetting(DisableHomeAnimations)" reversible="false">
<effect type="slide" start="2500" end="0" time="700"
tween="cubic" easing="inout"/>
</animation>
diff --git a/skin.box/720p/MusicOSD.xml b/skin.box/720p/MusicOSD.xml
index b0abd9a..deaa34b 100644
--- a/skin.box/720p/MusicOSD.xml
+++ b/skin.box/720p/MusicOSD.xml
@@ -35,8 +35,8 @@
<onright>14</onright>
<onup>100</onup>
<ondown>noop</ondown>
-
<texturefocus>other_textures/osd/prevtrackgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/prevtracknf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/prevtrack.png</texturefocus>
+
<texturenofocus>other_textures/osd/prevtrack.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
</control>
<control type="button" id="14">
@@ -51,8 +51,8 @@
<onright>15</onright>
<onup>100</onup>
<ondown>noop</ondown>
-
<texturefocus>other_textures/osd/rewindgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/rewindnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/rewindmusic.png</texturefocus>
+
<texturenofocus>other_textures/osd/rewindmusic.png</texturenofocus>
<onclick>PlayerControl(rewind)</onclick>
</control>
<control type="togglebutton" id="15">
@@ -68,11 +68,11 @@
<onright>16</onright>
<onup>100</onup>
<ondown>noop</ondown>
-
<texturefocus>other_textures/osd/pausegreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/pausenf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/pausemusic.png</texturefocus>
+
<texturenofocus>other_textures/osd/pausemusic.png</texturenofocus>
<usealttexture>Player.paused | Player.Forwarding |
Player.rewinding</usealttexture>
-
<alttexturefocus>other_textures/osd/playGreenfo.png</alttexturefocus>
-
<alttexturenofocus>other_textures/osd/playnf.png</alttexturenofocus>
+ <alttexturefocus
colordiffuse="Accent">other_textures/osd/playmusic.png</alttexturefocus>
+
<alttexturenofocus>other_textures/osd/playmusic.png</alttexturenofocus>
<onclick>PlayerControl(Play)</onclick>
</control>
<control type="button" id="16">
@@ -87,8 +87,8 @@
<onright>17</onright>
<onup>100</onup>
<ondown>noop</ondown>
-
<texturefocus>other_textures/osd/stopgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/stopnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/stopmusic.png</texturefocus>
+
<texturenofocus>other_textures/osd/stopmusic.png</texturenofocus>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="button" id="17">
@@ -103,8 +103,8 @@
<onright>18</onright>
<onup>100</onup>
<ondown>noop</ondown>
-
<texturefocus>other_textures/osd/forwardgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/forwardnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/forwardmusic.png</texturefocus>
+
<texturenofocus>other_textures/osd/forwardmusic.png</texturenofocus>
<onclick>PlayerControl(Forward)</onclick>
</control>
<control type="button" id="18">
@@ -118,73 +118,72 @@
<onright>18</onright>
<onup>100</onup>
<ondown>noop</ondown>
-
<texturefocus>other_textures/osd/nexttrackgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/nexttracknf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/nexttrack.png</texturefocus>
+
<texturenofocus>other_textures/osd/nexttrack.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
</control>
<control type="group">
- <left>40</left>
- <top>12</top>
+ <left>5</left>
+ <top>5</top>
<control type="image" id="2">
- <width>50</width>
- <height>50</height>
-
<texture>other_textures/OSD/RepeatNF.png</texture>
+ <width>40</width>
+ <height>40</height>
+
<texture>other_textures/OSD/repeat.png</texture>
<visible>!Playlist.IsRepeat +
!Playlist.IsRepeatOne</visible>
<visible>!Control.HasFocus(1)</visible>
</control>
<control type="image" id="3">
- <width>50</width>
- <height>50</height>
-
<texture>other_textures/OSD/RepeatFO.png</texture>
+ <width>40</width>
+ <height>40</height>
+ <texture
colordiffuse="Accent">other_textures/OSD/repeat.png</texture>
<visible>!Playlist.IsRepeat +
!Playlist.IsRepeatOne</visible>
<visible>Control.HasFocus(1)</visible>
</control>
<control type="image" id="4">
- <width>50</width>
- <height>50</height>
-
<texture>other_textures/OSD/RepeatOneNF.png</texture>
+ <width>40</width>
+ <height>40</height>
+
<texture>other_textures/OSD/repeatone.png</texture>
<visible>Playlist.IsRepeatOne</visible>
<visible>!Control.HasFocus(1)</visible>
</control>
<control type="image" id="5">
- <width>50</width>
- <height>50</height>
-
<texture>other_textures/OSD/RepeatOneFO.png</texture>
+ <width>40</width>
+ <height>40</height>
+ <texture
colordiffuse="Accent">other_textures/OSD/repeatone.png</texture>
<visible>Playlist.IsRepeatOne</visible>
<visible>Control.HasFocus(1)</visible>
</control>
<control type="image" id="6">
- <width>50</width>
- <height>50</height>
-
<texture>other_textures/OSD/RepeatAllNF.png</texture>
+ <width>40</width>
+ <height>40</height>
+
<texture>other_textures/OSD/repeatall.png</texture>
<visible>Playlist.IsRepeat</visible>
<visible>!Control.HasFocus(1)</visible>
</control>
<control type="image" id="7">
- <width>50</width>
- <height>50</height>
-
<texture>other_textures/OSD/RepeatAllFO.png</texture>
+ <width>40</width>
+ <height>40</height>
+ <texture
colordiffuse="Accent">other_textures/OSD/repeatall.png</texture>
<visible>Playlist.IsRepeat</visible>
<visible>Control.HasFocus(1)</visible>
</control>
</control>
<control type="grouplist" id="100">
- <left>40</left>
- <top>12</top>
- <width>500</width>
- <height>60</height>
- <itemgap>2</itemgap>
+ <left>5</left>
+ <top>5</top>
+ <width>320</width>
+ <height>40</height>
+ <itemgap>5</itemgap>
<orientation>horizontal</orientation>
<align>left</align>
<onleft>100</onleft>
<onright>100</onright>
<onup>-</onup>
<ondown>-</ondown>
-
<control type="button" id="1">
<description>Repeat</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<ondown>15</ondown>
<label>$LOCALIZE[486]$INFO[Playlist.Repeat, : ]</label>
<font>-</font>
@@ -194,94 +193,75 @@
</control>
<control type="togglebutton" id="21">
<description>Random</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<ondown>15</ondown>
<label>$LOCALIZE[590]$INFO[Playlist.Random, : ]</label>
<font>-</font>
-
<texturefocus>other_textures/osd/randomofffo.png</texturefocus>
-
<texturenofocus>other_textures/osd/randomoffnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/shuffleoff.png</texturefocus>
+
<texturenofocus>other_textures/osd/shuffleoff.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture>
-
<alttexturefocus>other_textures/osd/randomonfo.png</alttexturefocus>
-
<alttexturenofocus>other_textures/osd/randomonnf.png</alttexturenofocus>
+ <alttexturefocus
colordiffuse="Accent">other_textures/osd/shuffleon.png</alttexturefocus>
+
<alttexturenofocus>other_textures/osd/shuffleon.png</alttexturenofocus>
<onclick>XBMC.PlayerControl(Random)</onclick>
</control>
<control type="button" id="12">
<description>Playlist</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<ondown>15</ondown>
<label>10517</label>
<font>-</font>
-
<texturefocus>other_textures/OSD/playlistfo.png</texturefocus>
-
<texturenofocus>other_textures/OSD/playlistnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/OSD/playlist.png</texturefocus>
+
<texturenofocus>other_textures/OSD/playlist.png</texturenofocus>
<onclick>ActivateWindow(MusicPlaylist)</onclick>
</control>
-
<control type="button" id="10">
<description>Lyrics</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<ondown>15</ondown>
-
<texturefocus>other_textures/osd/lyricsfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/lyricsnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/lyrics.png</texturefocus>
+
<texturenofocus>other_textures/osd/lyrics.png</texturenofocus>
<onclick>Close</onclick>
<onclick>XBMC.RunScript(script.cu.lrclyrics)</onclick>
</control>
-
<control type="button" id="500">
<description>Visualisation</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<ondown>15</ondown>
<label>12006</label>
<font>-</font>
-
<texturefocus>other_textures/osd/vizfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/viznf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/visualisation.png</texturefocus>
+
<texturenofocus>other_textures/osd/visualisation.png</texturenofocus>
<visible>Skin.HasSetting(Visualization)</visible>
</control>
<control type="button" id="19">
<description>Visualisation settings</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<ondown>15</ondown>
<label>$LOCALIZE[250] $LOCALIZE[21417]</label>
<font>-</font>
-
<texturefocus>other_textures/osd/presetsettingsfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/presetsettingsnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/presetsettings.png</texturefocus>
+
<texturenofocus>other_textures/osd/presetsettings.png</texturenofocus>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
<visible>Skin.HasSetting(Visualization)</visible>
</control>
<control type="button" id="20">
<description>Visualisation Presets</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<ondown>15</ondown>
<label>31040</label>
<font>-</font>
-
<texturefocus>other_textures/osd/prefo.png</texturefocus>
-
<texturenofocus>other_textures/osd/prenf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/presets.png</texturefocus>
+
<texturenofocus>other_textures/osd/presets.png</texturenofocus>
<onclick>ActivateWindow(122)</onclick>
<visible>Skin.HasSetting(Visualization)</visible>
</control>
-
-
-
- </control>
- <control type="grouplist" id="102">
- <left>280</left>
- <top>12</top>
- <width>500</width>
- <height>60</height>
- <itemgap>2</itemgap>
- <orientation>horizontal</orientation>
- <align>left</align>
- <onleft>12</onleft>
- <onright>12</onright>
- <onup>noop</onup>
- <ondown>noop</ondown>
- <visible>!Window.IsVisible(122)</visible>
- </control>
+ </control>
</control>
</control>
</controls>
diff --git a/skin.box/720p/MusicOverlay.xml b/skin.box/720p/MusicOverlay.xml
index 41e7f57..14318a6 100644
--- a/skin.box/720p/MusicOverlay.xml
+++ b/skin.box/720p/MusicOverlay.xml
@@ -5,15 +5,14 @@
<controls>
<control type="group">
<animation type="WindowOpen">
- <effect type="slide" start="0,200" end="0,0" time="600"
tween="cubic" easing="out" />
+ <effect type="slide" start="0,200" end="0,0" time="600"
tween="cubic" easing="in" />
<effect type="fade" start="0" end="100" time="600" />
</animation>
<animation type="WindowClose">
<effect type="slide" start="0,0" end="0,200" time="600"
tween="cubic" easing="out" />
<effect type="fade" start="100" end="0" time="600" />
</animation>
- <animation effect="slide" start="0,0" end="0,-45"
time="300" condition="Window.IsActive(playercontrols)">conditional</animation>
- <visible>!Window.IsActive(visualisation) +
!Window.IsActive(karaoke) + !Window.IsActive(slideshow) +
![Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) +
SubString(Window(videolibrary).Property(TvTunesIsAlive),True)]</visible>
+ <visible>!Window.IsActive(visualisation) +
!Window.IsActive(karaoke) + !Window.IsActive(slideshow) +
![Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) +
SubString(Window(videolibrary).Property(TvTunesIsAlive),True)]</visible>
<control type="group">
<left>0</left>
<top>685</top>
diff --git a/skin.box/720p/MusicVisualisation.xml
b/skin.box/720p/MusicVisualisation.xml
index e9dc84e..e9dab80 100644
--- a/skin.box/720p/MusicVisualisation.xml
+++ b/skin.box/720p/MusicVisualisation.xml
@@ -2,7 +2,6 @@
<window id="2006">
<allowoverlay>no</allowoverlay>
<onload condition="System.HasAddon(script.artistslideshow) +
Skin.HasSetting(EnableArtistSlideshowAddon)">RunScript(script.artistslideshow)</onload>
- <visible>Window.IsVisible(visualisation) | Window.IsVisible(122) |
Player.Paused</visible>
<controls>
<control type="group">
<visible>Player.HasAudio</visible>
@@ -39,7 +38,7 @@
<timeperimage>10000</timeperimage>
<fadetime>2000</fadetime>
<randomize>true</randomize>
-
<visible>Skin.HasSetting(EnableArtistSlideshowAddon)</visible>
+
<visible>System.HasAddon(script.artistslideshow) +
Skin.HasSetting(EnableArtistSlideshowAddon)</visible>
</control>
<control type="group">
<visible>!Skin.HasSetting(EnableArtistSlideshowAddon)</visible>
@@ -65,7 +64,7 @@
<visible>IsEmpty(Control.getLabel(8870)) +
IsEmpty(Control.getLabel(8872))</visible>
<fadetime>600</fadetime>
</control>
- <!-- Artist Fanart from cd Folder if no
extrafanart folder is available-->
+ <!-- Artist Fanart from cd Folder if no
extrafanart folder is available-->
<control type="image" id="8872">
<description>Fanart Image for
Artist</description>
<include>Dimensions_Fullscreen</include>
@@ -106,7 +105,7 @@
<control type="Group">
<animation effect="slide" start="1010"
end="0" time="900" tween="cubic" easing="out" delay="0">WindowOpen</animation>
<animation effect="slide" start="0"
end="1300" time="900" tween="cubic" easing="in"
delay="0">WindowClose</animation>
- <!-- Info Background -->
+ <!--Info Background -->
<control type="image">
<description>Music
bar</description>
<animation effect="zoom"
end="0,0,1280,680" time="500"
condition="Window.IsVisible(script-XBMC_Lyrics-main.xml)">Conditional</animation>
@@ -211,9 +210,6 @@
<font>Panel_Hint</font>
</control>
</control>
-
-
-
<!-- Album Cover and Album CD-->
<control type="group">
<description>Cd Disc and
Cover</description>
diff --git a/skin.box/720p/PlayerControls.xml b/skin.box/720p/PlayerControls.xml
index de14989..5ee0c1b 100644
--- a/skin.box/720p/PlayerControls.xml
+++ b/skin.box/720p/PlayerControls.xml
@@ -6,72 +6,72 @@
<controls>
<control type="group">
<visible>Player.HasMedia</visible>
- <left>0</left>
- <top>680</top>
+ <left>1080</left>
+ <top>670</top>
<animation type="WindowOpen">
- <effect type="slide" time="295" start="0,45" end="0,0" />
+ <effect type="slide" time="300" start="200,0" end="0,0" />
</animation>
<animation type="WindowClose">
- <effect type="slide" time="295" start="0,0" end="0,45"/>
+ <effect type="slide" time="300" start="0,0" end="200,0"/>
</animation>
<control type="grouplist" id="1">
<width>300</width>
- <height>50</height>
- <itemgap>-</itemgap>
+ <height>30</height>
+ <itemgap>2</itemgap>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<onup>noop</onup>
<ondown>noop</ondown>
<control type="button" id="401">
<description>Skip Back</description>
- <width>40</width>
- <height>40</height>
-
<texturefocus>other_textures/osd/prevtrackgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/prevtracknf.png</texturenofocus>
+ <width>30</width>
+ <height>30</height>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/previous.png</texturefocus>
+
<texturenofocus>other_textures/osd/previous.png</texturenofocus>
<onclick>playercontrol(previous)</onclick>
</control>
<control type="button" id="402">
<description>rewind</description>
- <width>40</width>
- <height>40</height>
-
<texturefocus>other_textures/osd/rewindgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/rewindnf.png</texturenofocus>
+ <width>30</width>
+ <height>30</height>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/rewind.png</texturefocus>
+
<texturenofocus>other_textures/osd/rewind.png</texturenofocus>
<onclick>playercontrol(rewind)</onclick>
</control>
<control type="togglebutton" id="403">
<description>Play/pause</description>
- <width>40</width>
- <height>40</height>
-
<texturefocus>other_textures/osd/pausegreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/pausenf.png</texturenofocus>
+ <width>30</width>
+ <height>30</height>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/pause.png</texturefocus>
+
<texturenofocus>other_textures/osd/pause.png</texturenofocus>
<usealttexture>Player.paused | Player.Forwarding |
Player.rewinding</usealttexture>
-
<alttexturefocus>other_textures/osd/playgreenfo.png</alttexturefocus>
-
<alttexturenofocus>other_textures/osd/playnf.png</alttexturenofocus>
+ <alttexturefocus
colordiffuse="Accent">other_textures/osd/play.png</alttexturefocus>
+
<alttexturenofocus>other_textures/osd/play.png</alttexturenofocus>
<onclick>playercontrol(play)</onclick>
</control>
<control type="button" id="404">
<description>Stop</description>
- <width>40</width>
- <height>40</height>
-
<texturefocus>other_textures/osd/stopgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/stopnf.png</texturenofocus>
+ <width>30</width>
+ <height>30</height>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/stop.png</texturefocus>
+
<texturenofocus>other_textures/osd/stop.png</texturenofocus>
<onclick>playercontrol(stop)</onclick>
</control>
<control type="button" id="405">
<description>Forward</description>
- <width>40</width>
- <height>40</height>
-
<texturefocus>other_textures/osd/forwardgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/forwardnf.png</texturenofocus>
+ <width>30</width>
+ <height>30</height>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/forward.png</texturefocus>
+
<texturenofocus>other_textures/osd/forward.png</texturenofocus>
<onclick>playercontrol(forward)</onclick>
</control>
<control type="button" id="406">
<description>Skip Forward</description>
- <width>40</width>
- <height>40</height>
-
<texturefocus>other_textures/osd/nexttrackgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/nexttracknf.png</texturenofocus>
+ <width>30</width>
+ <height>30</height>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/next.png</texturefocus>
+
<texturenofocus>other_textures/osd/next.png</texturenofocus>
<onclick>playercontrol(next)</onclick>
</control>
</control>
diff --git a/skin.box/720p/SkinSettings.xml b/skin.box/720p/SkinSettings.xml
index 6488acc..d21918a 100644
--- a/skin.box/720p/SkinSettings.xml
+++ b/skin.box/720p/SkinSettings.xml
@@ -316,7 +316,7 @@
<onclick>Skin.SetString(HomeWidget1.Type,RecentMovies)</onclick>
<onclick>Skin.SetString(HomeWidget1.Layout,Poster)</onclick>
<onclick>Skin.SetString(HomeWidget2.Type,RecentTvShows)</onclick>
-
<onclick>Skin.SetString(HomeWidget1.Layout,Poster)</onclick>
+
<onclick>Skin.SetString(HomeWidget2.Layout,Poster)</onclick>
<onclick>Skin.SetString(HomeWidget3.Type,RecentAlbums)</onclick>
<onclick>Skin.SetString(HomeWidget3.Layout,Cover)</onclick>
<onclick>Skin.Reset(HomeWidget4.Type)</onclick>
diff --git a/skin.box/720p/Startup.xml b/skin.box/720p/Startup.xml
index 8ee56fe..2dc3459 100644
--- a/skin.box/720p/Startup.xml
+++ b/skin.box/720p/Startup.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<window>
- <onload>ReplaceWindow(Home)</onload>
- <allowoverlay>yes</allowoverlay>
+ <allowoverlay>no</allowoverlay>
+ <onload>Skin.Reset(showHomeHiddenMenu)</onload>
+ <onload>ReplaceWindow(Home)</onload>
</window>
\ No newline at end of file
diff --git a/skin.box/720p/VariablesHomeMenu15.xml
b/skin.box/720p/VariablesHomeMenu15.xml
index e98ac61..21a676d 100644
--- a/skin.box/720p/VariablesHomeMenu15.xml
+++ b/skin.box/720p/VariablesHomeMenu15.xml
@@ -5,7 +5,7 @@
<value>$LOCALIZE[504]</value>
</variable>
<!-- Main Menu Icons -->
- <variable name="MainMenu3.Image">
+ <variable name="MainMenu15.Image">
<value
condition="!Skin.String(HomeMenu15.Image,)">$INFO[Skin.String(HomeMenu15.Image)]</value>
<value>HomeIcons/Empty.png</value>
</variable>
@@ -92,7 +92,7 @@
<value
condition="Skin.String(MainMenu15.Type,Shutdown)">noop</value>
<value>noop</value>
</variable>
- <!-- SubMenu 5 -->
+ <!-- SubMenu 15 -->
<variable name="SubMenu15Tile1.Label">
<value
condition="Skin.String(SubMenu15Tile1.Type,Favourite)">$INFO[Skin.String(SubMenu15Tile1.Label)]</value>
<value
condition="Skin.String(SubMenu15Tile1.Type,PlaylistVideo)">$INFO[Skin.String(SubMenu15Tile1.Label)]</value>
diff --git a/skin.box/720p/VideoOSD.xml b/skin.box/720p/VideoOSD.xml
index 49b1642..06fc0c2 100644
--- a/skin.box/720p/VideoOSD.xml
+++ b/skin.box/720p/VideoOSD.xml
@@ -18,10 +18,17 @@
<control type="group">
<visible>!Window.IsVisible(sliderdialog)</visible>
<animation effect="fade" start="100" end="0" time="300"
condition="Window.IsVisible(osdvideosettings) |
Window.IsVisible(osdaudiosettings) | Window.IsVisible(videobookmarks) |
Window.IsVisible(subtitlesearch) |
Window.IsActive(PVROSDGuide)">conditional</animation>
+ <!--Covers / Info / Progress Bar -->
+ <control type="group">
+
<visible>!Window.IsActive(fullscreeninfo)</visible>
+ <include>VideoFullScreenInfo</include>
+ </control>
+
<!-- Player Controls / Time / Buttons -->
<control type="group">
<animation effect="slide" start="0,-70"
end="0,0" time="600" tween="cubic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0"
end="0,-70" time="600" tween="cubic" easing="in">WindowClose</animation>
+ <!--
<control type="image">
<left>0</left>
<top>0</top>
@@ -29,19 +36,23 @@
<height>70</height>
<texture>tile.png</texture>
</control>
- <!-- This Displays the Current Time on the Top
Right -->
+ -->
+ <!-- This Displays the Current Time on the Top
Right -->
<control type="label">
<label>$INFO[System.Time(hh:mm)][COLOR
Accent]$INFO[System.Time(xx), ][/COLOR]</label>
- <left>1000</left>
- <top>5</top>
- <height>50</height>
+ <right>5</right>
+ <top>-5</top>
+ <height>30</height>
<width>270</width>
<font>Clock</font>
<align>right</align>
+ <aligny>top</aligny>
+ <shadowcolor>black</shadowcolor>
</control>
+
<control type="grouplist" id="100">
- <left>10</left>
- <top>15</top>
+ <left>5</left>
+ <top>5</top>
<width>500</width>
<height>60</height>
<itemgap>10</itemgap>
@@ -95,8 +106,8 @@
</control>
<control type="button" id="5">
<description>EPG
OSD</description>
- <width>50</width>
- <height>50</height>
+ <width>40</width>
+ <height>40</height>
<label>EPG</label>
<align>left</align>
<font>-</font>
@@ -163,110 +174,86 @@
</control>-->
<!-- Player Controls -->
- <control type="group">
- <left>465</left>
- <top>10</top>
+ <control type="grouplist" id="200">
+ <centerleft>640</centerleft>
+ <top>5</top>
+ <width>500</width>
+ <height>40</height>
+ <itemgap>5</itemgap>
+ <orientation>horizontal</orientation>
+ <align>center</align>
+ <onleft>5</onleft>
+ <onright>1</onright>
+ <onup>noop</onup>
+ <ondown>noop</ondown>
<visible>!Window.IsVisible(osdvideosettings) +
!Window.IsVisible(osdaudiosettings) + !Window.IsVisible(videobookmarks) +
!Window.IsVisible(subtitlesearch)</visible>
<control type="button" id="12">
<description>Skip
Back</description>
- <width>50</width>
- <height>50</height>
- <onleft>5</onleft>
- <onright>13</onright>
- <onup>noop</onup>
- <ondown>noop</ondown>
+ <width>40</width>
+ <height>40</height>
<label>210</label>
<font>-</font>
-
<texturefocus>other_textures/osd/prevtrackgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/prevtracknf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/previous.png</texturefocus>
+
<texturenofocus>other_textures/osd/previous.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
</control>
<control type="button" id="13">
<description>rewind</description>
- <left>60</left>
- <width>50</width>
- <height>50</height>
- <onleft>12</onleft>
- <onright>14</onright>
- <onup>noop</onup>
- <ondown>noop</ondown>
+ <width>40</width>
+ <height>40</height>
<label>31036</label>
<font>-</font>
-
<texturefocus>other_textures/osd/rewindgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/rewindnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/rewind.png</texturefocus>
+
<texturenofocus>other_textures/osd/rewind.png</texturenofocus>
<onclick>PlayerControl(rewind)</onclick>
</control>
<control type="togglebutton" id="14">
<description>Play/pause</description>
- <left>120</left>
- <width>50</width>
- <height>50</height>
- <onleft>13</onleft>
- <onright>15</onright>
- <onup>noop</onup>
- <ondown>noop</ondown>
+ <width>40</width>
+ <height>40</height>
<label>31037</label>
<altlabel>208</altlabel>
<font>-</font>
-
<texturefocus>other_textures/osd/pausegreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/pausenf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/pause.png</texturefocus>
+
<texturenofocus>other_textures/osd/pause.png</texturenofocus>
<usealttexture>Player.paused |
Player.Forwarding | Player.rewinding</usealttexture>
-
<alttexturefocus>other_textures/osd/playgreenfo.png</alttexturefocus>
-
<alttexturenofocus>other_textures/osd/playnf.png</alttexturenofocus>
+ <alttexturefocus
colordiffuse="Accent">other_textures/osd/play.png</alttexturefocus>
+
<alttexturenofocus>other_textures/osd/play.png</alttexturenofocus>
<onclick>PlayerControl(Play)</onclick>
</control>
<control type="button" id="15">
<description>Stop</description>
- <left>180</left>
- <width>50</width>
- <height>50</height>
- <onleft>14</onleft>
- <onright>16</onright>
- <onup>noop</onup>
- <ondown>noop</ondown>
+ <width>40</width>
+ <height>40</height>
<label>31038</label>
<font>-</font>
-
<texturefocus>other_textures/osd/stopgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/stopnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/stop.png</texturefocus>
+
<texturenofocus>other_textures/osd/stop.png</texturenofocus>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="button" id="16">
<description>Fast
Forward</description>
- <left>240</left>
- <width>50</width>
- <height>50</height>
- <onleft>15</onleft>
- <onright>17</onright>
- <onup>noop</onup>
- <ondown>noop</ondown>
+ <width>40</width>
+ <height>40</height>
<label>31039</label>
<font>-</font>
-
<texturefocus>other_textures/osd/forwardgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/forwardnf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/forward.png</texturefocus>
+
<texturenofocus>other_textures/osd/forward.png</texturenofocus>
<onclick>PlayerControl(Forward)</onclick>
</control>
<control type="button" id="17">
<description>Next</description>
- <left>300</left>
- <width>50</width>
- <height>50</height>
- <onleft>16</onleft>
- <onright>1</onright>
- <onup>noop</onup>
- <ondown>noop</ondown>
+ <width>40</width>
+ <height>40</height>
<label>209</label>
<font>-</font>
-
<texturefocus>other_textures/osd/nexttrackgreenfo.png</texturefocus>
-
<texturenofocus>other_textures/osd/nexttracknf.png</texturenofocus>
+ <texturefocus
colordiffuse="Accent">other_textures/osd/next.png</texturefocus>
+
<texturenofocus>other_textures/osd/next.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
</control>
</control>
</control>
- <!--Covers / Info / Progress Bar -->
- <control type="group">
-
<visible>!Window.IsActive(fullscreeninfo)</visible>
- <include>VideoFullScreenInfo</include>
- </control>
+
</control>
</controls>
</window>
\ No newline at end of file
diff --git a/skin.box/720p/VideoOverlay.xml b/skin.box/720p/VideoOverlay.xml
index 837eb83..4294bce 100644
--- a/skin.box/720p/VideoOverlay.xml
+++ b/skin.box/720p/VideoOverlay.xml
@@ -12,7 +12,6 @@
<effect type="slide" start="0,0" end="0,200" time="600"
tween="cubic" easing="out" />
<effect type="fade" start="100" end="0" time="600" />
</animation>
- <animation effect="slide" start="0,0" end="0,-45"
time="300" condition="Window.IsActive(playercontrols)">conditional</animation>
<visible>!VideoPlayer.IsFullscreen +
!Window.IsVisible(screencalibration)</visible>
<control type="group">
<left>0</left>
diff --git a/skin.box/720p/Viewtype_Panel_Tall.xml
b/skin.box/720p/Viewtype_Panel_Tall.xml
index 0a64162..5ad4f56 100644
--- a/skin.box/720p/Viewtype_Panel_Tall.xml
+++ b/skin.box/720p/Viewtype_Panel_Tall.xml
@@ -57,7 +57,7 @@
<left>50</left>
<top>215</top>
<height>30</height>
- <width>985</width>
+ <width>1220</width>
<font>Panel_Title</font>
<textcolor>White</textcolor>
<aligny>top</aligny>
diff --git a/skin.box/720p/Viewtype_Panel_Tall_List.xml
b/skin.box/720p/Viewtype_Panel_Tall_List.xml
index d921106..b2ad30b 100644
--- a/skin.box/720p/Viewtype_Panel_Tall_List.xml
+++ b/skin.box/720p/Viewtype_Panel_Tall_List.xml
@@ -9,7 +9,7 @@
<animation type="TYPE" condition="!Window.IsVisible(2003) +
!Window.IsVisible(DialogAddonSettings.xml)" reversible="false">
<effect type="slide" start="-1500,0" time="200" />
</animation>
- <animation type="WindowClose">
+ <animation type="WindowClose">
<effect type="fade" time="300" />
<effect type="slide" end="+1500,0" time="300" />
</animation>
@@ -17,7 +17,7 @@
<effect type="fade" time="300" />
<effect type="slide" start="+1500,0" time="300" />
</animation>
-
+
<!-- Short List Background-->
<control type="image">
<left>270</left>
diff --git a/skin.box/720p/Viewtype_Panel_Tall_Wide.xml
b/skin.box/720p/Viewtype_Panel_Tall_Wide.xml
index 2ca1f86..c283307 100644
--- a/skin.box/720p/Viewtype_Panel_Tall_Wide.xml
+++ b/skin.box/720p/Viewtype_Panel_Tall_Wide.xml
@@ -54,7 +54,7 @@
<left>50</left>
<top>215</top>
<height>30</height>
- <width>985</width>
+ <width>1220</width>
<font>Panel_Title</font>
<textcolor>White</textcolor>
<aligny>top</aligny>
@@ -69,7 +69,7 @@
<left>50</left>
<top>215</top>
<height>30</height>
- <width>985</width>
+ <width>1220</width>
<font>Panel_Title</font>
<textcolor>White</textcolor>
<aligny>top</aligny>
diff --git a/skin.box/addon.xml b/skin.box/addon.xml
index 9051235..9273fc5 100644
--- a/skin.box/addon.xml
+++ b/skin.box/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.box"
- version="2.6.3"
+ version="2.6.4"
name="BOX"
provider-name="DjCisco">
<requires>
diff --git a/skin.box/changelog.txt b/skin.box/changelog.txt
index a2d2adc..8199cd3 100644
--- a/skin.box/changelog.txt
+++ b/skin.box/changelog.txt
@@ -1,3 +1,8 @@
+[B]2.6.4[/B]
+- fixed Home Screen Initialization Bug
+- Changed Music and Video OSD Icons
+- Changed Player Control Icons
+
[B]2.6.3[/B]
- Added HomeIcon Chooser with +1000 Icons
- Extended Home Side Menu to 14 Items
diff --git a/skin.box/media/other_textures/osd/audiosettings.png
b/skin.box/media/other_textures/osd/audiosettings.png
index 344e180..644d1cd 100644
Binary files a/skin.box/media/other_textures/osd/audiosettings.png and
b/skin.box/media/other_textures/osd/audiosettings.png differ
diff --git a/skin.box/media/other_textures/osd/bookmarks.png
b/skin.box/media/other_textures/osd/bookmarks.png
index 4450542..0010b91 100644
Binary files a/skin.box/media/other_textures/osd/bookmarks.png and
b/skin.box/media/other_textures/osd/bookmarks.png differ
diff --git a/skin.box/media/other_textures/osd/epg.png
b/skin.box/media/other_textures/osd/epg.png
index 777d28e..0cb98ef 100644
Binary files a/skin.box/media/other_textures/osd/epg.png and
b/skin.box/media/other_textures/osd/epg.png differ
diff --git a/skin.box/media/other_textures/osd/pause.png
b/skin.box/media/other_textures/osd/pause.png
index 739e72e..f581f53 100644
Binary files a/skin.box/media/other_textures/osd/pause.png and
b/skin.box/media/other_textures/osd/pause.png differ
diff --git a/skin.box/media/other_textures/osd/play.png
b/skin.box/media/other_textures/osd/play.png
index a3da66c..b9b0ff7 100644
Binary files a/skin.box/media/other_textures/osd/play.png and
b/skin.box/media/other_textures/osd/play.png differ
diff --git a/skin.box/media/other_textures/osd/subtitles.png
b/skin.box/media/other_textures/osd/subtitles.png
index fcef1df..f377c38 100644
Binary files a/skin.box/media/other_textures/osd/subtitles.png and
b/skin.box/media/other_textures/osd/subtitles.png differ
diff --git a/skin.box/media/other_textures/osd/videosettings.png
b/skin.box/media/other_textures/osd/videosettings.png
index d3337ab..fe97b0d 100644
Binary files a/skin.box/media/other_textures/osd/videosettings.png and
b/skin.box/media/other_textures/osd/videosettings.png differ
-----------------------------------------------------------------------
Summary of changes:
skin.box/720p/Custom_HomeCustomization.xml | 31 +++
skin.box/720p/Custom_HomeIconChooser.xml | 126 +++++++------
skin.box/720p/DialogYesNo.xml | 32 ++--
skin.box/720p/Home.xml | 171 ++++++++--------
skin.box/720p/Includes.xml | 204 +-------------------
skin.box/720p/IncludesHome.xml | 21 ++-
skin.box/720p/MusicOSD.xml | 156 +++++++---------
skin.box/720p/MusicOverlay.xml | 5 +-
skin.box/720p/MusicVisualisation.xml | 10 +-
skin.box/720p/PlayerControls.xml | 64 +++---
skin.box/720p/SkinSettings.xml | 2 +-
skin.box/720p/Startup.xml | 5 +-
skin.box/720p/VariablesHomeMenu15.xml | 4 +-
skin.box/720p/VideoOSD.xml | 129 ++++++-------
skin.box/720p/VideoOverlay.xml | 1 -
skin.box/720p/Viewtype_Panel_Tall.xml | 2 +-
skin.box/720p/Viewtype_Panel_Tall_List.xml | 4 +-
skin.box/720p/Viewtype_Panel_Tall_Wide.xml | 4 +-
.../720p/xxscript-globalsearch-contextmenu.xml | 72 -------
.../{media/HomeIcons => HomeMenuIcons}/Back.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/Delete.png | Bin 9402 -> 9402 bytes
.../HomeDiscNF.png => HomeMenuIcons/Disc.png} | Bin 1199 -> 1199 bytes
.../{media/HomeIcons => HomeMenuIcons}/Disc2.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/Empty.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/Games.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/LiveTv.png | Bin 1620 -> 1620 bytes
.../{media/HomeIcons => HomeMenuIcons}/Movies.png | Bin 955 -> 955 bytes
.../{media/HomeIcons => HomeMenuIcons}/Movies2.png | Bin 4778 -> 4778 bytes
.../{media/HomeIcons => HomeMenuIcons}/Movies3.png | Bin 4778 -> 4778 bytes
.../{media/HomeIcons => HomeMenuIcons}/Music.png | Bin 962 -> 962 bytes
.../{media/HomeIcons => HomeMenuIcons}/Music2.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/Music3.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/Music4.png | Bin 9402 -> 9402 bytes
.../HomeIcons => HomeMenuIcons}/Pictures.png | Bin 9402 -> 9402 bytes
.../HomeIcons => HomeMenuIcons}/Programs.png | Bin 4778 -> 4778 bytes
.../{media/HomeIcons => HomeMenuIcons}/Radio.png | Bin 4778 -> 4778 bytes
.../HomeIcons => HomeMenuIcons}/Settings.png | Bin 9402 -> 9402 bytes
.../HomeIcons => HomeMenuIcons}/Shutdown.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/TvShows.png | Bin 1132 -> 1132 bytes
.../{media/HomeIcons => HomeMenuIcons}/Videos.png | Bin 9402 -> 9402 bytes
.../{media/HomeIcons => HomeMenuIcons}/Weather.png | Bin 4778 -> 4778 bytes
.../HomeIcons => HomeMenuIcons}/Weather2.png | Bin 4778 -> 4778 bytes
.../HomeIcons => HomeMenuIcons}/Weather3.png | Bin 9402 -> 9402 bytes
skin.box/addon.xml | 2 +-
skin.box/changelog.txt | 5 +
skin.box/media/HomeDiscFO.png | Bin 1374 -> 0 bytes
skin.box/media/HomeLiveTvFO.png | Bin 2194 -> 0 bytes
skin.box/media/HomeLiveTvNF.png | Bin 1620 -> 0 bytes
skin.box/media/HomeMoviesFO.png | Bin 1243 -> 0 bytes
skin.box/media/HomeMoviesNF.png | Bin 955 -> 0 bytes
skin.box/media/HomeMusicFO.png | Bin 1227 -> 0 bytes
skin.box/media/HomeMusicNF.png | Bin 962 -> 0 bytes
skin.box/media/HomeTvShowsFO.png | Bin 1488 -> 0 bytes
skin.box/media/HomeTvShowsNF.png | Bin 1132 -> 0 bytes
skin.box/media/RingFO.png | Bin 19263 -> 0 bytes
skin.box/media/button_fade.png | Bin 9011 -> 0 bytes
skin.box/media/guide.png | Bin 2881 -> 0 bytes
skin.box/media/icons/appearance.png | Bin 1235 -> 0 bytes
skin.box/media/icons/info.png | Bin 981 -> 0 bytes
skin.box/media/icons/network.png | Bin 1829 -> 0 bytes
skin.box/media/icons/pictures.png | Bin 1498 -> 0 bytes
skin.box/media/icons/profile.png | Bin 1034 -> 0 bytes
skin.box/media/icons/videos.png | Bin 1336 -> 0 bytes
skin.box/media/music_button.png | Bin 28776 -> 0 bytes
skin.box/media/other_textures/osd/audiofo.png | Bin 1213 -> 0 bytes
.../media/other_textures/osd/audiofo_black.png | Bin 1154 -> 0 bytes
skin.box/media/other_textures/osd/audionf.png | Bin 1159 -> 0 bytes
.../media/other_textures/osd/audiosettings.png | Bin 1253 -> 1445 bytes
skin.box/media/other_textures/osd/bookmarks.png | Bin 1123 -> 1083 bytes
skin.box/media/other_textures/osd/bookmarksfo.png | Bin 884 -> 0 bytes
.../media/other_textures/osd/bookmarksfo_black.png | Bin 843 -> 0 bytes
skin.box/media/other_textures/osd/bookmarksnf.png | Bin 964 -> 0 bytes
skin.box/media/other_textures/osd/epg.png | Bin 1296 -> 1233 bytes
skin.box/media/other_textures/osd/forward.png | Bin 0 -> 1176 bytes
skin.box/media/other_textures/osd/forwardfo.png | Bin 1641 -> 0 bytes
.../media/other_textures/osd/forwardgreenfo.png | Bin 2000 -> 0 bytes
.../osd/{forwardnf.png => forwardmusic.png} | Bin 1785 -> 1785 bytes
skin.box/media/other_textures/osd/lyrics.png | Bin 0 -> 1368 bytes
skin.box/media/other_textures/osd/lyricsfo.png | Bin 1166 -> 0 bytes
.../media/other_textures/osd/lyricsfo_black.png | Bin 1092 -> 0 bytes
skin.box/media/other_textures/osd/lyricsnf.png | Bin 1035 -> 0 bytes
skin.box/media/other_textures/osd/next.png | Bin 0 -> 1228 bytes
.../osd/{nexttracknf.png => nexttrack.png} | Bin 3014 -> 3014 bytes
skin.box/media/other_textures/osd/nexttrackfo.png | Bin 2785 -> 0 bytes
.../media/other_textures/osd/nexttrackgreenfo.png | Bin 3237 -> 0 bytes
skin.box/media/other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
skin.box/media/other_textures/osd/osdbuttonnf.png | Bin 9402 -> 0 bytes
skin.box/media/other_textures/osd/osdepgfo.png | Bin 1484 -> 0 bytes
skin.box/media/other_textures/osd/osdepgnf.png | Bin 1143 -> 0 bytes
skin.box/media/other_textures/osd/pause.png | Bin 5167 -> 776 bytes
skin.box/media/other_textures/osd/pausefo.png | Bin 2010 -> 0 bytes
skin.box/media/other_textures/osd/pausegreenfo.png | Bin 3148 -> 0 bytes
.../osd/{pausenf.png => pausemusic.png} | Bin 1994 -> 1994 bytes
skin.box/media/other_textures/osd/play.png | Bin 5370 -> 1058 bytes
skin.box/media/other_textures/osd/playfo.png | Bin 2653 -> 0 bytes
skin.box/media/other_textures/osd/playgreenfo.png | Bin 3113 -> 0 bytes
skin.box/media/other_textures/osd/playlist.png | Bin 0 -> 1255 bytes
skin.box/media/other_textures/osd/playlistfo.png | Bin 1253 -> 0 bytes
skin.box/media/other_textures/osd/playlistnf.png | Bin 1102 -> 0 bytes
.../osd/{playnf.png => playmusic.png} | Bin 2919 -> 2919 bytes
skin.box/media/other_textures/osd/playvidfo.png | Bin 3456 -> 0 bytes
skin.box/media/other_textures/osd/playvidnf.png | Bin 3649 -> 0 bytes
skin.box/media/other_textures/osd/prefo.png | Bin 962 -> 0 bytes
skin.box/media/other_textures/osd/prefo_black.png | Bin 915 -> 0 bytes
skin.box/media/other_textures/osd/prenf.png | Bin 930 -> 0 bytes
skin.box/media/other_textures/osd/presets.png | Bin 0 -> 1093 bytes
.../media/other_textures/osd/presetsettings.png | Bin 0 -> 1456 bytes
.../media/other_textures/osd/presetsettingsfo.png | Bin 1253 -> 0 bytes
.../other_textures/osd/presetsettingsfo_black.png | Bin 1153 -> 0 bytes
.../media/other_textures/osd/presetsettingsnf.png | Bin 1223 -> 0 bytes
skin.box/media/other_textures/osd/previous.png | Bin 0 -> 1198 bytes
.../osd/{prevtracknf.png => prevtrack.png} | Bin 2979 -> 2979 bytes
skin.box/media/other_textures/osd/prevtrackfo.png | Bin 2765 -> 0 bytes
.../media/other_textures/osd/prevtrackgreenfo.png | Bin 3263 -> 0 bytes
skin.box/media/other_textures/osd/randomofffo.png | Bin 1327 -> 0 bytes
.../media/other_textures/osd/randomofffo_black.png | Bin 1291 -> 0 bytes
skin.box/media/other_textures/osd/randomoffnf.png | Bin 1202 -> 0 bytes
skin.box/media/other_textures/osd/randomonfo.png | Bin 1495 -> 0 bytes
.../media/other_textures/osd/randomonfo_black.png | Bin 1475 -> 0 bytes
skin.box/media/other_textures/osd/randomonnf.png | Bin 1396 -> 0 bytes
skin.box/media/other_textures/osd/repeat.png | Bin 0 -> 1905 bytes
skin.box/media/other_textures/osd/repeatall.png | Bin 0 -> 2072 bytes
skin.box/media/other_textures/osd/repeatallfo.png | Bin 1601 -> 0 bytes
.../media/other_textures/osd/repeatallfo_black.png | Bin 1562 -> 0 bytes
skin.box/media/other_textures/osd/repeatallnf.png | Bin 1523 -> 0 bytes
skin.box/media/other_textures/osd/repeatfo.png | Bin 1446 -> 0 bytes
.../media/other_textures/osd/repeatfo_black.png | Bin 1388 -> 0 bytes
skin.box/media/other_textures/osd/repeatnf.png | Bin 1335 -> 0 bytes
skin.box/media/other_textures/osd/repeatone.png | Bin 0 -> 1979 bytes
skin.box/media/other_textures/osd/repeatonefo.png | Bin 1576 -> 0 bytes
.../media/other_textures/osd/repeatonefo_black.png | Bin 1533 -> 0 bytes
skin.box/media/other_textures/osd/repeatonenf.png | Bin 1493 -> 0 bytes
skin.box/media/other_textures/osd/rewind.png | Bin 0 -> 1171 bytes
skin.box/media/other_textures/osd/rewindfo.png | Bin 1643 -> 0 bytes
.../media/other_textures/osd/rewindgreenfo.png | Bin 1988 -> 0 bytes
.../osd/{rewindnf.png => rewindmusic.png} | Bin 1781 -> 1781 bytes
skin.box/media/other_textures/osd/shuffleoff.png | Bin 0 -> 1454 bytes
skin.box/media/other_textures/osd/shuffleon.png | Bin 0 -> 1478 bytes
skin.box/media/other_textures/osd/stop.png | Bin 0 -> 737 bytes
skin.box/media/other_textures/osd/stopfo.png | Bin 1516 -> 0 bytes
skin.box/media/other_textures/osd/stopgreenfo.png | Bin 1848 -> 0 bytes
.../osd/{stopnf.png => stopmusic.png} | Bin 1626 -> 1626 bytes
skin.box/media/other_textures/osd/subtitles.png | Bin 1193 -> 1149 bytes
skin.box/media/other_textures/osd/subtitlesfo.png | Bin 1114 -> 0 bytes
.../media/other_textures/osd/subtitlesfo_black.png | Bin 1053 -> 0 bytes
skin.box/media/other_textures/osd/subtitlesnf.png | Bin 998 -> 0 bytes
skin.box/media/other_textures/osd/videofo.png | Bin 1311 -> 0 bytes
.../media/other_textures/osd/videofo_black.png | Bin 1245 -> 0 bytes
skin.box/media/other_textures/osd/videonf.png | Bin 1246 -> 0 bytes
.../media/other_textures/osd/videosettings.png | Bin 1251 -> 1218 bytes
.../media/other_textures/osd/visualisation.png | Bin 0 -> 1164 bytes
skin.box/media/other_textures/osd/vizfo.png | Bin 1027 -> 0 bytes
skin.box/media/other_textures/osd/vizfo_black.png | Bin 986 -> 0 bytes
skin.box/media/other_textures/osd/viznf.png | Bin 1118 -> 0 bytes
skin.box/media/other_textures/vis.png | Bin 0 -> 1093 bytes
skin.box/media/other_textures/vis2.png | Bin 0 -> 1164 bytes
skin.box/media/other_textures/volumeicon.png | Bin 1131 -> 0 bytes
skin.box/media/radio.png | Bin 1427 -> 0 bytes
skin.box/media/recent.png | Bin 2357 -> 0 bytes
skin.box/media/video_button.png | Bin 22196 -> 0 bytes
skin.box/themes/Deep_Purple/HomeDiscFO.png | Bin 1365 -> 0 bytes
skin.box/themes/Deep_Purple/HomeLiveTvFO.png | Bin 2173 -> 0 bytes
skin.box/themes/Deep_Purple/HomeMoviesFO.png | Bin 1226 -> 0 bytes
skin.box/themes/Deep_Purple/HomeMusicFO.png | Bin 1225 -> 0 bytes
skin.box/themes/Deep_Purple/HomeTvShowsFO.png | Bin 1478 -> 0 bytes
skin.box/themes/Deep_Purple/RingFO.png | Bin 19263 -> 0 bytes
skin.box/themes/Deep_Purple/button_fade.png | Bin 9018 -> 0 bytes
skin.box/themes/Deep_Purple/music_button.png | Bin 30424 -> 0 bytes
.../Deep_Purple/other_textures/osd/audiofo.png | Bin 1218 -> 0 bytes
.../Deep_Purple/other_textures/osd/bookmarksfo.png | Bin 888 -> 0 bytes
.../other_textures/osd/forwardgreenfo.png | Bin 2027 -> 0 bytes
.../Deep_Purple/other_textures/osd/lyricsfo.png | Bin 1209 -> 0 bytes
.../other_textures/osd/nexttrackgreenfo.png | Bin 3282 -> 0 bytes
.../Deep_Purple/other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
.../Deep_Purple/other_textures/osd/osdepgfo.png | Bin 1523 -> 0 bytes
.../other_textures/osd/pausegreenfo.png | Bin 3215 -> 0 bytes
.../Deep_Purple/other_textures/osd/playgreenfo.png | Bin 3141 -> 0 bytes
.../Deep_Purple/other_textures/osd/playlistfo.png | Bin 1259 -> 0 bytes
.../other_textures/osd/playlistgreenfo.png | Bin 3353 -> 0 bytes
.../Deep_Purple/other_textures/osd/prefo.png | Bin 970 -> 0 bytes
.../other_textures/osd/presetsettingsfo.png | Bin 1267 -> 0 bytes
.../other_textures/osd/prevtrackgreenfo.png | Bin 3310 -> 0 bytes
.../Deep_Purple/other_textures/osd/randomofffo.png | Bin 1349 -> 0 bytes
.../Deep_Purple/other_textures/osd/randomonfo.png | Bin 1515 -> 0 bytes
.../Deep_Purple/other_textures/osd/repeatallfo.png | Bin 1617 -> 0 bytes
.../Deep_Purple/other_textures/osd/repeatfo.png | Bin 1481 -> 0 bytes
.../Deep_Purple/other_textures/osd/repeatonefo.png | Bin 1593 -> 0 bytes
.../other_textures/osd/rewindgreenfo.png | Bin 2029 -> 0 bytes
.../Deep_Purple/other_textures/osd/stopgreenfo.png | Bin 1874 -> 0 bytes
.../Deep_Purple/other_textures/osd/subtitlesfo.png | Bin 1159 -> 0 bytes
.../Deep_Purple/other_textures/osd/videofo.png | Bin 1313 -> 0 bytes
.../Deep_Purple/other_textures/osd/vizfo.png | Bin 1033 -> 0 bytes
skin.box/themes/Deep_Purple/video_button.png | Bin 23651 -> 0 bytes
skin.box/themes/Mango/HomeDiscFO.png | Bin 1357 -> 0 bytes
skin.box/themes/Mango/HomeLiveTvFO.png | Bin 2202 -> 0 bytes
skin.box/themes/Mango/HomeMoviesFO.png | Bin 1230 -> 0 bytes
skin.box/themes/Mango/HomeMusicFO.png | Bin 1236 -> 0 bytes
skin.box/themes/Mango/HomeTvShowsFO.png | Bin 1488 -> 0 bytes
skin.box/themes/Mango/RingFO.png | Bin 19263 -> 0 bytes
skin.box/themes/Mango/button_fade.png | Bin 9021 -> 0 bytes
skin.box/themes/Mango/music_button.png | Bin 30974 -> 0 bytes
.../themes/Mango/other_textures/osd/audiofo.png | Bin 1209 -> 0 bytes
.../Mango/other_textures/osd/bookmarksfo.png | Bin 889 -> 0 bytes
.../Mango/other_textures/osd/forwardgreenfo.png | Bin 2038 -> 0 bytes
.../themes/Mango/other_textures/osd/lyricsfo.png | Bin 1209 -> 0 bytes
.../Mango/other_textures/osd/nexttrackgreenfo.png | Bin 3283 -> 0 bytes
.../Mango/other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
.../themes/Mango/other_textures/osd/osdepgfo.png | Bin 1422 -> 0 bytes
.../Mango/other_textures/osd/pausegreenfo.png | Bin 3265 -> 0 bytes
.../Mango/other_textures/osd/playgreenfo.png | Bin 3156 -> 0 bytes
.../themes/Mango/other_textures/osd/playlistfo.png | Bin 1256 -> 0 bytes
.../Mango/other_textures/osd/playlistgreenfo.png | Bin 3447 -> 0 bytes
skin.box/themes/Mango/other_textures/osd/prefo.png | Bin 970 -> 0 bytes
.../Mango/other_textures/osd/presetsettingsfo.png | Bin 1268 -> 0 bytes
.../Mango/other_textures/osd/prevtrackgreenfo.png | Bin 3312 -> 0 bytes
.../Mango/other_textures/osd/randomofffo.png | Bin 1353 -> 0 bytes
.../themes/Mango/other_textures/osd/randomonfo.png | Bin 1515 -> 0 bytes
.../Mango/other_textures/osd/repeatallfo.png | Bin 1618 -> 0 bytes
.../themes/Mango/other_textures/osd/repeatfo.png | Bin 1481 -> 0 bytes
.../Mango/other_textures/osd/repeatonefo.png | Bin 1593 -> 0 bytes
.../Mango/other_textures/osd/rewindgreenfo.png | Bin 2039 -> 0 bytes
.../Mango/other_textures/osd/stopgreenfo.png | Bin 1888 -> 0 bytes
.../Mango/other_textures/osd/subtitlesfo.png | Bin 1158 -> 0 bytes
.../themes/Mango/other_textures/osd/videofo.png | Bin 1334 -> 0 bytes
skin.box/themes/Mango/other_textures/osd/vizfo.png | Bin 1036 -> 0 bytes
skin.box/themes/Mango/video_button.png | Bin 24031 -> 0 bytes
skin.box/themes/Pretty_Pink/HomeDiscFO.png | Bin 1358 -> 0 bytes
skin.box/themes/Pretty_Pink/HomeLiveTvFO.png | Bin 2349 -> 0 bytes
skin.box/themes/Pretty_Pink/HomeMoviesFO.png | Bin 1315 -> 0 bytes
skin.box/themes/Pretty_Pink/HomeMusicFO.png | Bin 1324 -> 0 bytes
skin.box/themes/Pretty_Pink/HomeTvShowsFO.png | Bin 1569 -> 0 bytes
skin.box/themes/Pretty_Pink/RingFO.png | Bin 19263 -> 0 bytes
skin.box/themes/Pretty_Pink/button_fade.png | Bin 9039 -> 0 bytes
skin.box/themes/Pretty_Pink/music_button.png | Bin 23641 -> 0 bytes
.../Pretty_Pink/other_textures/osd/audiofo.png | Bin 1358 -> 0 bytes
.../Pretty_Pink/other_textures/osd/bookmarksfo.png | Bin 1057 -> 0 bytes
.../other_textures/osd/forwardgreenfo.png | Bin 2039 -> 0 bytes
.../Pretty_Pink/other_textures/osd/lyricsfo.png | Bin 1209 -> 0 bytes
.../other_textures/osd/nexttrackgreenfo.png | Bin 3297 -> 0 bytes
.../Pretty_Pink/other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
.../Pretty_Pink/other_textures/osd/osdepgfo.png | Bin 1507 -> 0 bytes
.../other_textures/osd/pausegreenfo.png | Bin 3354 -> 0 bytes
.../Pretty_Pink/other_textures/osd/playgreenfo.png | Bin 3168 -> 0 bytes
.../Pretty_Pink/other_textures/osd/playlistfo.png | Bin 1268 -> 0 bytes
.../other_textures/osd/playlistgreenfo.png | Bin 3499 -> 0 bytes
.../Pretty_Pink/other_textures/osd/prefo.png | Bin 1143 -> 0 bytes
.../other_textures/osd/presetsettingsfo.png | Bin 1439 -> 0 bytes
.../other_textures/osd/prevtrackgreenfo.png | Bin 3326 -> 0 bytes
.../Pretty_Pink/other_textures/osd/randomofffo.png | Bin 1352 -> 0 bytes
.../Pretty_Pink/other_textures/osd/randomonfo.png | Bin 1518 -> 0 bytes
.../Pretty_Pink/other_textures/osd/repeatallfo.png | Bin 1632 -> 0 bytes
.../Pretty_Pink/other_textures/osd/repeatfo.png | Bin 1484 -> 0 bytes
.../Pretty_Pink/other_textures/osd/repeatonefo.png | Bin 1599 -> 0 bytes
.../other_textures/osd/rewindgreenfo.png | Bin 2038 -> 0 bytes
.../Pretty_Pink/other_textures/osd/stopgreenfo.png | Bin 1888 -> 0 bytes
.../Pretty_Pink/other_textures/osd/subtitlesfo.png | Bin 1159 -> 0 bytes
.../Pretty_Pink/other_textures/osd/videofo.png | Bin 1493 -> 0 bytes
.../Pretty_Pink/other_textures/osd/vizfo.png | Bin 1196 -> 0 bytes
skin.box/themes/Pretty_Pink/video_button.png | Bin 18533 -> 0 bytes
skin.box/themes/Rich_Magenta/HomeDiscFO.png | Bin 1299 -> 0 bytes
skin.box/themes/Rich_Magenta/HomeLiveTvFO.png | Bin 2136 -> 0 bytes
skin.box/themes/Rich_Magenta/HomeMoviesFO.png | Bin 1194 -> 0 bytes
skin.box/themes/Rich_Magenta/HomeMusicFO.png | Bin 1214 -> 0 bytes
skin.box/themes/Rich_Magenta/HomeTvShowsFO.png | Bin 1447 -> 0 bytes
skin.box/themes/Rich_Magenta/RingFO.png | Bin 19263 -> 0 bytes
skin.box/themes/Rich_Magenta/button_fade.png | Bin 9028 -> 0 bytes
skin.box/themes/Rich_Magenta/music_button.png | Bin 30167 -> 0 bytes
.../Rich_Magenta/other_textures/osd/audiofo.png | Bin 1270 -> 0 bytes
.../other_textures/osd/bookmarksfo.png | Bin 954 -> 0 bytes
.../other_textures/osd/forwardgreenfo.png | Bin 2006 -> 0 bytes
.../Rich_Magenta/other_textures/osd/lyricsfo.png | Bin 1209 -> 0 bytes
.../other_textures/osd/nexttrackgreenfo.png | Bin 3237 -> 0 bytes
.../other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
.../Rich_Magenta/other_textures/osd/osdepgfo.png | Bin 1666 -> 0 bytes
.../other_textures/osd/pausegreenfo.png | Bin 3226 -> 0 bytes
.../other_textures/osd/playgreenfo.png | Bin 3111 -> 0 bytes
.../Rich_Magenta/other_textures/osd/playlistfo.png | Bin 1265 -> 0 bytes
.../other_textures/osd/playlistgreenfo.png | Bin 3277 -> 0 bytes
.../Rich_Magenta/other_textures/osd/prefo.png | Bin 1044 -> 0 bytes
.../other_textures/osd/presetsettingsfo.png | Bin 1339 -> 0 bytes
.../other_textures/osd/prevtrackgreenfo.png | Bin 3271 -> 0 bytes
.../other_textures/osd/randomofffo.png | Bin 1352 -> 0 bytes
.../Rich_Magenta/other_textures/osd/randomonfo.png | Bin 1519 -> 0 bytes
.../other_textures/osd/repeatallfo.png | Bin 1632 -> 0 bytes
.../Rich_Magenta/other_textures/osd/repeatfo.png | Bin 1482 -> 0 bytes
.../other_textures/osd/repeatonefo.png | Bin 1598 -> 0 bytes
.../other_textures/osd/rewindgreenfo.png | Bin 2003 -> 0 bytes
.../other_textures/osd/stopgreenfo.png | Bin 1853 -> 0 bytes
.../other_textures/osd/subtitlesfo.png | Bin 1159 -> 0 bytes
.../Rich_Magenta/other_textures/osd/videofo.png | Bin 1392 -> 0 bytes
.../Rich_Magenta/other_textures/osd/vizfo.png | Bin 1106 -> 0 bytes
skin.box/themes/Rich_Magenta/video_button.png | Bin 23497 -> 0 bytes
skin.box/themes/Sky_Blue/HomeDiscFO.png | Bin 1367 -> 0 bytes
skin.box/themes/Sky_Blue/HomeLiveTvFO.png | Bin 2311 -> 0 bytes
skin.box/themes/Sky_Blue/HomeMoviesFO.png | Bin 1301 -> 0 bytes
skin.box/themes/Sky_Blue/HomeMusicFO.png | Bin 1292 -> 0 bytes
skin.box/themes/Sky_Blue/HomeTvShowsFO.png | Bin 1557 -> 0 bytes
skin.box/themes/Sky_Blue/RingFO.png | Bin 19263 -> 0 bytes
skin.box/themes/Sky_Blue/button_fade.png | Bin 11049 -> 0 bytes
skin.box/themes/Sky_Blue/music_button.png | Bin 29288 -> 0 bytes
.../themes/Sky_Blue/other_textures/osd/audiofo.png | Bin 1237 -> 0 bytes
.../Sky_Blue/other_textures/osd/bookmarksfo.png | Bin 912 -> 0 bytes
.../Sky_Blue/other_textures/osd/forwardgreenfo.png | Bin 2025 -> 0 bytes
.../Sky_Blue/other_textures/osd/lyricsfo.png | Bin 1208 -> 0 bytes
.../other_textures/osd/nexttrackgreenfo.png | Bin 3274 -> 0 bytes
.../Sky_Blue/other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
.../Sky_Blue/other_textures/osd/osdepgfo.png | Bin 1651 -> 0 bytes
.../Sky_Blue/other_textures/osd/pausegreenfo.png | Bin 3420 -> 0 bytes
.../Sky_Blue/other_textures/osd/playgreenfo.png | Bin 3124 -> 0 bytes
.../Sky_Blue/other_textures/osd/playlistfo.png | Bin 1268 -> 0 bytes
.../other_textures/osd/playlistgreenfo.png | Bin 3587 -> 0 bytes
.../themes/Sky_Blue/other_textures/osd/prefo.png | Bin 974 -> 0 bytes
.../other_textures/osd/presetsettingsfo.png | Bin 1266 -> 0 bytes
.../other_textures/osd/prevtrackgreenfo.png | Bin 3300 -> 0 bytes
.../Sky_Blue/other_textures/osd/randomofffo.png | Bin 1352 -> 0 bytes
.../Sky_Blue/other_textures/osd/randomonfo.png | Bin 1514 -> 0 bytes
.../Sky_Blue/other_textures/osd/repeatallfo.png | Bin 1617 -> 0 bytes
.../Sky_Blue/other_textures/osd/repeatfo.png | Bin 1481 -> 0 bytes
.../Sky_Blue/other_textures/osd/repeatonefo.png | Bin 1592 -> 0 bytes
.../Sky_Blue/other_textures/osd/rewindgreenfo.png | Bin 2019 -> 0 bytes
.../Sky_Blue/other_textures/osd/stopgreenfo.png | Bin 1872 -> 0 bytes
.../Sky_Blue/other_textures/osd/subtitlesfo.png | Bin 1157 -> 0 bytes
.../themes/Sky_Blue/other_textures/osd/videofo.png | Bin 1351 -> 0 bytes
.../themes/Sky_Blue/other_textures/osd/vizfo.png | Bin 1057 -> 0 bytes
skin.box/themes/Sky_Blue/video_button.png | Bin 22777 -> 0 bytes
skin.box/themes/SunFlower_Yellow/HomeDiscFO.png | Bin 1376 -> 0 bytes
skin.box/themes/SunFlower_Yellow/HomeLiveTvFO.png | Bin 2184 -> 0 bytes
skin.box/themes/SunFlower_Yellow/HomeMoviesFO.png | Bin 1241 -> 0 bytes
skin.box/themes/SunFlower_Yellow/HomeMusicFO.png | Bin 1224 -> 0 bytes
skin.box/themes/SunFlower_Yellow/HomeTvShowsFO.png | Bin 1479 -> 0 bytes
skin.box/themes/SunFlower_Yellow/RingFO.png | Bin 19263 -> 0 bytes
skin.box/themes/SunFlower_Yellow/button_fade.png | Bin 9024 -> 0 bytes
skin.box/themes/SunFlower_Yellow/music_button.png | Bin 14311 -> 0 bytes
.../other_textures/osd/audiofo.png | Bin 1224 -> 0 bytes
.../other_textures/osd/bookmarksfo.png | Bin 888 -> 0 bytes
.../other_textures/osd/forwardgreenfo.png | Bin 2000 -> 0 bytes
.../other_textures/osd/lyricsfo.png | Bin 1109 -> 0 bytes
.../other_textures/osd/nexttrackgreenfo.png | Bin 3235 -> 0 bytes
.../other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
.../other_textures/osd/osdepgfo.png | Bin 1498 -> 0 bytes
.../other_textures/osd/pausegreenfo.png | Bin 3322 -> 0 bytes
.../other_textures/osd/playgreenfo.png | Bin 3112 -> 0 bytes
.../other_textures/osd/playlistfo.png | Bin 1254 -> 0 bytes
.../other_textures/osd/playlistgreenfo.png | Bin 3465 -> 0 bytes
.../SunFlower_Yellow/other_textures/osd/prefo.png | Bin 969 -> 0 bytes
.../other_textures/osd/presetsettingsfo.png | Bin 1254 -> 0 bytes
.../other_textures/osd/prevtrackgreenfo.png | Bin 3262 -> 0 bytes
.../other_textures/osd/randomofffo.png | Bin 1303 -> 0 bytes
.../other_textures/osd/randomonfo.png | Bin 1487 -> 0 bytes
.../other_textures/osd/repeatallfo.png | Bin 1573 -> 0 bytes
.../other_textures/osd/repeatfo.png | Bin 1414 -> 0 bytes
.../other_textures/osd/repeatonefo.png | Bin 1548 -> 0 bytes
.../other_textures/osd/rewindgreenfo.png | Bin 1986 -> 0 bytes
.../other_textures/osd/stopgreenfo.png | Bin 1846 -> 0 bytes
.../other_textures/osd/subtitlesfo.png | Bin 1073 -> 0 bytes
.../other_textures/osd/videofo.png | Bin 1316 -> 0 bytes
.../SunFlower_Yellow/other_textures/osd/vizfo.png | Bin 1033 -> 0 bytes
skin.box/themes/SunFlower_Yellow/video_button.png | Bin 11665 -> 0 bytes
skin.box/themes/Teal/HomeDiscFO.png | Bin 1368 -> 0 bytes
skin.box/themes/Teal/HomeLiveTvFO.png | Bin 2321 -> 0 bytes
skin.box/themes/Teal/HomeMoviesFO.png | Bin 1284 -> 0 bytes
skin.box/themes/Teal/HomeMusicFO.png | Bin 1281 -> 0 bytes
skin.box/themes/Teal/HomeTvShowsFO.png | Bin 1556 -> 0 bytes
skin.box/themes/Teal/RingFO.png | Bin 19263 -> 0 bytes
skin.box/themes/Teal/button_fade.png | Bin 9027 -> 0 bytes
skin.box/themes/Teal/music_button.png | Bin 29412 -> 0 bytes
.../themes/Teal/other_textures/osd/audiofo.png | Bin 1242 -> 0 bytes
.../themes/Teal/other_textures/osd/bookmarksfo.png | Bin 902 -> 0 bytes
.../Teal/other_textures/osd/forwardgreenfo.png | Bin 2010 -> 0 bytes
.../themes/Teal/other_textures/osd/lyricsfo.png | Bin 1210 -> 0 bytes
.../Teal/other_textures/osd/nexttrackgreenfo.png | Bin 3253 -> 0 bytes
.../themes/Teal/other_textures/osd/osdbuttonfo.png | Bin 9402 -> 0 bytes
.../themes/Teal/other_textures/osd/osdepgfo.png | Bin 1708 -> 0 bytes
.../Teal/other_textures/osd/pausegreenfo.png | Bin 3400 -> 0 bytes
.../themes/Teal/other_textures/osd/playgreenfo.png | Bin 3112 -> 0 bytes
.../themes/Teal/other_textures/osd/playlistfo.png | Bin 1297 -> 0 bytes
.../Teal/other_textures/osd/playlistgreenfo.png | Bin 3499 -> 0 bytes
skin.box/themes/Teal/other_textures/osd/prefo.png | Bin 985 -> 0 bytes
.../Teal/other_textures/osd/presetsettingsfo.png | Bin 1289 -> 0 bytes
.../Teal/other_textures/osd/prevtrackgreenfo.png | Bin 3293 -> 0 bytes
.../themes/Teal/other_textures/osd/randomofffo.png | Bin 1342 -> 0 bytes
.../themes/Teal/other_textures/osd/randomonfo.png | Bin 1509 -> 0 bytes
.../themes/Teal/other_textures/osd/repeatallfo.png | Bin 1616 -> 0 bytes
.../themes/Teal/other_textures/osd/repeatfo.png | Bin 1470 -> 0 bytes
.../themes/Teal/other_textures/osd/repeatonefo.png | Bin 1584 -> 0 bytes
.../Teal/other_textures/osd/rewindgreenfo.png | Bin 1996 -> 0 bytes
.../themes/Teal/other_textures/osd/stopgreenfo.png | Bin 1858 -> 0 bytes
.../themes/Teal/other_textures/osd/subtitlesfo.png | Bin 1157 -> 0 bytes
.../themes/Teal/other_textures/osd/videofo.png | Bin 1343 -> 0 bytes
skin.box/themes/Teal/other_textures/osd/vizfo.png | Bin 1060 -> 0 bytes
skin.box/themes/Teal/video_button.png | Bin 22975 -> 0 bytes
391 files changed, 404 insertions(+), 646 deletions(-)
delete mode 100644 skin.box/720p/xxscript-globalsearch-contextmenu.xml
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Back.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Delete.png (100%)
rename skin.box/{media/HomeDiscNF.png => HomeMenuIcons/Disc.png} (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Disc2.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Empty.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Games.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/LiveTv.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Movies.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Movies2.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Movies3.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Music.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Music2.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Music3.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Music4.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Pictures.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Programs.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Radio.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Settings.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Shutdown.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/TvShows.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Videos.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Weather.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Weather2.png (100%)
copy skin.box/{media/HomeIcons => HomeMenuIcons}/Weather3.png (100%)
delete mode 100644 skin.box/media/HomeDiscFO.png
delete mode 100644 skin.box/media/HomeLiveTvFO.png
delete mode 100644 skin.box/media/HomeLiveTvNF.png
delete mode 100644 skin.box/media/HomeMoviesFO.png
delete mode 100644 skin.box/media/HomeMoviesNF.png
delete mode 100644 skin.box/media/HomeMusicFO.png
delete mode 100644 skin.box/media/HomeMusicNF.png
delete mode 100644 skin.box/media/HomeTvShowsFO.png
delete mode 100644 skin.box/media/HomeTvShowsNF.png
delete mode 100644 skin.box/media/RingFO.png
delete mode 100644 skin.box/media/button_fade.png
delete mode 100644 skin.box/media/guide.png
delete mode 100644 skin.box/media/icons/appearance.png
delete mode 100644 skin.box/media/icons/info.png
delete mode 100644 skin.box/media/icons/network.png
delete mode 100644 skin.box/media/icons/pictures.png
delete mode 100644 skin.box/media/icons/profile.png
delete mode 100644 skin.box/media/icons/videos.png
delete mode 100644 skin.box/media/music_button.png
delete mode 100644 skin.box/media/other_textures/osd/audiofo.png
delete mode 100644 skin.box/media/other_textures/osd/audiofo_black.png
delete mode 100644 skin.box/media/other_textures/osd/audionf.png
delete mode 100644 skin.box/media/other_textures/osd/bookmarksfo.png
delete mode 100644 skin.box/media/other_textures/osd/bookmarksfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/bookmarksnf.png
create mode 100644 skin.box/media/other_textures/osd/forward.png
delete mode 100644 skin.box/media/other_textures/osd/forwardfo.png
delete mode 100644 skin.box/media/other_textures/osd/forwardgreenfo.png
rename skin.box/media/other_textures/osd/{forwardnf.png => forwardmusic.png}
(100%)
create mode 100644 skin.box/media/other_textures/osd/lyrics.png
delete mode 100644 skin.box/media/other_textures/osd/lyricsfo.png
delete mode 100644 skin.box/media/other_textures/osd/lyricsfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/lyricsnf.png
create mode 100644 skin.box/media/other_textures/osd/next.png
rename skin.box/media/other_textures/osd/{nexttracknf.png => nexttrack.png}
(100%)
delete mode 100644 skin.box/media/other_textures/osd/nexttrackfo.png
delete mode 100644 skin.box/media/other_textures/osd/nexttrackgreenfo.png
delete mode 100644 skin.box/media/other_textures/osd/osdbuttonfo.png
delete mode 100644 skin.box/media/other_textures/osd/osdbuttonnf.png
delete mode 100644 skin.box/media/other_textures/osd/osdepgfo.png
delete mode 100644 skin.box/media/other_textures/osd/osdepgnf.png
delete mode 100644 skin.box/media/other_textures/osd/pausefo.png
delete mode 100644 skin.box/media/other_textures/osd/pausegreenfo.png
rename skin.box/media/other_textures/osd/{pausenf.png => pausemusic.png} (100%)
delete mode 100644 skin.box/media/other_textures/osd/playfo.png
delete mode 100644 skin.box/media/other_textures/osd/playgreenfo.png
create mode 100644 skin.box/media/other_textures/osd/playlist.png
delete mode 100644 skin.box/media/other_textures/osd/playlistfo.png
delete mode 100644 skin.box/media/other_textures/osd/playlistnf.png
rename skin.box/media/other_textures/osd/{playnf.png => playmusic.png} (100%)
delete mode 100644 skin.box/media/other_textures/osd/playvidfo.png
delete mode 100644 skin.box/media/other_textures/osd/playvidnf.png
delete mode 100644 skin.box/media/other_textures/osd/prefo.png
delete mode 100644 skin.box/media/other_textures/osd/prefo_black.png
delete mode 100644 skin.box/media/other_textures/osd/prenf.png
create mode 100644 skin.box/media/other_textures/osd/presets.png
create mode 100644 skin.box/media/other_textures/osd/presetsettings.png
delete mode 100644 skin.box/media/other_textures/osd/presetsettingsfo.png
delete mode 100644 skin.box/media/other_textures/osd/presetsettingsfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/presetsettingsnf.png
create mode 100644 skin.box/media/other_textures/osd/previous.png
rename skin.box/media/other_textures/osd/{prevtracknf.png => prevtrack.png}
(100%)
delete mode 100644 skin.box/media/other_textures/osd/prevtrackfo.png
delete mode 100644 skin.box/media/other_textures/osd/prevtrackgreenfo.png
delete mode 100644 skin.box/media/other_textures/osd/randomofffo.png
delete mode 100644 skin.box/media/other_textures/osd/randomofffo_black.png
delete mode 100644 skin.box/media/other_textures/osd/randomoffnf.png
delete mode 100644 skin.box/media/other_textures/osd/randomonfo.png
delete mode 100644 skin.box/media/other_textures/osd/randomonfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/randomonnf.png
create mode 100644 skin.box/media/other_textures/osd/repeat.png
create mode 100644 skin.box/media/other_textures/osd/repeatall.png
delete mode 100644 skin.box/media/other_textures/osd/repeatallfo.png
delete mode 100644 skin.box/media/other_textures/osd/repeatallfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/repeatallnf.png
delete mode 100644 skin.box/media/other_textures/osd/repeatfo.png
delete mode 100644 skin.box/media/other_textures/osd/repeatfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/repeatnf.png
create mode 100644 skin.box/media/other_textures/osd/repeatone.png
delete mode 100644 skin.box/media/other_textures/osd/repeatonefo.png
delete mode 100644 skin.box/media/other_textures/osd/repeatonefo_black.png
delete mode 100644 skin.box/media/other_textures/osd/repeatonenf.png
create mode 100644 skin.box/media/other_textures/osd/rewind.png
delete mode 100644 skin.box/media/other_textures/osd/rewindfo.png
delete mode 100644 skin.box/media/other_textures/osd/rewindgreenfo.png
rename skin.box/media/other_textures/osd/{rewindnf.png => rewindmusic.png}
(100%)
create mode 100644 skin.box/media/other_textures/osd/shuffleoff.png
create mode 100644 skin.box/media/other_textures/osd/shuffleon.png
create mode 100644 skin.box/media/other_textures/osd/stop.png
delete mode 100644 skin.box/media/other_textures/osd/stopfo.png
delete mode 100644 skin.box/media/other_textures/osd/stopgreenfo.png
rename skin.box/media/other_textures/osd/{stopnf.png => stopmusic.png} (100%)
delete mode 100644 skin.box/media/other_textures/osd/subtitlesfo.png
delete mode 100644 skin.box/media/other_textures/osd/subtitlesfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/subtitlesnf.png
delete mode 100644 skin.box/media/other_textures/osd/videofo.png
delete mode 100644 skin.box/media/other_textures/osd/videofo_black.png
delete mode 100644 skin.box/media/other_textures/osd/videonf.png
create mode 100644 skin.box/media/other_textures/osd/visualisation.png
delete mode 100644 skin.box/media/other_textures/osd/vizfo.png
delete mode 100644 skin.box/media/other_textures/osd/vizfo_black.png
delete mode 100644 skin.box/media/other_textures/osd/viznf.png
create mode 100644 skin.box/media/other_textures/vis.png
create mode 100644 skin.box/media/other_textures/vis2.png
delete mode 100644 skin.box/media/other_textures/volumeicon.png
delete mode 100644 skin.box/media/radio.png
delete mode 100644 skin.box/media/recent.png
delete mode 100644 skin.box/media/video_button.png
delete mode 100644 skin.box/themes/Deep_Purple/HomeDiscFO.png
delete mode 100644 skin.box/themes/Deep_Purple/HomeLiveTvFO.png
delete mode 100644 skin.box/themes/Deep_Purple/HomeMoviesFO.png
delete mode 100644 skin.box/themes/Deep_Purple/HomeMusicFO.png
delete mode 100644 skin.box/themes/Deep_Purple/HomeTvShowsFO.png
delete mode 100644 skin.box/themes/Deep_Purple/RingFO.png
delete mode 100644 skin.box/themes/Deep_Purple/button_fade.png
delete mode 100644 skin.box/themes/Deep_Purple/music_button.png
delete mode 100644 skin.box/themes/Deep_Purple/other_textures/osd/audiofo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/bookmarksfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/forwardgreenfo.png
delete mode 100644 skin.box/themes/Deep_Purple/other_textures/osd/lyricsfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/nexttrackgreenfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/osdbuttonfo.png
delete mode 100644 skin.box/themes/Deep_Purple/other_textures/osd/osdepgfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/pausegreenfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/playgreenfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/playlistfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/playlistgreenfo.png
delete mode 100644 skin.box/themes/Deep_Purple/other_textures/osd/prefo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/presetsettingsfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/prevtrackgreenfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/randomofffo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/randomonfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/repeatallfo.png
delete mode 100644 skin.box/themes/Deep_Purple/other_textures/osd/repeatfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/repeatonefo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/rewindgreenfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/stopgreenfo.png
delete mode 100644
skin.box/themes/Deep_Purple/other_textures/osd/subtitlesfo.png
delete mode 100644 skin.box/themes/Deep_Purple/other_textures/osd/videofo.png
delete mode 100644 skin.box/themes/Deep_Purple/other_textures/osd/vizfo.png
delete mode 100644 skin.box/themes/Deep_Purple/video_button.png
delete mode 100644 skin.box/themes/Mango/HomeDiscFO.png
delete mode 100644 skin.box/themes/Mango/HomeLiveTvFO.png
delete mode 100644 skin.box/themes/Mango/HomeMoviesFO.png
delete mode 100644 skin.box/themes/Mango/HomeMusicFO.png
delete mode 100644 skin.box/themes/Mango/HomeTvShowsFO.png
delete mode 100644 skin.box/themes/Mango/RingFO.png
delete mode 100644 skin.box/themes/Mango/button_fade.png
delete mode 100644 skin.box/themes/Mango/music_button.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/audiofo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/bookmarksfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/forwardgreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/lyricsfo.png
delete mode 100644
skin.box/themes/Mango/other_textures/osd/nexttrackgreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/osdbuttonfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/osdepgfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/pausegreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/playgreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/playlistfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/playlistgreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/prefo.png
delete mode 100644
skin.box/themes/Mango/other_textures/osd/presetsettingsfo.png
delete mode 100644
skin.box/themes/Mango/other_textures/osd/prevtrackgreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/randomofffo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/randomonfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/repeatallfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/repeatfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/repeatonefo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/rewindgreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/stopgreenfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/subtitlesfo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/videofo.png
delete mode 100644 skin.box/themes/Mango/other_textures/osd/vizfo.png
delete mode 100644 skin.box/themes/Mango/video_button.png
delete mode 100644 skin.box/themes/Pretty_Pink/HomeDiscFO.png
delete mode 100644 skin.box/themes/Pretty_Pink/HomeLiveTvFO.png
delete mode 100644 skin.box/themes/Pretty_Pink/HomeMoviesFO.png
delete mode 100644 skin.box/themes/Pretty_Pink/HomeMusicFO.png
delete mode 100644 skin.box/themes/Pretty_Pink/HomeTvShowsFO.png
delete mode 100644 skin.box/themes/Pretty_Pink/RingFO.png
delete mode 100644 skin.box/themes/Pretty_Pink/button_fade.png
delete mode 100644 skin.box/themes/Pretty_Pink/music_button.png
delete mode 100644 skin.box/themes/Pretty_Pink/other_textures/osd/audiofo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/bookmarksfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/forwardgreenfo.png
delete mode 100644 skin.box/themes/Pretty_Pink/other_textures/osd/lyricsfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/nexttrackgreenfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/osdbuttonfo.png
delete mode 100644 skin.box/themes/Pretty_Pink/other_textures/osd/osdepgfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/pausegreenfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/playgreenfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/playlistfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/playlistgreenfo.png
delete mode 100644 skin.box/themes/Pretty_Pink/other_textures/osd/prefo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/presetsettingsfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/prevtrackgreenfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/randomofffo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/randomonfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/repeatallfo.png
delete mode 100644 skin.box/themes/Pretty_Pink/other_textures/osd/repeatfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/repeatonefo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/rewindgreenfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/stopgreenfo.png
delete mode 100644
skin.box/themes/Pretty_Pink/other_textures/osd/subtitlesfo.png
delete mode 100644 skin.box/themes/Pretty_Pink/other_textures/osd/videofo.png
delete mode 100644 skin.box/themes/Pretty_Pink/other_textures/osd/vizfo.png
delete mode 100644 skin.box/themes/Pretty_Pink/video_button.png
delete mode 100644 skin.box/themes/Rich_Magenta/HomeDiscFO.png
delete mode 100644 skin.box/themes/Rich_Magenta/HomeLiveTvFO.png
delete mode 100644 skin.box/themes/Rich_Magenta/HomeMoviesFO.png
delete mode 100644 skin.box/themes/Rich_Magenta/HomeMusicFO.png
delete mode 100644 skin.box/themes/Rich_Magenta/HomeTvShowsFO.png
delete mode 100644 skin.box/themes/Rich_Magenta/RingFO.png
delete mode 100644 skin.box/themes/Rich_Magenta/button_fade.png
delete mode 100644 skin.box/themes/Rich_Magenta/music_button.png
delete mode 100644 skin.box/themes/Rich_Magenta/other_textures/osd/audiofo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/bookmarksfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/forwardgreenfo.png
delete mode 100644 skin.box/themes/Rich_Magenta/other_textures/osd/lyricsfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/nexttrackgreenfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/osdbuttonfo.png
delete mode 100644 skin.box/themes/Rich_Magenta/other_textures/osd/osdepgfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/pausegreenfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/playgreenfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/playlistfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/playlistgreenfo.png
delete mode 100644 skin.box/themes/Rich_Magenta/other_textures/osd/prefo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/presetsettingsfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/prevtrackgreenfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/randomofffo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/randomonfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/repeatallfo.png
delete mode 100644 skin.box/themes/Rich_Magenta/other_textures/osd/repeatfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/repeatonefo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/rewindgreenfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/stopgreenfo.png
delete mode 100644
skin.box/themes/Rich_Magenta/other_textures/osd/subtitlesfo.png
delete mode 100644 skin.box/themes/Rich_Magenta/other_textures/osd/videofo.png
delete mode 100644 skin.box/themes/Rich_Magenta/other_textures/osd/vizfo.png
delete mode 100644 skin.box/themes/Rich_Magenta/video_button.png
delete mode 100644 skin.box/themes/Sky_Blue/HomeDiscFO.png
delete mode 100644 skin.box/themes/Sky_Blue/HomeLiveTvFO.png
delete mode 100644 skin.box/themes/Sky_Blue/HomeMoviesFO.png
delete mode 100644 skin.box/themes/Sky_Blue/HomeMusicFO.png
delete mode 100644 skin.box/themes/Sky_Blue/HomeTvShowsFO.png
delete mode 100644 skin.box/themes/Sky_Blue/RingFO.png
delete mode 100644 skin.box/themes/Sky_Blue/button_fade.png
delete mode 100644 skin.box/themes/Sky_Blue/music_button.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/audiofo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/bookmarksfo.png
delete mode 100644
skin.box/themes/Sky_Blue/other_textures/osd/forwardgreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/lyricsfo.png
delete mode 100644
skin.box/themes/Sky_Blue/other_textures/osd/nexttrackgreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/osdbuttonfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/osdepgfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/pausegreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/playgreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/playlistfo.png
delete mode 100644
skin.box/themes/Sky_Blue/other_textures/osd/playlistgreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/prefo.png
delete mode 100644
skin.box/themes/Sky_Blue/other_textures/osd/presetsettingsfo.png
delete mode 100644
skin.box/themes/Sky_Blue/other_textures/osd/prevtrackgreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/randomofffo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/randomonfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/repeatallfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/repeatfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/repeatonefo.png
delete mode 100644
skin.box/themes/Sky_Blue/other_textures/osd/rewindgreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/stopgreenfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/subtitlesfo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/videofo.png
delete mode 100644 skin.box/themes/Sky_Blue/other_textures/osd/vizfo.png
delete mode 100644 skin.box/themes/Sky_Blue/video_button.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/HomeDiscFO.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/HomeLiveTvFO.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/HomeMoviesFO.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/HomeMusicFO.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/HomeTvShowsFO.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/RingFO.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/button_fade.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/music_button.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/audiofo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/bookmarksfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/forwardgreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/lyricsfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/nexttrackgreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/osdbuttonfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/osdepgfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/pausegreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/playgreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/playlistfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/playlistgreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/prefo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/presetsettingsfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/prevtrackgreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/randomofffo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/randomonfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/repeatallfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/repeatfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/repeatonefo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/rewindgreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/stopgreenfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/subtitlesfo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/videofo.png
delete mode 100644
skin.box/themes/SunFlower_Yellow/other_textures/osd/vizfo.png
delete mode 100644 skin.box/themes/SunFlower_Yellow/video_button.png
delete mode 100644 skin.box/themes/Teal/HomeDiscFO.png
delete mode 100644 skin.box/themes/Teal/HomeLiveTvFO.png
delete mode 100644 skin.box/themes/Teal/HomeMoviesFO.png
delete mode 100644 skin.box/themes/Teal/HomeMusicFO.png
delete mode 100644 skin.box/themes/Teal/HomeTvShowsFO.png
delete mode 100644 skin.box/themes/Teal/RingFO.png
delete mode 100644 skin.box/themes/Teal/button_fade.png
delete mode 100644 skin.box/themes/Teal/music_button.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/audiofo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/bookmarksfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/forwardgreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/lyricsfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/nexttrackgreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/osdbuttonfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/osdepgfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/pausegreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/playgreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/playlistfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/playlistgreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/prefo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/presetsettingsfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/prevtrackgreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/randomofffo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/randomonfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/repeatallfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/repeatfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/repeatonefo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/rewindgreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/stopgreenfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/subtitlesfo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/videofo.png
delete mode 100644 skin.box/themes/Teal/other_textures/osd/vizfo.png
delete mode 100644 skin.box/themes/Teal/video_button.png
hooks/post-receive
--
Skins
------------------------------------------------------------------------------
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons