Changed [PM3.HD] Updated the default background images to something more stylish

Added [PM3.HD] "Movies" and "TV Shows" buttons to the home screen (default to on if you have them in library) and all the extra stuff needed (skin settings to turn them off and set custom backgrounds)
Added [PM3.HD] skin setting to always force "Videos" button to go to file mode (usefull if you have "Movies" and "TV Shows" enabled in home
Added [PM3.HD] wavpack audio codec flagging image

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@71 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-06-28 10:42:27 +00:00
parent c305af1966
commit 1fe1ddeca6
10 changed files with 208 additions and 6 deletions

View File

@ -419,7 +419,7 @@
<onclick>ActivateWindow(Videos)</onclick>
<icon>special://skin/backgrounds/videos.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
<visible>Library.HasContent(Video)</visible>
<visible>Library.HasContent(Video) + !Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
</item>
<item id="1">
@ -427,9 +427,25 @@
<onclick>ActivateWindow(VideoFiles)</onclick>
<icon>special://skin/backgrounds/videos.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
<visible>!Library.HasContent(Video)</visible>
<visible>!Library.HasContent(Video) | Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
</item>
<item id="9">
<label>20342</label>
<onclick>ActivateWindow(VideoLibrary,MovieTitles,return)</onclick>
<icon>special://skin/backgrounds/movies.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
<visible>Library.HasContent(Movies)</visible>
<visible>!Skin.HasSetting(homepageHideMoviesButton)</visible>
</item>
<item id="10">
<label>20343</label>
<onclick>ActivateWindow(VideoLibrary,TVShowTitles,return)</onclick>
<icon>special://skin/backgrounds/tvshow.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
<visible>Library.HasContent(TVShows)</visible>
<visible>!Skin.HasSetting(homepageHideTVShowButton)</visible>
</item>
<item id="2">
<label>2</label>
<onclick>ActivateWindow(Music)</onclick>

View File

@ -255,6 +255,21 @@
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
</control>
<control type="radiobutton" id="212">
<description>Video Button always goes to file mode Toggle</description>
<width>950</width>
<height>35</height>
<font>font12</font>
<label>$LOCALIZE[31121]</label>
<onclick>Skin.ToggleSetting(homepageVideoButtonAlwaysFilemode)</onclick>
<selected>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</selected>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
<enable>!Skin.HasSetting(homepageHideVideoButton)</enable>
</control>
<control type="label" id="210">
<width>950</width>
<height>45</height>
@ -277,7 +292,37 @@
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
</control>
<control type="radiobutton" id="212">
<control type="radiobutton" id="213">
<description>Hide Movies Button Toggle</description>
<width>950</width>
<height>35</height>
<font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[20342]</label>
<onclick>Skin.ToggleSetting(homepageHideMoviesButton)</onclick>
<selected>Skin.HasSetting(homepageHideMoviesButton)</selected>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
<enable>Library.HasContent(Movies)</enable>
</control>
<control type="radiobutton" id="214">
<description>Hide TV Shows Button Toggle</description>
<width>950</width>
<height>35</height>
<font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[20343]</label>
<onclick>Skin.ToggleSetting(homepageHideTVShowButton)</onclick>
<selected>Skin.HasSetting(homepageHideTVShowButton)</selected>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
<enable>Library.HasContent(TVShows)</enable>
</control>
<control type="radiobutton" id="215">
<description>Hide Music Button Toggle</description>
<width>950</width>
<height>35</height>
@ -291,7 +336,7 @@
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
</control>
<control type="radiobutton" id="213">
<control type="radiobutton" id="216">
<description>Hide Picture Button Toggle</description>
<width>950</width>
<height>35</height>
@ -305,7 +350,7 @@
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
</control>
<control type="radiobutton" id="214">
<control type="radiobutton" id="217">
<description>Hide Program Button Toggle</description>
<width>950</width>
<height>35</height>
@ -319,7 +364,7 @@
<texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon>
</control>
<control type="radiobutton" id="215">
<control type="radiobutton" id="218">
<description>Hide Weather Button Toggle</description>
<width>950</width>
<height>35</height>
@ -492,6 +537,22 @@
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
</item>
<item id="9">
<label>20342</label>
<onclick>-</onclick>
<icon>special://skin/backgrounds/movies.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
<visible>Library.HasContent(Movies)</visible>
<visible>!Skin.HasSetting(homepageHideMoviesButton)</visible>
</item>
<item id="10">
<label>20343</label>
<onclick>-</onclick>
<icon>special://skin/backgrounds/tvshow.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
<visible>Library.HasContent(TVShows)</visible>
<visible>!Skin.HasSetting(homepageHideTVShowButton)</visible>
</item>
<item id="2">
<label>2</label>
<onclick>-</onclick>
@ -614,6 +675,130 @@
<ondown>302</ondown>
</control>
</control>
<control type="group">
<posx>650</posx>
<posy>598</posy>
<visible>Container(9003).HasFocus(9)</visible>
<control type="button" id="300">
<description>Single Image button</description>
<posx>5</posx>
<posy>0</posy>
<width>180</width>
<height>35</height>
<label>31113</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onclick>Skin.SetImage(Home_Custom_Back_Movie_Folder)</onclick>
<onleft>9003</onleft>
<onright>301</onright>
<onup>300</onup>
<ondown>300</ondown>
</control>
<control type="button" id="301">
<description>Multi Image button</description>
<posx>190</posx>
<posy>0</posy>
<width>180</width>
<height>35</height>
<label>31114</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onclick>Skin.SetPath(Home_Custom_Back_Movie_Folder)</onclick>
<onleft>300</onleft>
<onright>302</onright>
<onup>301</onup>
<ondown>301</ondown>
</control>
<control type="button" id="302">
<description>Default Image button</description>
<posx>375</posx>
<posy>0</posy>
<width>180</width>
<height>35</height>
<label>571</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onclick>Skin.Reset(Home_Custom_Back_Movie_Folder)</onclick>
<onleft>301</onleft>
<onright>9000</onright>
<onup>302</onup>
<ondown>302</ondown>
</control>
</control>
<control type="group">
<posx>650</posx>
<posy>598</posy>
<visible>Container(9003).HasFocus(10)</visible>
<control type="button" id="300">
<description>Single Image button</description>
<posx>5</posx>
<posy>0</posy>
<width>180</width>
<height>35</height>
<label>31113</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onclick>Skin.SetImage(Home_Custom_Back_TVShow_Folder)</onclick>
<onleft>9003</onleft>
<onright>301</onright>
<onup>300</onup>
<ondown>300</ondown>
</control>
<control type="button" id="301">
<description>Multi Image button</description>
<posx>190</posx>
<posy>0</posy>
<width>180</width>
<height>35</height>
<label>31114</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onclick>Skin.SetPath(Home_Custom_Back_TVShow_Folder)</onclick>
<onleft>300</onleft>
<onright>302</onright>
<onup>301</onup>
<ondown>301</ondown>
</control>
<control type="button" id="302">
<description>Default Image button</description>
<posx>375</posx>
<posy>0</posy>
<width>180</width>
<height>35</height>
<label>571</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onclick>Skin.Reset(Home_Custom_Back_TVShow_Folder)</onclick>
<onleft>301</onleft>
<onright>9000</onright>
<onup>302</onup>
<ondown>302</ondown>
</control>
</control>
<control type="group">
<posx>650</posx>
<posy>598</posy>

BIN
backgrounds/movies.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 KiB

After

Width:  |  Height:  |  Size: 422 KiB

BIN
backgrounds/tvshow.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 204 KiB

View File

@ -86,6 +86,7 @@
<string id="31118">Show Fanart in main panel background</string>
<string id="31119">Hide Main Menu Buttons</string>
<string id="31120">Hide</string>
<string id="31121">"Videos" button always goes to file mode</string>
<!-- Script Settings labels -->
<string id="31200">Custom Add-on options</string>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB