{"id":22009825,"url":"https://github.com/dbeley/split-real-books","last_synced_at":"2026-04-27T01:31:37.608Z","repository":{"id":264711696,"uuid":"894116178","full_name":"dbeley/split-real-books","owner":"dbeley","description":"Split jazz real books into multiple files","archived":false,"fork":false,"pushed_at":"2025-12-14T20:21:58.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T02:31:26.189Z","etag":null,"topics":["jazz","jazz-improvisation","jazz-standards","real-books"],"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/dbeley.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-25T19:30:00.000Z","updated_at":"2025-12-14T21:52:05.000Z","dependencies_parsed_at":"2025-01-09T09:57:13.164Z","dependency_job_id":"fb14e76b-b63a-478b-8c3f-2f8588d16bbc","html_url":"https://github.com/dbeley/split-real-books","commit_stats":null,"previous_names":["dbeley/split-real-books"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbeley/split-real-books","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fsplit-real-books","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fsplit-real-books/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fsplit-real-books/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fsplit-real-books/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbeley","download_url":"https://codeload.github.com/dbeley/split-real-books/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeley%2Fsplit-real-books/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32319559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["jazz","jazz-improvisation","jazz-standards","real-books"],"created_at":"2024-11-30T02:10:55.902Z","updated_at":"2026-04-27T01:31:37.599Z","avatar_url":"https://github.com/dbeley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# split-real-books\n\nSimple script to split pdf files (in my use-case real books) into multiple\nfiles thanks to a configuration file. It can now also compile the generated\nPDFs into a single song book with a convenient table of contents.\n\n# Configuration\n\nCheck `config.example.yaml` for the configuration format.\n\n# Usage\n\n## Split PDFs based on the configuration\n\n```\npython split-real-books.py\n```\n\n## Compile the generated PDFs into a single book\n\nOnce the songs have been extracted you can merge the PDFs that live in an\noutput folder (for example `output_songs`) into a single lightweight PDF with\nan automatically generated table of contents:\n\n```\npython split-real-books.py --compile-directory output_songs --compress\n```\n\nThe command above creates `CombinedRealBook.pdf` in `output_songs/`. Every song\nis listed alphabetically in the PDF outline so you can quickly jump to any\nsheet. The optional `--compress` flag applies additional stream compression to\nkeep the resulting file small enough for mobile use.\n\nIf you run the splitter against a configuration that contains several\n`output_directory` entries, you can automatically compile each of them right\nafter the split with:\n\n```\npython split-real-books.py --compile-from-config\n```\n\nAdditional options:\n\n- `--compiled-filename`: customise the name of the merged PDF (defaults to\n  `CombinedRealBook.pdf`).\n- `--compile-directory`: can be passed multiple times to merge several folders\n  in one run.\n- `--compress`: reduce the size of the generated compilation by compressing the\n  internal PDF streams.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fsplit-real-books","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeley%2Fsplit-real-books","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeley%2Fsplit-real-books/lists"}