mp3fs icon indicating copy to clipboard operation
mp3fs copied to clipboard

Convert playlist content

Open l0b0 opened this issue 9 years ago • 1 comments

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.

l0b0 avatar Dec 23 '14 16:12 l0b0

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

flight16 avatar Nov 09 '15 23:11 flight16