khenriks/mp3fs

Convert playlist content

Opened this issue · 1 comments

l0b0 commented

I have ripped several of my CDs to FLAC, and in the process the ripper created a .m3u file listing them. To save space and CPU on my portable player I use mp3fs to convert the music, but the .m3u file is unchanged. Media players thereafter simply play the files in alphabetical order, which is not as intended. It would be great if mp3fs would support renaming paths inside playlist files.

Workarounds:

  • sed -i -e 's/.flac$/.mp3/' album.m3u after copying.
  • Rename files to start with a zero padded number for their index.

That would be great. It would also be interesting if mp3fs supported writing to the playlists with the reverse translation.