split2flac
split2flac copied to clipboard
Split flac/ape/wv/wav + cue sheet into separate tracks
* Some sed commands require extended regular expressions for BSD sed variants. * Improve temporary CUE to be deleted always, even if errors occur. Also hides the warning when the...
Hello. Is this possible? I don't want to create any subdirs, and don't want to save them to '.', just want to save them near cue files. Please help
12: /etc/profile.d/split2flac-bash-completion.sh: Syntax error: "(" unexpected (expecting "fi") Ubuntu 18.04.2
Force destination dir to be absolute, so as to avoid problems with wildcards in COPYMASKS Use a consistent method for escaping wildcard and filename substitution in COPYMASKS This fixes three...
Try to auto detect charset before ask
Chrome (and maybe others) doesn't recognize opus files with id3 tags. Opus has its own tagging scheme that should be used instead. The "canonical" way to update tags in existing...
It's better to check cuetools/shntool tools existance to avoid cryptic shell errors, like this: ``` /home/mvel/.local/bin/split2flac: line 431: [: 1: unary operator expected Failed to get number of tracks from...
Filename validation doesn't consider unicode chars. For example: cue sheets containing track details in Japanese. Removing specific invalid filename characters based on platform may be preferable.