Skip to content

Commit

Permalink
[MusicVisualisation] minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Mar 12, 2023
1 parent 95fbe16 commit 201dc1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1080i/Includes_Lyrics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
<control type="group">
<visible>Player.HasMedia</visible>
<animation effect="slide" end="-25,200" start="0,0" time="0" condition="true">Conditional</animation>
<animation effect="slide" end="350" start="0" time="250" condition="Window.IsActive(musicosd) + !Skin.HasSetting(HideMusicOSDOnLyrics)">Conditional</animation>
<animation effect="zoom" end="70" center="auto" start="100" time="250" condition="Window.IsActive(musicosd) + !Skin.HasSetting(HideMusicOSDOnLyrics)">Conditional</animation>
<animation effect="slide" end="540" start="0" time="250" condition="Window.IsActive(musicosd) + !Skin.HasSetting(HideMusicOSDOnLyrics)">Conditional</animation>
<animation effect="slide" end="0,-100" start="0,0" time="150" condition="$EXP[MusicSeekbarIsVisible] + Skin.HasSetting(osd.usethemeNewOSDMusic) + !Skin.HasSetting(hideseekbaronlyrics)">Conditional</animation>
<animation effect="slide" end="0,-70" start="0,0" time="150" condition="$EXP[MusicSeekbarIsVisible] + !Skin.HasSetting(osd.usethemeNewOSDMusic) + !Skin.HasSetting(hideseekbaronlyrics)">Conditional</animation>
<visible>!String.IsEmpty(Container(110).ListItem.Label) + !String.Contains(Container(110).ListItem.Label,@) + !String.Contains(Container(110).ListItem.Label,chorus) + !String.Contains(Container(110).ListItem.Label,lrc) + !String.Contains(Container(110).ListItem.Label,lyric) + !String.Contains(Container(110).ListItem.Label,qq) + !String.Contains(Container(110).ListItem.Label,www)</visible>
Expand Down

0 comments on commit 201dc1d

Please sign in to comment.