HydrogenAudio

Hosted Forums => foobar2000 => Support - (fb2k) => Topic started by: transparency on 2004-05-20 03:18:08

Title: editing foobar playlist
Post by: transparency on 2004-05-20 03:18:08
Please Help!

i've recently spent a great amount of time going through files, building personal playlists.  the problem occures when i try to load the playlists on my other machine that has different drive letter assignments.  i can't just change the drive letter on my machine to match that of the playlists, as all other path associations would be lost. 

does anyone know of a way to modify an existing fb2k playlist file path??

thank you again,

t
Title: editing foobar playlist
Post by: kode54 on 2004-05-20 07:16:37
Hex editor, search and replace.
Title: editing foobar playlist
Post by: Aezay on 2004-05-20 09:32:15
I hate to compare foobar2k with Winamp, but this could be done in Winamp by pressing Ctrl+E which I used a lot. I would like to see this feature in foobar.
Title: editing foobar playlist
Post by: kode54 on 2004-05-20 10:44:13
Hmm, interesting option, but I only see it working for one file at a time. That would get kind of tedious after a while. I do agree that it would be nice if this could be done automatically, but a hex editor with simple search and replace functionality can easily fix your playlists.

Of course, you could also resave your list as M3U or M3U8 and perform the search/replace with Notepad, or your preferred text editor. I'm not sure if editing the FPL files would save you from having to recache all the metadata.
Title: editing foobar playlist
Post by: Der_Iltis on 2004-05-20 10:54:37
Do text editors really save m3us in a correct way?I've tried to make my m3us relative to the current directory (feature request!!!!) by mass search/overwrite with ..\ -> didn't work. Did i do sth wrong?
Title: editing foobar playlist
Post by: transparency on 2004-05-21 17:39:44
Yes,
agreed, an integrated foobar "Update playlist to <select Dir>" would be a VERY nice Foobar 2000 feature.

...in the meantime, thank you for the recommendation kode54

-t
Title: editing foobar playlist
Post by: Benison on 2004-05-23 10:54:29
I don't think Hex editor can always work properly. Because the length of a path string is also saved in the .fpl file, Hex editor won't generally count the string length and save it automatically.

But I agree that it is a good method that saving it as .m3u and editing it.
Title: editing foobar playlist
Post by: Zoch on 2004-05-23 12:01:32
Quote
Yes,
agreed, an integrated foobar "Update playlist to <select Dir>" would be a VERY nice Foobar 2000 feature.

...in the meantime, thank you for the recommendation kode54

-t

Maybe the next version would be useful:

"Replace file paths from <select Dir> with <select Dir>."

It would be useful when modifying something at the "root" of the hierarchy tree.

For example:

Code: [Select]
Electronic
 |
 |
 |--Sorted
 |   |  
 |   |--Depeche Mode
 |   |--Misc.
 |  
 |--Unsorted
     |
     |--Client
     |--Goldfrapp


You have to change it to:

Code: [Select]
Electrique
 |
 |
 |--Sorted no.2
 |   |  
 |   |--Depeche Mode
 |   |--Misc.
 |  
 |--Unsorted
     |
     |--Client
     |--Goldfrapp