{"id":23991312,"url":"https://github.com/loglux-lab/splitflac","last_synced_at":"2026-06-08T21:31:46.520Z","repository":{"id":169714363,"uuid":"425934598","full_name":"loglux-lab/splitflac","owner":"loglux-lab","description":"Splitting flac files into flac tracks","archived":false,"fork":false,"pushed_at":"2025-05-25T19:34:07.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T20:36:36.303Z","etag":null,"topics":["cue","flac","mp3-tags","split-flac"],"latest_commit_sha":null,"homepage":"","language":"Python","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/loglux-lab.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-08T17:36:55.000Z","updated_at":"2025-05-25T19:34:10.000Z","dependencies_parsed_at":"2023-07-18T02:20:37.226Z","dependency_job_id":null,"html_url":"https://github.com/loglux-lab/splitflac","commit_stats":null,"previous_names":["loglux/splitflac","loglux-lab/splitflac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loglux-lab/splitflac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loglux-lab%2Fsplitflac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loglux-lab%2Fsplitflac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loglux-lab%2Fsplitflac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loglux-lab%2Fsplitflac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loglux-lab","download_url":"https://codeload.github.com/loglux-lab/splitflac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loglux-lab%2Fsplitflac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34082130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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","flac","mp3-tags","split-flac"],"created_at":"2025-01-07T19:39:08.549Z","updated_at":"2026-06-08T21:31:46.515Z","avatar_url":"https://github.com/loglux-lab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# splitflac\n\n**Note:** This script requires external tools such as `shnsplit`, `cuetag.sh`, and `flac`. It is a command-line utility for splitting `.flac` audio files using a `.cue` sheet.\n\n## Overview\n\n`splitflac` is a minimal CLI tool that splits a single `.flac` album file into individual tracks using a `.cue` file.  \nIt also applies tags using `cuetag.sh` if available.\n\n## Features\n\n- 🎵 Splits `.flac` files based on `.cue` sheets\n- 🏷️ Adds tags automatically using `cuetag.sh` (if present)\n- 📁 Organises output into a separate directory\n- 🐧 Designed for Linux systems\n\n## Requirements\n\n- `shntool`\n- `cuetag.sh` (part of cuetools)\n- `flac`\n- Bash-compatible shell\n\nMake sure these are installed and available in your `$PATH`.\n\n## Installation\n\n```bash\ngit clone https://github.com/loglux-lab/splitflac.git\ncd splitflac\nchmod +x split.py\n```\n\n## Usage\n\n```bash\npython split.py album.flac album.cue\n```\n\nThe script will:\n1. Create a folder named `album_split`\n2. Use `shnsplit` to split the `.flac` file\n3. Add tags with `cuetag.sh` (if found)\n4. Move the resulting `.flac` files into the folder\n\n## Example\n\n```bash\npython split.py \"Pink Floyd - Animals.flac\" \"Pink Floyd - Animals.cue\"\n```\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floglux-lab%2Fsplitflac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floglux-lab%2Fsplitflac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floglux-lab%2Fsplitflac/lists"}