Removed: [PM3.HD] references to the old "Video Files" no longer used in eden xbmc

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@330 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2011-05-09 05:40:05 +00:00
parent 2fbad3ab45
commit 265eb8c6ca
6 changed files with 47 additions and 186 deletions

View File

@ -419,20 +419,20 @@
<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) + !Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>!Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
</item>
<item id="1">
<label>3</label>
<onclick>ActivateWindow(VideoFiles)</onclick>
<onclick>ActivateWindow(Videos,Files)</onclick>
<icon>special://skin/backgrounds/videos.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
<visible>!Library.HasContent(Video) | Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
</item>
<item id="9">
<label>20342</label>
<onclick>ActivateWindow(VideoLibrary,MovieTitles,return)</onclick>
<onclick>ActivateWindow(Videos,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>
@ -440,7 +440,7 @@
</item>
<item id="10">
<label>20343</label>
<onclick>ActivateWindow(VideoLibrary,TVShowTitles,return)</onclick>
<onclick>ActivateWindow(Videos,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>

View File

@ -1,132 +0,0 @@
<window id="6">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50,51,550,53,54,57,500</views>
<controls>
<include>CommonBackground</include>
<include>3d_CoverView</include> <!-- view id = 500 -->
<control type="group">
<include>Window_OpenClose_Right_Panel_Animation</include>
<control type="group">
<animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<include>ContentPanel</include>
<include>CommonRootView</include> <!-- view id = 50 -->
<include>CommonListView</include> <!-- view id = 51 -->
<include>VideoThumbnailView</include> <!-- view id = 53 -->
<include>WideIconView</include> <!-- view id = 54 -->
<include>MovieDVDView</include> <!-- view id = 57 -->
<include>AddonInfoView</include> <!-- view id = 550 -->
</control>
<include>AllViewCommonPageControls</include>
<include>CommonFileCount</include>
<include>ScrollOffsetLabel</include>
</control>
<control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include>
<control type="group" id="9000">
<posx>0</posx>
<posy>130</posy>
<animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="image">
<posx>0</posx>
<posy>-30</posy>
<width>320</width>
<height>470</height>
<texture border="0,0,50,45">Panel2.png</texture>
<visible>Control.IsVisible(500)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button" id="2">
<description>View As button</description>
<posx>0</posx>
<posy>0</posy>
<include>ButtonCommonValues</include>
<label>-</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>611</onup>
<ondown>3</ondown>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<posx>0</posx>
<posy>45</posy>
<include>ButtonCommonValues</include>
<label>103</label>
<onleft>50</onleft>
<onright>4</onright>
<onup>2</onup>
<ondown>99</ondown>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<posx>250</posx>
<posy>58</posy>
<label>-</label>
<onleft>3</onleft>
<onright>50</onright>
<onup>2</onup>
<ondown>99</ondown>
</control>
<control type="radiobutton" id="99">
<description>Library button</description>
<posx>0</posx>
<posy>90</posy>
<label>$LOCALIZE[29800]</label>
<onclick>ReplaceWindow(myvideolibrary)</onclick>
<selected>Window.IsVisible(myvideolibrary)</selected>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright>
<onup>3</onup>
<ondown>7</ondown>
<enable>Library.HasContent(Video)</enable>
</control>
<control type="radiobutton" id="7">
<description>Stack Toggle</description>
<posx>0</posx>
<posy>135</posy>
<include>ButtonCommonValues</include>
<label>346</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>99</onup>
<ondown>610</ondown>
</control>
<control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>7</onup>
<ondown>603</ondown>
<visible>false</visible>
</control>
<control type="group">
<posx>0</posx>
<posy>180</posy>
<include>CommonNowPlaying_Controls</include>
</control>
<control type="button" id="611">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>607</onup>
<ondown>2</ondown>
<visible>false</visible>
</control>
</control>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>128</height>
<texture>Header.png</texture>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[9] - $LOCALIZE[31021]$INFO[Container.PluginName, - ]</label>
</control>
<include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include>
</controls>
</window>

View File

@ -120,7 +120,7 @@
<onleft>50</onleft>
<onright>4</onright>
<onup>2</onup>
<ondown>99</ondown>
<ondown>14</ondown>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
@ -130,36 +130,23 @@
<onleft>3</onleft>
<onright>50</onright>
<onup>2</onup>
<ondown>99</ondown>
</control>
<control type="radiobutton" id="99">
<description>Library button</description>
<posx>0</posx>
<posy>90</posy>
<label>$LOCALIZE[29800]</label>
<onclick>ReplaceWindow(myvideofiles)</onclick>
<selected>Window.IsVisible(myvideolibrary)</selected>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright>
<onup>3</onup>
<ondown>14</ondown>
</control>
<control type="radiobutton" id="14">
<description>Watched Toggle</description>
<posx>0</posx>
<posy>135</posy>
<posy>90</posy>
<include>ButtonCommonValues</include>
<label>20367</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>99</onup>
<onup>3</onup>
<ondown>8</ondown>
</control>
<control type="button" id="8">
<description>Search</description>
<posx>0</posx>
<posy>180</posy>
<posy>135</posy>
<include>ButtonCommonValues</include>
<label>137</label>
<onleft>50</onleft>
@ -170,7 +157,7 @@
<control type="radiobutton" id="19">
<description>Filter</description>
<posx>0</posx>
<posy>225</posy>
<posy>180</posy>
<include>ButtonCommonValues</include>
<label>587</label>
<onleft>50</onleft>
@ -181,7 +168,7 @@
<control type="radiobutton" id="16">
<description>PartyMode</description>
<posx>0</posx>
<posy>270</posy>
<posy>225</posy>
<include>ButtonCommonValues</include>
<label>589</label>
<onleft>50</onleft>
@ -192,12 +179,23 @@
<control type="radiobutton" id="17">
<description>Flatten</description>
<posx>0</posx>
<posy>315</posy>
<posy>270</posy>
<include>ButtonCommonValues</include>
<label>20411</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>16</onup>
<ondown>7</ondown>
</control>
<control type="radiobutton" id="7">
<description>Stack button</description>
<posx>0</posx>
<posy>315</posy>
<label>$LOCALIZE[346]</label>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright>
<onup>17</onup>
<ondown>11</ondown>
</control>
<control type="radiobutton" id="11">
@ -208,7 +206,7 @@
<label>20336</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>17</onup>
<onup>7</onup>
<ondown>610</ondown>
<pulseonselect>no</pulseonselect>
<onclick>xbmc.mastermode</onclick>
@ -224,7 +222,6 @@
<control type="group">
<posx>0</posx>
<posy>405</posy>
<animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(99)">conditional</animation>
<animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(11)">conditional</animation>
<include>CommonNowPlaying_Controls</include>
</control>

View File

@ -1,7 +1,6 @@
<includes>
<include name="CommonRootView">
<control type="list" id="50">
<visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)] + ![Container.Content(Movies) + !Window.IsVisible(VideoFiles)] + !Container.Content(Seasons)</visible>
<posx>300</posx>
<posy>130</posy>
<width>950</width>
@ -44,7 +43,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>![Window.IsVisible(VideoFiles) | Window.IsVisible(VideoLibrary)]</visible>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<posx>920</posx>
@ -57,7 +56,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(VideoFiles) | Window.IsVisible(VideoLibrary)</visible>
<visible>Window.IsVisible(Videos)</visible>
</control>
<control type="image">
<posx>920</posx>
@ -65,7 +64,7 @@
<width>30</width>
<height>22</height>
<texture>$INFO[ListItem.Overlay,List]</texture>
<visible>Window.IsVisible(VideoFiles) | Window.IsVisible(VideoLibrary)</visible>
<visible>Window.IsVisible(Videos)</visible>
</control>
</itemlayout>
<focusedlayout height="30" width="950">
@ -108,7 +107,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>![Window.IsVisible(VideoFiles) | Window.IsVisible(VideoLibrary)]</visible>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<posx>920</posx>
@ -121,7 +120,7 @@
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(VideoFiles) | Window.IsVisible(VideoLibrary)</visible>
<visible>Window.IsVisible(Videos)</visible>
</control>
<control type="image">
<posx>920</posx>
@ -129,14 +128,14 @@
<width>30</width>
<height>22</height>
<texture>$INFO[ListItem.Overlay,List]</texture>
<visible>Window.IsVisible(VideoFiles) | Window.IsVisible(VideoLibrary)</visible>
<visible>Window.IsVisible(Videos)</visible>
</control>
</focusedlayout>
</control>
</include>
<include name="CommonListView">
<control type="list" id="51">
<visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)] + !Container.Content(Episodes)</visible>
<visible>!Container.Content(Episodes)</visible>
<posx>300</posx>
<posy>130</posy>
<width>540</width>
@ -967,7 +966,7 @@
</include>
<include name="ThumbnailView">
<control type="panel" id="53">
<visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)] + !Container.Content(Movies) + !Container.Content(Songs)</visible>
<visible>!Container.Content(TVShows) + !Container.Content(Movies) + !Container.Content(Songs)</visible>
<posx>300</posx>
<posy>130</posy>
<width>950</width>
@ -1058,7 +1057,7 @@
</include>
<include name="VideoThumbnailView">
<control type="panel" id="53">
<visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)]</visible>
<visible>!Container.Content(TVShows)</visible>
<posx>300</posx>
<posy>130</posy>
<width>950</width>
@ -1223,7 +1222,7 @@
</include>
<include name="WideIconView">
<control type="panel" id="54">
<visible>Container.Content(TVShows) | Window.IsVisible(VideoFiles) | Window.IsVisible(Programs)</visible>
<visible>Container.Content(TVShows) | Window.IsVisible(Programs)</visible>
<posx>300</posx>
<posy>130</posy>
<width>950</width>

