Hello,
this one will not help for mp3 players as it always references
the mp3 files with their full path. Copying the files along
with the playlist makes the playlist broken. (Also the foreign
language tooltips are not very helpful.)
Here's my idea: Create a batch with this (in one line):
FOR %%a IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO dir /O /B %%a\*.mp3
Now dropping up to nine folders onto this .bat will create
a playlist for each of this folders, only containing the
filenames, so they will work also after moving the complete
folder. The playlist has the same name as the folder.
Known limitations: When the folder name contains a dot, the
playlist name will be shorten there. Filenames with some
characters (äöüß etc.) will break because of different encoding
on command line. Can be easily repaired in any text editor.
Regards,
Thorsten