Music View fixes

This commit is contained in:
DaVukovic 2019-06-20 16:52:10 +02:00
parent 33d3907a75
commit b30d3a1616
3 changed files with 30 additions and 24 deletions

View File

@ -34,9 +34,9 @@
<include>Window_OpenClose_Right_Panel_Animation</include> <include>Window_OpenClose_Right_Panel_Animation</include>
<control type="group"> <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="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation> <animation effect="slide" start="0,0" end="530,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
<animation effect="slide" start="0,0" end="970,-100" time="0" 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>
<animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation> <animation effect="slide" start="0,0" end="530,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
<include>Window_OpenClose_Right_Panel_Animation</include> <include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include> <include>ContentPanel</include>
<include>CommonRootView</include> <!-- view id = 50 --> <include>CommonRootView</include> <!-- view id = 50 -->
@ -58,26 +58,32 @@
<control type="group"> <control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include> <include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="grouplist" id="9000"> <control type="group">
<posx>0</posx> <left>0</left>
<posy>130</posy> <top>130</top>
<animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation> <animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | 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(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation> <animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>-30</posy> <posy>-30</posy>
<width>320</width> <width>360</width>
<height>470</height> <height>470</height>
<texture border="0,0,50,45">Panel2.png</texture> <texture border="0,0,50,45">Panel2.png</texture>
<visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible> <visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
</control>
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>130</posy>
<animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="button" id="2"> <control type="button" id="2">
<description>View As button</description> <description>View As button</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label>-</label> <label></label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>

View File

@ -273,7 +273,7 @@
<include name="SongInfoListView"> <include name="SongInfoListView">
<control type="list" id="59"> <control type="list" id="59">
<visible>Window.IsVisible(MusicFiles) | Window.IsVisible(MusicPlaylist) | Container.Content(Songs) | Container.Content(Albums) | Container.Content(Artists)</visible> <visible>Window.IsVisible(MusicFiles) | Window.IsVisible(MusicPlaylist) | Container.Content(Songs) | Container.Content(Albums) | Container.Content(Artists)</visible>
<posx>575</posx> <posx>625</posx>
<posy>130</posy> <posy>130</posy>
<width>675</width> <width>675</width>
<height>360</height> <height>360</height>
@ -338,7 +338,7 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>675</width> <width>625</width>
<height>30</height> <height>30</height>
<texture border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(59)</visible> <visible>Control.HasFocus(59)</visible>
@ -395,7 +395,7 @@
</focusedlayout> </focusedlayout>
</control> </control>
<control type="group"> <control type="group">
<posx>300</posx> <posx>350</posx>
<posy>150</posy> <posy>150</posy>
<visible>Control.IsVisible(59)</visible> <visible>Control.IsVisible(59)</visible>
<control type="image"> <control type="image">
@ -851,7 +851,7 @@
<control type="label"> <control type="label">
<description>Formed txt</description> <description>Formed txt</description>
<posx>150</posx> <posx>150</posx>
<posy>75</posy> <posy>100</posy>
<width>140</width> <width>140</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[21894]:</label> <label>$LOCALIZE[21894]:</label>
@ -864,7 +864,7 @@
<control type="label"> <control type="label">
<description>Formed Value</description> <description>Formed Value</description>
<posx>165</posx> <posx>165</posx>
<posy>75</posy> <posy>100</posy>
<width>770</width> <width>770</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[listitem.Property(Artist_Formed)]</label> <label fallback="416">$INFO[listitem.Property(Artist_Formed)]</label>
@ -977,9 +977,9 @@
<include name="ThumbnailView"> <include name="ThumbnailView">
<control type="panel" id="53"> <control type="panel" id="53">
<visible>!Container.Content(TVShows) + !Container.Content(Movies) + !Container.Content(Songs)</visible> <visible>!Container.Content(TVShows) + !Container.Content(Movies) + !Container.Content(Songs)</visible>
<posx>300</posx> <posx>350</posx>
<posy>130</posy> <posy>130</posy>
<width>950</width> <width>900</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -989,7 +989,7 @@
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<preloaditems>2</preloaditems> <preloaditems>2</preloaditems>
<itemlayout height="170" width="190"> <itemlayout height="180" width="200">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
@ -1006,7 +1006,7 @@
<texture background="true">$INFO[Listitem.Icon]</texture> <texture background="true">$INFO[Listitem.Icon]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>94</posx> <posx>0</posx>
<posy>141</posy> <posy>141</posy>
<width>178</width> <width>178</width>
<height>25</height> <height>25</height>
@ -1026,7 +1026,7 @@
<texture>$INFO[ListItem.Overlay]</texture> <texture>$INFO[ListItem.Overlay]</texture>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="170" width="190"> <focusedlayout height="180" width="200">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
@ -1043,7 +1043,7 @@
<texture background="true">$INFO[Listitem.Icon]</texture> <texture background="true">$INFO[Listitem.Icon]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>94</posx> <posx>0</posx>
<posy>141</posy> <posy>141</posy>
<width>178</width> <width>178</width>
<height>25</height> <height>25</height>

View File

@ -2,7 +2,7 @@
<include name="AlbumSongsFanartView"> <include name="AlbumSongsFanartView">
<control type="list" id="55"> <control type="list" id="55">
<visible>Container.Content(Albums)</visible> <visible>Container.Content(Albums)</visible>
<posx>300</posx> <posx>350</posx>
<posy>130</posy> <posy>130</posy>
<width>400</width> <width>400</width>
<height>510</height> <height>510</height>
@ -112,9 +112,9 @@
<include name="ArtistFanartView"> <include name="ArtistFanartView">
<control type="list" id="56"> <control type="list" id="56">
<visible>Container.Content(Artists)</visible> <visible>Container.Content(Artists)</visible>
<posx>300</posx> <posx>350</posx>
<posy>130</posy> <posy>130</posy>
<width>400</width> <width>350</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -141,7 +141,7 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>390</width> <width>340</width>
<height>30</height> <height>30</height>
<texture border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(56)</visible> <visible>Control.HasFocus(56)</visible>