Here is something I have been working on for about 3 weeks now
large screenshot of a rather colorful foobar2000
does the V (in the colums playlist after artist, number, album, bitrate) means how many times you've played the track?
I want the same but when I sort to most played it shows me the first click from low to high number.
I have to hit twice to go from high number to low.
It's kind of annoying when there are 1000 songs in my playlist.
I guess it's because track number have to be from low to high, but I dont know how to change this.
question 2, how do you get the 0 before the numbers like:
01
02
03
04
05
06
07
08
09
10
I use this now:
display tab:
$if($strcmp(%PLAYCOUNT%,?),
0 times,
$if($strcmp(%PLAYCOUNT%,1),
%PLAYCOUNT% time,
%PLAYCOUNT% times
))
sort tab:
$num(%PLAYCOUNT%,100)
-- Moderation: Turned screenshot in the quote into a link.
