{"id":14235867,"url":"https://github.com/ftrvxmtrx/split2flac","last_synced_at":"2025-12-18T10:19:29.956Z","repository":{"id":2233154,"uuid":"3186642","full_name":"ftrvxmtrx/split2flac","owner":"ftrvxmtrx","description":"Split flac/ape/wv/wav + cue sheet into separate tracks","archived":true,"fork":false,"pushed_at":"2020-05-08T20:11:32.000Z","size":67,"stargazers_count":254,"open_issues_count":17,"forks_count":34,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-12-13T01:34:38.737Z","etag":null,"topics":["cue-sheet","flac","shell","split"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ftrvxmtrx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-15T23:11:31.000Z","updated_at":"2024-12-04T21:02:56.000Z","dependencies_parsed_at":"2022-07-31T12:17:59.842Z","dependency_job_id":null,"html_url":"https://github.com/ftrvxmtrx/split2flac","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ftrvxmtrx/split2flac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftrvxmtrx%2Fsplit2flac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftrvxmtrx%2Fsplit2flac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftrvxmtrx%2Fsplit2flac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftrvxmtrx%2Fsplit2flac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ftrvxmtrx","download_url":"https://codeload.github.com/ftrvxmtrx/split2flac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftrvxmtrx%2Fsplit2flac/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269813647,"owners_count":24479340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cue-sheet","flac","shell","split"],"created_at":"2024-08-20T21:02:26.385Z","updated_at":"2025-12-18T10:19:29.598Z","avatar_url":"https://github.com/ftrvxmtrx.png","language":"Shell","readme":"See [unflac](https://git.sr.ht/~ft/unflac) as a better replacement of this project.\n\nsplit2flac\n==========\n\n**split2flac** splits one big APE/FLAC/TTA/WV/WAV audio image (or a collection of such files, recursively) with CUE sheet\ninto FLAC/M4A/MP3/OGG_VORBIS/OPUS/WAV tracks with tagging, renaming, charset conversion of cue sheet, album cover images.\nIt also uses configuration file, so no need to pass a lot of arguments every time, only an input file.\nShould work in any POSIX-compliant shell.\n\n**NOTE**: script is able to find cover image and cue sheet **automatically** (including internal ones).\n\nManual installation\n-------------------\n\n  * place ``split2flac`` somewhere (``/usr/bin`` or ``/usr/local/bin`` is fine)\n  * create symbolic links to the same file like this:\n\n        cd /usr/bin    # this is a directory where split2flac was installed\n        ln -s split2flac split2mp3\n        ln -s split2flac split2ogg\n        ln -s split2flac split2opus\n        ln -s split2flac split2m4a\n        ln -s split2flac split2wav\n\nDependencies\n------------\n\n  * Required:\n    * **shntool**\n    * **cuetools**\n\n  * Optional:\n    * **flac** (or better **flake**, which is much faster) to split from/into FLAC\n    * **faac** and **libmp4v2** to split into M4A\n    * **wavpack** to split WV\n    * **mac** to split APE\n    * **ttaenc** to split TTA\n    * **imagemagick** to convert/resize album cover images\n    * **iconv** to convert CUE sheet from non-UTF8 charset\n    * **enca** to automatically detect charset if it's not UTF8\n    * **lame** and **id3lib** (or better **mutagen** for Unicode tags) to split into MP3\n    * **vorbis-tools** to split into OGG VORBIS\n    * **opus-tools** to split into OPUS\n\n  * Replay Gain:\n    * **flac** for FLAC Replay Gain support\n    * **aacgain** to adjust gain in M4A\n    * **mp3gain** for MP3\n    * **vorbisgain** for OGG VORBIS gain adjustment\n\nSupport\n-------\n\nLearn about Plan 9 (http://9p.io/wiki/plan9/Overview/index.html). It's awesome.\nThank you.\n","funding_links":[],"categories":["Shell","Audio Tools"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftrvxmtrx%2Fsplit2flac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftrvxmtrx%2Fsplit2flac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftrvxmtrx%2Fsplit2flac/lists"}