Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1052

Help: Rainmeter Skins • Re: Need help with a skin

$
0
0
Check the value of MeasurePosition from balala's code in the About > Skins tab and see if it changes properly when you're playing those tracks:
https://docs.rainmeter.net/manual/user-interface/about/#SkinsTab

EDIT: Also, just in case, does adding DynamicVariables=1 to MeasureTitle changes anything for the better?
After a while i figured out what was the problem;
Instead of:

Code:

[MeasureTitle]Measure=PluginPlugin=WebNowPlayingPlayerType=TitleIfMatch=#Title1# | #Title2# | #Title3#IfMatchAction=[!SetVariable MatchTitle "1"]IfNotMatchAction=[!SetVariable MatchTitle "0"]
I wrote:

Code:

[MeasureTitle]Measure=PluginPlugin=WebNowPlayingPlayerType=TitleIfMatch=#Title1#IfMatchAction=[!SetVariable MatchTitle "1"]IfNotMatchAction=[!SetVariable MatchTitle "0"][MeasureTitle2]Measure=PluginPlugin=WebNowPlayingPlayerType=TitleIfMatch=#Title2#IfMatchAction=[!SetVariable MatchTitle "1"]IfNotMatchAction=[!SetVariable MatchTitle "0"]
And now it is working :)
But the issue i have now is that the animation is always playing at the same time no matter what track it is.
For example animation for Title1 should be played only between 0:05 - 0:10, but it is also playing during the designated time period for Title2 and Title3 and so on.
So now my question is how to assign the time period to only one song so that animation for Title1 only plays during LimitDown1 and LimitUp1?
Also sorry for not responding for a long time but lately I didn't have time to work on the skin.

Statistics: Posted by adam447777 — Today, 1:11 pm



Viewing all articles
Browse latest Browse all 1052

Trending Articles