I have some .flac albums I ripped as one big file to save some space (Lossless CD rips are roughly 500MB each). Now that I have more storage I would like to split them back to their original files.
Is there a native .flac/.cue splitter for Debian-based systems?
I found some information but it is either old, just for mp3 or using Wine, and this is not what I want.
Also I found a Nautilus script, but I don't think this will be lossless, also it only performs a very specific task and I'd like some customization options.
Can anyone provide a lossless FLAC .cue splitter with native support, and a lot of conversion options?
Please no Wine.
shnsplit: error: m:ss.ff format can only be used with CD-quality files- USE THIS MODIFIED CODE -cuebreakpoints '<cue file>' | sed s/$/0/ | shnsplit -o flac '<audio flac file>'– Mark Kirby Sep 08 '14 at 06:51cuetag CUE_FILE split-track*.flacto add tags from the cue file to the splitted tracks. – mivk Apr 26 '15 at 13:08sudo apt-get install flac– a06e Mar 28 '16 at 10:14shnsplit -o flac '<audio flac file>' -f '<cue file>' -t '%n.%t'to get sensible file names. – gluk47 Aug 13 '16 at 06:23