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

Help: Rainmeter Skins • Re: Song Info

$
0
0
Yep... I read about "NowPlaying", which long ago stopped being a plugin and became a Measure... but before rewriting that piece of code accordingly I wanted to get it to work correctly...
In fact doesn't really matter at the moment which syntax do you use. Due to backward compatibility reasons, the plugin approach still works, however it's always better to use the new syntax, in which those measures are NowPlaying measures, not plugin measures. But in fact doesn't really matter.
thanks for clarifying Balala...
Yep... I read about "NowPlaying", which long ago stopped being a plugin and became a Measure... but before rewriting that piece of code accordingly I wanted to get it to work correctly...

I think this code line threw me to believe the opposite...

Code:

; [Info]; Measure=String; String=[Title] - [Artist] - [Album]; RegExpSubstitute=1; Substitute="^None - None - None$":"Nothing Playing"; OnChangeAction=[!DisableMeasure Position][!UpdateMeasure Position][!UpdateMeter Text][!Redraw][!EnableMeasure Position]; DynamicVariables=1
which is what I wanted to achieve on a first place... if the player was not playing ( Stopped or Paused )... then the scrolling message would be "Paused" or "Nothing Playing" ...
I didn't pay much attention to the semicolons before each line an automatically took that as another piece of code rainmeter will read...
As most probably you know, a line preceded by a semicolon means the line is commented out and Rainmeter simply ignores it.
Palinka Cheers... :beer:
:beer:

Statistics: Posted by balala — Yesterday, 6:27 pm



Viewing all articles
Browse latest Browse all 1524