Skip to content

Commit

Permalink
[View] updated, renamed view 510, added options
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Mar 25, 2019
1 parent 46bded0 commit a1ca100
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 28 deletions.
36 changes: 32 additions & 4 deletions 1080i/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,15 +464,45 @@
<animation effect="slide" start="-20,-20" end="20,20" time="6000" tween="sine" easing="inout" pulse="true" condition="Skin.HasSetting(Fanart.Animate)">Conditional</animation>
</control>

<control type="image" description="Background">
<visible>Skin.HasSetting(EnableBlur)</visible>
<visible>Skin.HasSetting(FullsizeFanart510)</visible>
<visible>Control.IsVisible(510) + !Window.IsVisible(DialogVideoInfo.xml) + !Window.IsVisible(Custom_MovieSets.xml)</visible>
<width>1300</width>
<height>675</height>
<aspectratio>scale</aspectratio>
<texture diffuse="common/diffuse510fs.png">$VAR[GlobalFanart]</texture>
<right>0</right>
<top>0</top>
<fadetime>600</fadetime>
<animation effect="fade" start="100" end="60"time="0" condition="true">Conditional</animation>
<include>Animation.ViHi</include>
</control>

<control type="image" description="Background">
<visible>Skin.HasSetting(EnableBlur)</visible>
<visible>!Skin.HasSetting(FullsizeFanart510)</visible>
<visible>Control.IsVisible(510) + !Window.IsVisible(DialogVideoInfo.xml) + !Window.IsVisible(Custom_MovieSets.xml)</visible>
<width>1920</width>
<height>1080</height>
<aspectratio>scale</aspectratio>
<texture diffuse="common/diffuse510.png">$VAR[GlobalFanart]</texture>
<right>0</right>
<top>0</top>
<fadetime>600</fadetime>
<animation effect="fade" start="100" end="60"time="0" condition="true">Conditional</animation>
<include>Animation.ViHi</include>
</control>

<control type="image" description="Background">
<visible>Skin.HasSetting(EnableBlur)</visible>
<visible>Control.IsVisible(510) + !Window.IsVisible(DialogVideoInfo.xml) + !Window.IsVisible(Custom_MovieSets.xml)</visible>
<include>Dimensions_Fullscreen</include>
<include>Animation.FadeFromInfo</include>
<texture>common/bg.jpg</texture>
<texture>common/bg.png</texture>
<include>Overlay510Blur</include>
</control>

<control type="image" description="Background">
<visible>!Skin.HasSetting(EnableBlur)</visible>
<visible>Control.IsVisible(510) + !Window.IsVisible(DialogVideoInfo.xml) + !Window.IsVisible(Custom_MovieSets.xml)</visible>
Expand Down Expand Up @@ -560,8 +590,6 @@


<include name="JumpBarHorizontal">


<control type="image">
<visible>Control.HasFocus(60) | Control.HasFocus(1602) | Control.HasFocus(1600) | Control.HasFocus(1609) | Control.HasFocus(1603) | Control.HasFocus(1605) | Control.HasFocus(1606) | Control.HasFocus(1604) | Control.HasFocus(1607) | Control.HasFocus(1619) | Control.HasFocus(1620) | Control.HasFocus(1624) | Control.HasFocus(1625) | Control.HasFocus(1635) | Control.HasFocus(1627)</visible>
<visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(actors) | Container.Content(addons)</visible>
Expand Down
29 changes: 20 additions & 9 deletions 1080i/MyVideoNav.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,23 @@
<visible>Control.IsVisible(510)</visible>
</control>

<control type="radiobutton" id="9068" description="Thumbs white">
<include>DefContextButton</include>
<align>left</align>
<label>37600</label>
<selected>Skin.HasSetting(ShowDiscart510)</selected>
<onclick>Skin.ToggleSetting(ShowDiscart510)</onclick>
<visible>Control.IsVisible(510)</visible>
</control>
<control type="radiobutton" id="9069" description="Thumbs white">
<include>DefContextButton</include>
<align>left</align>
<label>Fullsize Fanart</label>
<selected>Skin.HasSetting(FullsizeFanart510)</selected>
<onclick>Skin.ToggleSetting(FullsizeFanart510)</onclick>
<visible>Control.IsVisible(510)</visible>
</control>




Expand Down Expand Up @@ -356,7 +373,7 @@
<onclick>Skin.ToggleSetting(furniture.animatedposters)</onclick>
</control>

<control type="radiobutton" id="9016" description="Plot 51">
<!--<control type="radiobutton" id="9016" description="Plot 51">
<include>DefContextButton</include>
<align>left</align>
<label>37592</label>
Expand All @@ -371,29 +388,23 @@
<selected>Skin.HasSetting(BlurOnHome)</selected>
<onclick>Skin.ToggleSetting(BlurOnHome)</onclick>
<enable>Skin.HasSetting(EnableBlur)</enable>
</control>

</control>-->


<control type="radiobutton" id="9083" description="AnimatedFanart">
<include>DefContextButton</include>
<align>left</align>
<label>37501</label>
<selected>Skin.HasSetting(furniture.animatedfanarts)</selected>
<onclick>Skin.ToggleSetting(furniture.animatedfanarts)</onclick>
</control>




<control type="radiobutton" id="9084" description="Thumbs white">
<include>DefContextButton</include>
<align>left</align>
<label>37514</label>
<selected>Skin.HasSetting(thumbnails.white)</selected>
<onclick>Skin.ToggleSetting(thumbnails.white)</onclick>
</control>



