QUOTE(edm107 @ Nov 19 2004, 08:11 PM)
Anyone know if is there a way to have an empty line in playlist in front of each album?
Only if you're willing to add the empty lines manually and put up with a 1 second pause between albums. It could work like this:
Use Add location.. to put a dummy track like silence://1 (one second of silence) between your albums.
And of course your playlist title formatting code will need to recognize these dummy tracks and display them appropriately. The following would work:
CODE
$if($stricmp(%_filename%,1),,
{your old playlist formatting code}
)
PS: adding the dummy track between albums will be easy if you use the copy+paste functionality provided by foo_utils. For example, use the Keyboard Shortcuts configuration to bind Ctrl+Insert to "[playlist / context] Edit/Copy tracks" and Shift+Insert to "[playlist / context] Edit/Insert tracks", then copy your silence.
Now highlight the first track of an album and insert the silence. Lather, rinse, repeat.