View File

@ -192,7 +192,7 @@
<ondown>61</ondown>
<usecontrolcoords>true</usecontrolcoords>
<control type="fixedlist" id="57">
<visible>Container.Content(Movies) | Container.Content(Seasons) | Window.IsVisible(VideoFiles)</visible>
<visible>!Container.Content(Episodes) + !Container.Content(MusicVideos) + !Container.Content(TVShows)</visible>
<posx>-60</posx>
<posy>0</posy>
<width>1090</width>

View File

@ -348,9 +348,8 @@
<posx>10</posx>
<posy>450</posy>
<visible>Player.HasAudio</visible>
<visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(VideoFiles) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(Videos) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(Videos) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(MusicFiles) + Control.IsVisible(500)]</visible>
@ -365,7 +364,7 @@
<bordersize>5</bordersize>
<aspectratio align="left">keep</aspectratio>
<visible>!Window.IsVisible(MusicLibrary)</visible>
<visible>!Window.IsVisible(VideoLibrary)</visible>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="image">
<posx>0</posx>
@ -435,9 +434,8 @@
<posx>10</posx>
<posy>450</posy>
<visible>Player.HasVideo</visible>
<visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(VideoFiles) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(Videos) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(Videos) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(500)]</visible>
<visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(56)]</visible>
<visible>![Window.IsVisible(MusicFiles) + Control.IsVisible(500)]</visible>
@ -449,14 +447,14 @@
<height>165</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture>black-back.png</texture>
<visible>!Window.IsVisible(VideoLibrary)</visible>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="videowindow">
<posx>5</posx>
<posy>15</posy>
<width>250</width>
<height>155</height>
<visible>!Window.IsVisible(VideoLibrary)</visible>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<posx>5</posx>
@ -563,7 +561,7 @@
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>[Control.IsVisible(59) + Window.IsVisible(MusicFiles)] | [Control.IsVisible(59) + Window.IsVisible(MusicLibrary)] | [Control.IsVisible(59) + Window.IsVisible(MusicPlaylist)] | [Control.IsVisible(58) + Window.IsVisible(VideoLibrary)] | Control.IsVisible(550)</visible>
<visible>[Control.IsVisible(59) + Window.IsVisible(MusicFiles)] | [Control.IsVisible(59) + Window.IsVisible(MusicLibrary)] | [Control.IsVisible(59) + Window.IsVisible(MusicPlaylist)] | [Control.IsVisible(58) + Window.IsVisible(Videos)] | Control.IsVisible(550)</visible>
</control>
<control type="scrollbar" id="60">
<posx>1255</posx>
@ -584,7 +582,7 @@
<visible>![Control.IsVisible(59) + Window.IsVisible(MusicFiles)]</visible>
<visible>![Control.IsVisible(59) + Window.IsVisible(MusicLibrary)]</visible>
<visible>![Control.IsVisible(59) + Window.IsVisible(MusicPlaylist)]</visible>
<visible>![Control.IsVisible(58) + Window.IsVisible(VideoLibrary)]</visible>
<visible>![Control.IsVisible(58) + Window.IsVisible(Videos)]</visible>
<visible>!Control.IsVisible(550)</visible>
<animation effect="slide" end="-410,0" time="0" condition="Control.IsVisible(51)">Conditional</animation>
</control>
@ -596,10 +594,9 @@
<animation effect="fade" time="300">Hidden</animation>
<animation effect="slide" end="-200,0" time="0" condition="Control.IsVisible(51)">Conditional</animation>
<animation effect="slide" end="130,-50" time="0" condition="[Window.IsVisible(MusicFiles) | Window.IsVisible(Musiclibrary) | Window.IsVisible(MusicPlaylist)] + Control.IsVisible(59)">Conditional</animation>
<animation effect="slide" end="280,0" time="0" condition="Window.IsVisible(Videolibrary) + [Control.IsVisible(56) | Control.IsVisible(59)]">Conditional</animation>
<animation effect="slide" end="130,-50" time="0" condition="Window.IsVisible(Videolibrary) + Control.IsVisible(58)">Conditional</animation>
<animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(Videolibrary) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(VideoFiles) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" end="280,0" time="0" condition="Window.IsVisible(Videos) + [Control.IsVisible(56) | Control.IsVisible(59)]">Conditional</animation>
<animation effect="slide" end="130,-50" time="0" condition="Window.IsVisible(Videos) + Control.IsVisible(58)">Conditional</animation>
<animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(Videos) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(Musiclibrary) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(MusicFiles) + Control.IsVisible(500)">Conditional</animation>
<posx>740</posx>