It is currently April 27th, 2024, 6:28 pm

Hide 'now playing' controls when not playing

Get help with creating, editing & fixing problems with skins
dv-ent
Posts: 62
Joined: November 13th, 2011, 11:43 am

Hide 'now playing' controls when not playing

Post by dv-ent »

I seem to remember a thread where this was discussed recently, but cant find it :(

anyone point me in the right direction....
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Hide 'now playing' controls when not playing

Post by smurfier »

Code: Select all

[mState]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[MainNowPlayingMeasure]
PlayerType=State
IfBelowValue=1
IfBelowAction=!HideGroup Controls
IfAboveValue=0
IfAboveAction=!ShowGroup Controls
For each meter you wish to hide, add Group=Controls
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
dv-ent
Posts: 62
Joined: November 13th, 2011, 11:43 am

Re: Hide 'now playing' controls when not playing

Post by dv-ent »

many thx !