{"id":16150483,"url":"https://github.com/nathom/audioconvert","last_synced_at":"2025-08-19T20:17:11.639Z","repository":{"id":51130304,"uuid":"310409914","full_name":"nathom/audioconvert","owner":"nathom","description":"A library that converts audio files to ALAC en masse for use with macOS \u0026 iOS music app.","archived":false,"fork":false,"pushed_at":"2021-05-22T05:36:20.000Z","size":2944,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:32:06.520Z","etag":null,"topics":["alac","converter","discogs","music"],"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/nathom.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":"2020-11-05T20:28:04.000Z","updated_at":"2021-03-02T19:24:01.000Z","dependencies_parsed_at":"2022-09-15T16:10:11.637Z","dependency_job_id":null,"html_url":"https://github.com/nathom/audioconvert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nathom/audioconvert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Faudioconvert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Faudioconvert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Faudioconvert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Faudioconvert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathom","download_url":"https://codeload.github.com/nathom/audioconvert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Faudioconvert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271215037,"owners_count":24720098,"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-19T02:00:09.176Z","response_time":63,"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":["alac","converter","discogs","music"],"created_at":"2024-10-10T00:49:37.538Z","updated_at":"2025-08-19T20:17:11.607Z","avatar_url":"https://github.com/nathom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# audioconvert\n\n**A scrappy library that tags and converts audio files to ALAC m4a. Written for those that use the macOS music app.**\n\n### Quick start\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/pynathanthomas/audioconvert.git\n   ```\n\n2. Install dependencies\n\n   ```bash\n   cd audioconvert; pip3 install -r requirements.txt\n   ```\n\n3. Open `convert_dir.py` and replace `dir` and `auto_folder` with your path to Automatically Add to Music.localized.\n\n   \u003cimg src=\"demo/demo1.png\" style=\"zoom:25%;\" /\u003e\n\n4. Now you can run\n\n   ```bash\n   python3 ~/audioconvert/convert_dir.py\n   ```\n\n   to convert and move all the tracks.\n\n5. Now the program will split cue files, convert everything to ALAC and sort it out in the Music app!\n\n\n\n## Using `cueparser.py`\n\nThis is the machinery behind processing .cue files. It assumes there is artwork in the parent directory and loads it.\n\n```python\nfrom cueparser import Cue\nmy_cue = Cue('/path/to/cue/file.cue')\n\n# to change attributes, use like a dict\nmy_cue['artist'] = 'New Artist'\nmy_cue['tracklist'][0]['name'] = 'The first track'\n\n# this will split the large files and tag them\n# it converts to ALAC by default\nmy_cue.split()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathom%2Faudioconvert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathom%2Faudioconvert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathom%2Faudioconvert/lists"}