As you know users can put all songs from a directory in a order they like and save the playlist (with
the order) into a *.m3u playlist file.
This works fine as long as all songs in the *.m3u playlist are inside the current folder.
If I want to group songs from many different (sub) folders into one and the same *.m3u
then this is only possible with an FULL ABSOLUTE PATH (that means with prepended drive letter).
Since I want to put all my .mp3 on an USB flash drive and play it on various devices (e.g. Hifi stations
at friends or notebooks or whatever) the drive letter may change.
Furthermore I want to be able to move the whole .mp3 folder tree to another location without
destroying the location information.
So what I need is an audio player which let me save RELATIVE path information into *.m3u playlists.
Does someone know such a tool which can play songs AND save relative pathes?
Thank you
Peter