khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

CUESHEET Support #3

Open khenriks opened 12 years ago

khenriks commented 12 years ago

Add support for CUESHEETs embedded in FLAC files.

For a FLAC file with a CUESHEET embedded, display the FLAC as a folder containing an MP3 file for each track.

ghost commented 12 years ago

I've no idea how you would implement this feature, but this would be the final step for me. I keep each CD encoded in a single FLAC with cue sheet, artwork and tags. If mp3fs could manage these this would be the perfect bridge to all the apps that aren't enlightened.

Thanks greatly for you work.

P.S. I'd pay for a product that provided this functionality

khenriks commented 12 years ago

I'm glad you would be interested in this, and as you can see it is on my todo list, though I don't know when I'll do it.

I don't know if I'll ever ask for donations, but I will certainly never charge for this project. It will always be free.

dtrucken commented 10 years ago

Gosh, this would be exactly what I am looking for. Is is even possible to do, or just a dream?

andresch commented 3 years ago

I've just published a first version of trackfs (https://github.com/andresch/trackfs) a FUSE fs that splits FLAC+CUE into individual tracks. I've also tested it with mp3fs using the trackfs fs as source, but unfortunately the performance was not very satisfying. Could not achieve gapless playback. Maybe combining both steps in one implementation works better?