I'd like to do the following, but can't figure out how.
If volume is changing then display volume progress bar:
%Vl(g,53,32,65,8,6)
%?mv(1.0)<%pv(7,3,41,5,backdrop,J,image,I)
If no Volume, but Sleep is active:
%?if(%bs,>,0)<%t(2)%acSLEEP;%t(2)%ac%bs>
Otherwise show Icons for Shuffle/Repeat Mode:
%?mm<%?ps<%xd(Da)>|%?ps<%xd(Db)|%xd(Dc)>|%xd(Dd)|%?ps<%xd(De)|%xd(Dc)>|%xd(Df)>>
OR Switch between the Second two if Volume isn't changing.
Can someone please advise how to achieve this? I can get Volume and Sleep to work, or Volume and Shuffle/Repeat, but not them both. I did actually have this working at one stage, but I lost my original work and I'm stumped :'(