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
196 stars 14 forks source link

Replace '/' characters with '-' in filenames derived from CUE sheets. #126

Closed Martin2112 closed 2 years ago

Martin2112 commented 2 years ago

Replace '/' characters with '-' in filenames derived from CUE sheets. These aren't allowed and seem to prevent the track files from showing up.

Closes #125.