QUOTE(s33m33 @ Sep 23 2008, 12:49)

Zarkon, great config. Very well categorized.
Can you tell me how do you display directory name in "Folder"?
If you have a fixed number (depth) of subdirectories in your music folder, you can use $directory(%path%,n) to pick out the n-th folder from the bottom. But I have a variable number of subfolders:
X:\Music\Category\(zero, one or more subfolders)\file.mp3
So I use
CODE
$substr($replace(%path%,X:\Music\,),1,$sub($strchr($replace(%path%,X:\Music\,),\),1))
to pick out the text after "X:\Music\" and before the next "\". Obviously this isn't as versatile as the directory feature of Facets.