<control type="radiobutton" id="9085" description="Enable Extra Fanart">
<include>DefContextButton</include>
Expand Down
39 changes: 37 additions & 2 deletions 1080i/View_510_Minimal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<left>235</left>
<top>40</top>
<width>520</width>
<animation effect="slide" start="0,0" end="0,-30" time="200" condition="Skin.HasSetting(ShowDiscart510)">Conditional</animation>
<animation effect="slide" start="0,0" end="0,20" time="200" condition="Skin.HasSetting(ShowClearart510)">Conditional</animation>
<control type="image" description="clearlogo">
<visible>Skin.HasSetting(ShowClearart510) + !String.IsEmpty(ListItem.Art(clearlogo))</visible>
Expand Down Expand Up @@ -39,7 +40,19 @@
<textcolor>Dark1</textcolor>
<label>$VAR[509_Row_3]</label>
</control>
<control type="textbox">
<control type="textbox">
<visible>Skin.HasSetting(ShowDiscart510)</visible>
<animation effect="slide" start="0,0" end="0,-10" time="200" condition="Skin.HasSetting(ShowDiscart510) + Skin.HasSetting(ShowClearart510)">Conditional</animation>
<top>300</top>
<bottom>17</bottom>
<font>Tiny</font>
<height>140</height>
<textcolor>Dark2</textcolor>
<selectedcolor>Dark2</selectedcolor>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="textbox">
<visible>!Skin.HasSetting(ShowDiscart510)</visible>
<top>300</top>
<bottom>17</bottom>
<font>Tiny</font>
Expand Down Expand Up @@ -121,7 +134,7 @@
</control>
</itemlayout>
<focusedlayout height="287" width="160">
<control type="group">
<control type="group">
<animation center="80,168" easing="inout" effect="zoom" end="120" start="100" time="300" tween="sine">Focus</animation>
<animation center="80,168" easing="inout" effect="zoom" end="100" start="120" time="300" tween="sine">UnFocus</animation>
<control type="image">
Expand All @@ -139,6 +152,28 @@
<texture colordiffuse="Box2" background="true">common/box2.png</texture>
<visible>!Skin.HasSetting(thumbnails.white)</visible>
</control>
<control type="image">
<visible>!String.IsEqual(ListItem.Label,..)</visible>
<visible>Skin.HasSetting(ShowDiscart510)</visible>
<top>8</top>
<right>8</right>
<width>139</width>
<height>139</height>
<fadetime>1000</fadetime>
<texture>$INFO[ListItem.Art(discart)]</texture>
<animation type="Conditional" condition="!Container(510).OnNext + !Container(510).OnPrevious" reversible="false">
<effect type="fade" start="0" end="100" time="50" delay="500" />
</animation>
<animation type="Conditional" condition="!Container(510).OnNext + !Container(510).OnPrevious" reversible="false">
<effect type="slide" start="0,0" end="0,-80" time="500" delay="1000" tween="cubic" />
</animation>
<animation type="Visible" reversible="false">
<effect type="fade" start="0" end="100" time="1500" tween="cubic" />
</animation>
<animation type="Hidden" reversible="false">
<effect type="fade" start="100" end="0" time="500" tween="cubic" />
</animation>
</control>
<control type="image">
<left>10</left>
<top>5</top>
Expand Down
Binary file removed extras/views/509.png
Binary file not shown.
30 changes: 17 additions & 13 deletions language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -1079,23 +1079,23 @@ msgid "Top Rated Episodes"
msgstr ""

msgctxt "#37580"
msgid "NewAlbums"
msgid "New Albums"
msgstr ""

msgctxt "#37581"
msgid "RecentAlbums"
msgid "Recent Albums"
msgstr ""

msgctxt "#37582"
msgid "TopAlbums"
msgid "Top Albums"
msgstr ""

msgctxt "#37583"
msgid "RandomAlbums"
msgid "Random Albums"
msgstr ""

msgctxt "#37584"
msgid "RandomArtists"
msgid "Random Artists"
msgstr ""

msgctxt "#37585"
Expand All @@ -1119,31 +1119,31 @@ msgid "Show extended info"
msgstr ""

msgctxt "#37590"
msgid "Minimal"
msgid "Big Icons-Flix"
msgstr ""

msgctxt "#37591"
msgid "Show Clearart instead of title"
msgid "Show clearart instead of title"
msgstr ""

msgctxt "#37592"
msgid "Enable Blur"
msgid "Enable blur"
msgstr ""

msgctxt "#37593"
msgid "Enable Blur on Home Menu"
msgid "Enable blur on home menu"
msgstr ""

msgctxt "#37594"
msgid "This view"
msgid "-- This view --"
msgstr ""

msgctxt "#37595"
msgid "All views"
msgid "-- All views --"
msgstr ""

msgctxt "#37596"
msgid "Misc"
msgid "-- Misc --"
msgstr ""

msgctxt "#37597"
Expand All @@ -1155,7 +1155,11 @@ msgid "Restart"
msgstr ""

msgctxt "#37599"
msgid "Global Options"
msgid "-- Global options --"
msgstr ""

msgctxt "#37600"
msgid "Show discart"
msgstr ""

msgctxt "#31001"
Expand Down
Binary file added media/common/diffuse510.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/common/diffuse510fs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1ca100

Please sign in to comment.