QUOTE(mrtrichomes @ Apr 12 2005, 02:41 PM)
I know how and have tagged the single files as singletrack. I want the albums displayed above the singles so that the playlist is more streamlined.
In that case, try adding this to the beginning of your current sort string:
CODE
$if(%singletrack%,%artist%%_filename%)|
Edit: Added code below and modified the code above
Try this one:
CODE
$if(%singletrack%,%artist%%_filename%)|
$if2(%album artist%,%artist%)|
$if(%album artist%,$if2(%album%,),$if2(%date%,))|
$if(%album artist%,$if2(%disc%,)$if2($num(%tracknumber%,3),%_filename%),$if2(%album%,))|
$if2(%disc%,)$if2($num(%tracknumber%,3),%_filename%)
It's harder to code when you don't know exactly how files are tagged and organized, so the code above is just a modification of one I use myself.