Help - Search - Members - Calendar
Full Version: sort order
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
guiscard
how do I get foobar to sort a playlist using first the directory and then the tracknumbers. I've tried and I always get:

1
10
11
2
3
4

ect...

Thanks in advance. I realize this is a noob question but I did search a bit to no avail.
upNorth
To fix the tracknumber problem, replace %tracknumber% with $num(%tracknumber%,3) or $tracknumber(3)

This code might achieve what you want:
CODE
$replace(%_path%,%_filename_ext%,)$tracknumber(3)


Something else that might be useful:
Directory: %_directoryname%
Directory one level up: $directory(%_path%,2)
guiscard
thx.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.