Dear Maya team,
I like the skin very muchbecause it is so clear structured. Please don't change this philosophy and add to many gimmicks and pictures.
please make showing the next track info during music playback an option in the maya configuration. i like surprises![]()
<control>
<id>0</id>
<description>up next label</description>
<type>label</type>
<visible>[window.istopmost(90478) | Control.HasFocus(5101) | Control.HasFocus(30) | Control.HasFocus(31) | Control.HasFocus(5104)| Control.HasFocus(20)] + Control.HasText(1200)</visible>
<posX>350</posX>
<posY>624</posY>
<font>Segoe Light14</font>
<textcolor>ff85cffe</textcolor>
<label>790</label>
<animation effect="Fade" time="800">WindowOpen</animation>
<animation effect="Fade" time="300">WindowClose</animation>
</control>
<control>
<id>0</id>
<description>next track label</description>
<type>fadelabel</type>
<visible>[window.istopmost(90478) | Control.HasFocus(5101) | Control.HasFocus(30) | Control.HasFocus(31) | Control.HasFocus(5104)| Control.HasFocus(20)] + player.hasmedia +Control.HasText(1200)</visible>
<posX>480</posX>
<posY>624</posY>
<width>490</width>
<font>Segoe Light14</font>
<textcolor>ff85cffe</textcolor>
<label>#Play.Next.Artist - #Play.Next.Title - #Play.Next.Album</label>
<animation effect="Fade" time="800">WindowOpen</animation>
<animation effect="Fade" time="300">WindowClose</animation>
</control>
The Showtimes plugin hasn't worked properly for some time now... any possibility of a fix to the skin file?
Austria
please make showing the next track info during music playback an option in the maya configuration. i like surprises![]()
You can just remove
Code:<control> <id>0</id> ...
From MyMusicPlayingNow.xml
and next track info in now-playing will be gone...
Austria