andresch / trackfs

A FUSE filesystem that splits FLAC+CUE files into individual tracks
Other
54 stars 4 forks source link

Vinyl record FLAC with accompanying CUE file doesn't split #35

Open zjpleau opened 9 months ago

zjpleau commented 9 months ago

First of all, thank you so much for this container! I got it working perfectly fine for CD FLAC rips but I noticed for some reason rips that are sourced from vinyl records do not split. The CUE files work fine in Foobar2000 + other apps but this doesn't split them. I thought it was maybe because most vinyl record rips have at least 2 FLAC files (one for each side of the LP, sometimes multiple LPs per album) index by 1 CUE file. As a test I modified a CUE file to get rid of the second FLAC but it didn't have any effect.

Thanks!

zjpleau commented 9 months ago

Actually I think this can be closed out, might have just been an issue with the .cue files I was testing with.

As for the CUE + multiple FLAC, guess I shouldn't expect that to work since the CUE and FLAC files have to be the same name but you would need a way to account for FLAC1, FLAC2, etc. Perhaps the name of the FLAC file could be extracted from the CUE file to prevent the requirement about CUE and FLAC needing the exact same name.