For everything - A huge thanks! Seriously! You explained all that skillfully and made it sure that someone (me - a beginner) could understand this easily! (Also, yeah I forgot that link https://docs.rainmeter.net/manual/variables/#Escape
- But still I remember the explanations in the beginning - The "You escaped reading from it... this time" made sure of that
)
As for 5 & 6, as you said in: https://forum.rainmeter.net/viewtopic.php?t=43352&start=30#p220647 Note-2, I can't parse the list itself into rainmeter, so, I just wanted to leave the complexities at the doorstep and write - Shuffle - On or Repeat - On <Some Track> in Prev and Next variables when either is on. If they are off, they should display the regular things.
But, now I think, that Repeat doesn't need something like this, so, I'll probably not keep that!
Edit: I did just that and I probably need a IfFalseAction for Shuffle one... You got that part right earlier and said it was incomplete, but, I got that right about now...
I did this:![Twisted Evil :twisted:]()


As for 5 & 6, as you said in: https://forum.rainmeter.net/viewtopic.php?t=43352&start=30#p220647 Note-2, I can't parse the list itself into rainmeter, so, I just wanted to leave the complexities at the doorstep and write - Shuffle - On or Repeat - On <Some Track> in Prev and Next variables when either is on. If they are off, they should display the regular things.
But, now I think, that Repeat doesn't need something like this, so, I'll probably not keep that!
Edit: I did just that and I probably need a IfFalseAction for Shuffle one... You got that part right earlier and said it was incomplete, but, I got that right about now...
I did this:
Code:
IfCondition=(Shuffle=1)IfTrueAction=[!SetVariable Prev "Shuffle On"] [!SetVariable Next "Shuffle On"]IfFalseAction=[!SetVariable Prev "Syncing"] [!SetVariable Next "Syncing"]

Statistics: Posted by Aryx — Today, 6:40 pm — Replies 42 — Views 4470