It is currently April 27th, 2024, 1:29 pm

How do i hide a skin when music is not playing

Get help with creating, editing & fixing problems with skins
RainOnMeter
Posts: 2
Joined: December 26th, 2023, 8:14 am

Re: How do i hide a skin when music is not playing

Post by RainOnMeter »

xenium wrote: December 26th, 2023, 10:57 am Add the measure [MeasureStatus] like this:

Code: Select all

;============Measures================

[MeasureStatus]
Measure=NowPlaying
PlayerName=#Player#
PlayerType=STATUS
IfCondition=(#CURRENTSECTION#=0)
IfTrueAction=[!HideFade]
IfFalseAction=[!ShowFade]

[MeasurePlayer]
...
...

Then refresh the skin

Thanks a lot man!! It works..