Generalverdacht
May 26 2006, 06:45
i use $add(play_count%,%play_counter%) for my autoplaylist and the sorting of it, but it lists all tracks with more then 9 plays wrong. they arent at the end of my list but in the middle, after 1 and before 2....
how can i change that?
and another small question: how can i reverse the sorting of my playlists?
FrDelefortrie
May 26 2006, 07:54
For sorting
try $num($add(%play_count%,%play_counter),3)
It will pad the play counter with 0
e.g.: 001; 012; 123;
For reversing
try $sub($num($add(%play_count%,%play_counter),3),100)
I don't know a better way for reversing, if someone knows...