I'm trying to have 3 timed alternating lines(genre, bitrate, playlist#/playlist count) & one line(time of song/total song time) that always shows. All on one line.
Originally I had it like this:
%al%t3 %ig%ar%pc\%pt ;%t3 %fbkbps%ar%pc\%pt ;%t3 %pp\%pe%ar%pc\%pt ;
As you can see I'm showing the same info (time of song/total song time) 3 times. I would just like to make that part cleaner by just putting the song time info once and at the end. Is it possible?
I tried this already and it doesn't work:
%?mp<%al%t3 %ig;%t3 %fbkbps;%t3 %pp\%pe;>%ar%pc\%pt
It considers the song time info as a 4th alternating line. Thank you for your help.