{"id":18997690,"url":"https://github.com/maschmann/convert-audiobook","last_synced_at":"2026-06-21T02:31:47.285Z","repository":{"id":149752705,"uuid":"66281893","full_name":"maschmann/convert-audiobook","owner":"maschmann","description":"Covert multiple mp3 files into audiobooks with chapters","archived":false,"fork":false,"pushed_at":"2016-08-23T11:44:37.000Z","size":4,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T12:42:40.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maschmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-08-22T14:56:03.000Z","updated_at":"2018-12-17T23:03:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"8216a5b4-0563-44e4-9a57-40b25b1602c5","html_url":"https://github.com/maschmann/convert-audiobook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maschmann/convert-audiobook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maschmann%2Fconvert-audiobook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maschmann%2Fconvert-audiobook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maschmann%2Fconvert-audiobook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maschmann%2Fconvert-audiobook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maschmann","download_url":"https://codeload.github.com/maschmann/convert-audiobook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maschmann%2Fconvert-audiobook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34592050,"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-21T02:00:05.568Z","response_time":54,"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":[],"created_at":"2024-11-08T17:42:11.292Z","updated_at":"2026-06-21T02:31:47.266Z","avatar_url":"https://github.com/maschmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# convert-audiobook\nConvert multiple mp3 files into audiobooks with chapters and album art.\n\n\u003e Thanks to Benjamin Elbers \u003celbersb@gmail.com\u003e for providing the initial script and giving permission to re-publish and enhance it :-)\n\n## what does it do?\nSometimes I have a lot of audiobook (chapter) mp3 files I want to hear in a row and sometimes my player crashes. If there's just one large mp3, you're doomed and for the single files ist most of the time ok to handle. But having ONE complete audiobook file with chapters is much more comfortable.\nThis script takes a bunch of mp3s, merges and converts them to aac, creates a chapter file and finishes with a m4b audiobook.\n\n## installation\nCAUTION: Please use the latest versions of the mentioned libraries! Otherwise the converter may crash.\n\n```bash\n# since ffmpeg is not included in 14.04 any more\nsudo add-apt-repository ppa:mc3man/trusty-media\nsudo apt-get update\nsudo apt-get install ffmpeg gpac mp3wrap python-pymad python-mutagen python-audioread\n\n# get the latest/last version of mp4v2 - maybe I'll include this in to github, here\nwget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-2.0.0.tar.bz2\ntar xvjf mp4v2-2.0.0.tar.bz2\ncd mp4v2-2.0.0/\nsudo ./configure\nsudo make\nsudo make install\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaschmann%2Fconvert-audiobook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaschmann%2Fconvert-audiobook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaschmann%2Fconvert-audiobook/lists"}