nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

[2.3] Add support for FLAC files with cuesheets #66

Closed nschlia closed 3 years ago

nschlia commented 3 years ago

Create a large FLAC file with several tracks in it, e.g. rip a whole CD into a single FLAC. The tracks are embedded in a cuesheet inside that FLAC.

The contents could be shown as seperate files in a virtual directory.

See https://github.com/andresch/trackfs and https://github.com/khenriks/mp3fs/issues/3#issuecomment-751890785

nschlia commented 3 years ago

Will be implemented in VERSION_2.3 branch

nschlia commented 3 years ago

The cue sheet idea is great, I could separate e.g. large concert videos into tracks, a capability I've been searching for a long time. This is the perfect solution, no need to touch the original file. Just drop a cue file in and magically, there is every song as a single file...

nschlia commented 3 years ago