A POSIX shell script that splits audio images with CUE sheets into separate tracks with tagging and cover art.
split2flac is a shell script that splits large audio files (like FLAC, APE, WV, WAV) with CUE sheets into separate tracks. It automates tagging, renaming, charset conversion, and cover art embedding, streamlining the organization of digital music collections.
Audio enthusiasts, music archivists, and command-line users who need to split and tag audio files from CUE sheets efficiently.
It offers a lightweight, automated solution with multi-format support and minimal configuration, reducing manual effort compared to manual splitting tools.
Split flac/ape/wv/wav + cue sheet into separate tracks
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The script automatically finds cover images and CUE sheets, including internal ones, reducing manual effort as highlighted in the README.
It supports splitting into FLAC, M4A, MP3, OGG VORBIS, OPUS, and WAV, offering flexibility for various audio needs based on the features list.
A config file minimizes repetitive command-line arguments, streamlining batch processing as mentioned in the key features.
It handles tagging, renaming, charset conversion, and Replay Gain, ensuring high-quality audio organization with evidence from the description.
The README explicitly states 'See unflac as a better replacement of this project,' indicating it is no longer actively maintained or recommended for new use.
Installation requires managing numerous optional and required dependencies like shntool, cuetools, and codec-specific tools, which can be cumbersome and error-prone.
As a POSIX shell script, it may have portability issues, slower performance compared to compiled binaries, and limited error handling in non-standard environments.