Skip to content

Commit

Permalink
updates views
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Mar 11, 2012
1 parent 106c14a commit 8b1d0c7
Show file tree
Hide file tree
Showing 10 changed files with 324 additions and 67 deletions.
8 changes: 4 additions & 4 deletions 720p/IncludesVars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@
<value condition="Window.IsVisible(VideoPlaylist)">$LOCALIZE[2050]</value>
</variable>
<variable name="PanelVideosData4">
<value condition="Container.Content(Movies) + !SubString(ListItem.Duration,min)">$INFO[ListItem.Duration] $LOCALIZE[12391]</value>
<value condition="Container.Content(Movies) + !SubString(ListItem.Duration,min)">$INFO[ListItem.Duration,, $LOCALIZE[12391]]</value>
<value condition="Container.Content(Movies) + SubString(ListItem.Duration,min)">$INFO[ListItem.Duration]</value>
<value condition="Container.Content(TVShows)">$INFO[ListItem.Premiered]</value>
<value condition="Container.Content(Seasons)">$INFO[ListItem.Mpaa]</value>
<value condition="Container.Content(Episodes)">$INFO[ListItem.Duration] $LOCALIZE[12391]</value>
<value condition="Container.Content(Episodes)">$INFO[ListItem.Duration,, $LOCALIZE[12391]]</value>
<value condition="Container.Content(MusicVideos)">$INFO[ListItem.Studio]</value>
<value condition="Window.IsVisible(VideoPlaylist) + !SubString(ListItem.Duration,min)">$INFO[ListItem.Duration] $LOCALIZE[12391]</value>
<value condition="Window.IsVisible(VideoPlaylist) + !SubString(ListItem.Duration,min)">$INFO[ListItem.Duration,, $LOCALIZE[12391]]</value>
<value condition="Window.IsVisible(VideoPlaylist) + SubString(ListItem.Duration,min)">$INFO[ListItem.Duration]</value>
</variable>
<variable name="PanelVideosData5">
Expand Down Expand Up @@ -419,7 +419,7 @@
</variable>
<variable name="VideoInfoData7">
<value condition="[Container.Content(Movies) + !SubString(ListItem.Duration,min)] | Container.Content(Episodes) | Container.Content(MusicVideos)">$INFO[ListItem.Duration,, $LOCALIZE[12391]]</value>
<value condition="Container.Content(Movies) + !SubString(ListItem.Duration)">$INFO[ListItem.Duration]</value>
<value condition="Container.Content(Movies) + SubString(ListItem.Duration,min)">$INFO[ListItem.Duration]</value>
<value condition="Container.Content(TvShows)">$INFO[ListItem.Premiered]</value>
</variable>
<variable name="VideoInfoLabel8">
Expand Down
3 changes: 2 additions & 1 deletion 720p/MyMusicNav.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<window id="502">
<defaultcontrol always="true">50</defaultcontrol>
<views>50,51,52</views>
<views>50,51,52,53</views>
<controls>
<include>DefaultBackground</include>
<include>BackgroundPanel</include>
<include>TopMenuMusicLibrary</include>
<include>ViewFanart</include>
<include>ViewList</include>
<include>ViewInfo</include>
<include>ViewPanelMusic</include>
<include>ScrollLabel</include>
<include>SideMenu</include>
Expand Down
3 changes: 2 additions & 1 deletion 720p/MyMusicSongs.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<window id="501">
<defaultcontrol always="true">50</defaultcontrol>
<views>50,51,52</views>
<views>50,51,52,53</views>
<controls>
<include>DefaultBackground</include>
<include>BackgroundPanel</include>
<include>TopMenuMusicFiles</include>
<include>ViewFanart</include>
<include>ViewList</include>
<include>ViewInfo</include>
<include>ViewPanelMusic</include>
<include>ScrollLabel</include>
<include>SideMenu</include>
Expand Down
16 changes: 8 additions & 8 deletions 720p/ViewFanart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<texture background="true" diffuse="video-diffuse.png">$INFO[ListItem.Icon]</texture>
<bordertexture border="21">video-shadow.png</bordertexture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="false" aligny="bottom">scale</aspectratio>
<aspectratio scalediffuse="false">scale</aspectratio>
</control>
<control type="image">
<posx>12</posx>
Expand All @@ -232,7 +232,7 @@
<height>136</height>
<texture background="true" diffuse="video-diffuse-reverse.png" flipy="true">$INFO[ListItem.Icon]</texture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="false" aligny="bottom">scale</aspectratio>
<aspectratio scalediffuse="false">scale</aspectratio>
</control>
</itemlayout>
<focusedlayout width="235" height="360" condition="Container.Content(Episodes) | Container.Content(MusicVideos)">
Expand All @@ -244,7 +244,7 @@
<texture background="true" diffuse="video-diffuse.png">$INFO[ListItem.Icon]</texture>
<bordertexture border="21">video-shadow.png</bordertexture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="false" aligny="bottom">scale</aspectratio>
<aspectratio scalediffuse="false">scale</aspectratio>
<animation effect="zoom" start="12,134,211,136" end="-53,72,341,209" time="250">Focus</animation>
<animation effect="zoom" start="-53,72,341,209" end="12,134,211,136" time="250">UnFocus</animation>
</control>
Expand All @@ -255,7 +255,7 @@
<height>136</height>
<texture background="true" diffuse="video-diffuse-reverse.png" flipy="true">$INFO[ListItem.Icon]</texture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="false" aligny="bottom">scale</aspectratio>
<aspectratio scalediffuse="false">scale</aspectratio>
<animation effect="zoom" start="12,230,211,136" end="-53,219,341,209" time="250">Focus</animation>
<animation effect="zoom" start="-53,219,341,209" end="12,230,211,136" time="250">UnFocus</animation>
</control>
Expand Down Expand Up @@ -407,7 +407,7 @@
<texture background="true" diffuse="thumb-diffuse.png">$INFO[ListItem.Icon]</texture>
<bordertexture border="21">thumb-shadow.png</bordertexture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="true" aligny="bottom">keep</aspectratio>
<aspectratio scalediffuse="true">keep</aspectratio>
</control>
<control type="image">
<posx>12</posx>
Expand All @@ -416,7 +416,7 @@
<height>211</height>
<texture background="true" diffuse="thumb-diffuse-reverse.png" flipy="true">$INFO[ListItem.Icon]</texture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="true" aligny="bottom">keep</aspectratio>
<aspectratio scalediffuse="true">keep</aspectratio>
</control>
</itemlayout>
<focusedlayout width="235" height="360" condition="Window.IsVisible(Pictures)">
Expand All @@ -428,7 +428,7 @@
<texture background="true" diffuse="thumb-diffuse.png" fallback="DefaultAddon.png">$INFO[ListItem.Icon]</texture>
<bordertexture border="21">thumb-shadow.png</bordertexture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="true" aligny="bottom">keep</aspectratio>
<aspectratio scalediffuse="true">keep</aspectratio>
<animation effect="zoom" start="12,59,211,211" end="-33,-21,301,301" time="250">Focus</animation>
<animation effect="zoom" start="-33,-21,301,301" end="12,59,211,211" time="250">UnFocus</animation>
</control>
Expand All @@ -439,7 +439,7 @@
<height>211</height>
<texture background="true" diffuse="thumb-diffuse-reverse.png" fallback="DefaultAddon.png" flipy="true">$INFO[ListItem.Icon]</texture>
<bordersize>20</bordersize>
<aspectratio scalediffuse="true" aligny="bottom">keep</aspectratio>
<aspectratio scalediffuse="true">keep</aspectratio>
<animation effect="zoom" start="12,230,211,211" end="-33,222,301,301" time="250">Focus</animation>
<animation effect="zoom" start="-33,222,301,301" end="12,230,211,211" time="250">UnFocus</animation>
</control>
Expand Down
Loading

0 comments on commit 8b1d0c7

Please sign in to comment.