Skip to content

Commit

Permalink
See changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stoli committed Dec 10, 2011
1 parent 320b9da commit 550ba1c
Show file tree
Hide file tree
Showing 258 changed files with 97 additions and 9,397 deletions.
31 changes: 28 additions & 3 deletions 720p/CustomSettings.xml
Expand Up @@ -91,11 +91,16 @@
<onclick>-</onclick>
</item>
<item id="7">
<description>Video Settings</description>
<label>$LOCALIZE[31420]</label>
<onclick>-</onclick>
</item>
<item id="8">
<description>Music Settings</description>
<label>$LOCALIZE[31419]</label>
<onclick>-</onclick>
</item>
<item id="8">
<item id="9">
<description>Debug</description>
<label>$LOCALIZE[31004]</label>
<onclick>-</onclick>
Expand Down Expand Up @@ -1549,10 +1554,30 @@
<onclick>Skin.ToggleSetting(banner_jpg)</onclick>
<selected>Skin.HasSetting(banner_jpg)</selected>
</control>
</control>
<!-- Video Option -->
<control type="grouplist" id="9011">
<visible>Container(9000).Hasfocus(7)</visible>
<posx>0</posx>
<posy>0</posy>
<width>840</width>
<height>418</height>
<itemgap>0</itemgap>
<scrolltime>0</scrolltime>
<onleft>9000</onleft>
<onright>9000</onright>
<control type="radiobutton" id="101">
<include>SettingsLabel</include>
<label>$LOCALIZE[31421]</label>
<onclick>Skin.ToggleSetting(Enable_SeekArt)</onclick>
<selected>Skin.HasSetting(Enable_SeekArt)</selected>
</control>


</control>
<!-- Music Options -->
<control type="grouplist" id="9009">
<visible>Container(9000).Hasfocus(7)</visible>
<visible>Container(9000).Hasfocus(8)</visible>
<posx>0</posx>
<posy>0</posy>
<width>840</width>
Expand All @@ -1572,7 +1597,7 @@
</control>
<!-- Debug -->
<control type="grouplist" id="9008">
<visible>Container(9000).Hasfocus(8)</visible>
<visible>Container(9000).Hasfocus(9)</visible>
<posx>0</posx>
<posy>0</posy>
<width>840</width>
Expand Down
56 changes: 56 additions & 0 deletions 720p/DialogSeekBar.xml
Expand Up @@ -5,6 +5,58 @@
<control type="group">
<animation effect="slide" end="0,90" condition="true">Conditional</animation>
<include>Animation_OpenCloseFade</include>
<control type ="image" id="7657">
<description>tv show image</description>
<posx>948</posx>
<posy>361</posy>
<width>330</width>
<height>185</height>
<texture background="true">$INFO[Player.FolderPath]../clearart.png</texture>
<aspectratio>keep</aspectratio>
<visible>Skin.HasSetting(Enable_SeekArt) + VideoPlayer.Content(episodes)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
<control type ="image" id="7658">
<description>tv show image</description>
<posx>948</posx>
<posy>361</posy>
<width>330</width>
<height>185</height>
<texture background="true">$INFO[Player.FolderPath]clearart.png</texture>
<aspectratio>keep</aspectratio>
<visible>Skin.HasSetting(Enable_SeekArt) + VideoPlayer.Content(episodes)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
<control type ="image">
<description>tv show image</description>
<posx>960</posx>
<posy>300</posy>
<width>300</width>
<height>340</height>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<texture>$INFO[VideoPlayer.Cover]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<fadetime>400</fadetime>
<bordersize>5</bordersize>
<animation type="WindowOpen">
<effect type="fade" start="0" end="100" time="900" delay="400" />
</animation>
<visible>Skin.HasSetting(Enable_SeekArt) + IsEmpty(Control.GetLabel(7657)) + IsEmpty(Control.GetLabel(7658)) + VideoPlayer.Content(episodes)</visible>
</control>
<control type ="image">
<description>tv show image</description>
<posx>960</posx>
<posy>253</posy>
<width>300</width>
<height>300</height>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<texture>$INFO[VideoPlayer.Cover]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<fadetime>400</fadetime>
<bordersize>5</bordersize>
<animation type="WindowOpen">
<effect type="fade" start="0" end="100" time="900" delay="400" />
</animation>
<visible>Skin.HasSetting(Enable_SeekArt) + VideoPlayer.Content(movies)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
<include>OSD_Progress_Bar</include>
<control type="label">
<posx>30</posx>
Expand Down Expand Up @@ -61,6 +113,10 @@
<label>$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[VideoPlayer.Title]</label>
<visible>IsEmpty(VideoPlayer.Year)</visible>
</control>




</control>
<include>OSD_Player_Details</include>
<include condition="Skin.HasSetting(DebugGrid)">Object_DebugGrid</include>
Expand Down
163 changes: 0 additions & 163 deletions 720p/Includes_Animations.xml_Test

This file was deleted.

0 comments on commit 550ba1c

Please sign in to comment.