QUOTE(Zoominee @ Mar 23 2005, 06:22 AM)
Does anyone know if I can make playlists relative to the position of foobar player - to avoid the problem above? If the playlist didn't contain the information that all the songs are on drive F: for me, and it were only saved the path from foobar program to music file, I would have less trouble with the drive letters. Thanks!
The *.fpl playlists always uses absolute paths. You can change the drive letters, though, by a search and replace. But as *.fpl playlists are binary files you must do such with a hex editor, not a text editor, or else you might damage the files. E.g. replace all text strings "file://E:\" by "file://F:\" (without the quotes). On the other hand, the *.m3u and *.m3u8 playlists made by fb2k uses relative paths (and theire pure text files, *.m3u are ANSI and *.m3u8 are UTF-8, so you can edit them with Notepad). So for this use it's maybe easier to use *.m3u.... (?) The paths are not relative to the position of the
player, BTW, that's irrelevant, but of the position of the
playlist in regard to the
files it refers to.
EDIT: Typo.