{"id":39854702,"url":"https://github.com/laenzlinger/setlist","last_synced_at":"2026-01-18T13:48:44.283Z","repository":{"id":229693226,"uuid":"777397164","full_name":"laenzlinger/setlist","owner":"laenzlinger","description":"song repertoire management and setlist generator tool","archived":false,"fork":false,"pushed_at":"2024-07-14T15:55:43.000Z","size":1183,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-14T17:20:18.274Z","etag":null,"topics":["forscore","generator","kindle","markdown","music","pdf","setlist","sheet-music"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laenzlinger.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":"2024-03-25T19:21:23.000Z","updated_at":"2024-07-14T15:55:47.000Z","dependencies_parsed_at":"2024-05-11T18:26:53.759Z","dependency_job_id":"352944e8-b756-4a66-bf4f-55dadc40b150","html_url":"https://github.com/laenzlinger/setlist","commit_stats":null,"previous_names":["laenzlinger/setlist"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/laenzlinger/setlist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fsetlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fsetlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fsetlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fsetlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laenzlinger","download_url":"https://codeload.github.com/laenzlinger/setlist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laenzlinger%2Fsetlist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["forscore","generator","kindle","markdown","music","pdf","setlist","sheet-music"],"created_at":"2026-01-18T13:48:43.686Z","updated_at":"2026-01-18T13:48:44.275Z","avatar_url":"https://github.com/laenzlinger.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Musicians Repertoire and Setlist tool\n\n* Generates set lists\n* Generates cheat sheets\n\n## Status of the Project\n\nThis is currently just a PoC. I am using it for my musical hobby\nand develop it on the as i need more features.\nTherefore - for all 0.X versions - the command line interface might change,\nthere is no guarantee fro backwards compatibility yet.\n\n## CLI documentation\n\nRun `setlist --help` to or check the [Markdown CLI docs](./docs/setlist.md)\n\n## Repertoire structure\n\nBy convention the Repertoire is organised in the following [directory structure](test/Repertoire):\n\nThe repertoire is by default partitioned into substructures for\nexample to support multiple bands.\n\n```bash\nRepertoire\n├── Band\n│   ├── Gigs\n│   │   └── 'Grand Ole Opry.md'\n│   ├── Songs\n│   │   ├── 'Frankie and Johnnie.odt'\n│   │   ├── 'Her Song.md'\n│   │   └── 'On the Alamo.pdf'\n│   ├── README.md\n│   └── Repertoire.md\n├── .gitignore\n└── .setlist\n```\n\n### Repertoire.md\n\nMetadata is maintained in a Markdown\n[GFM table](https://github.github.com/gfm/#tables-extension-) on the top level\nof the Repertoire.md file. See [example](test/Repertoire/Band/Repertoire.md).\n\nThe Table must have a header row. The only mandatory column is the\n`Title` column which is used to refer to the song titles\nfor both `generte sheet` and  `generate list`.\n\nOptional columns used (by default) generate output.\n\n| Column      | Type      | Used by command    |\n|-------------|-----------|--------------------|\n| Title       | Mandatory | list, cheat, suisa |\n| Year        | Optional  | list, suisa        |\n| Description | Optional  | list               |\n| Arranger    | Optional  | suisa              |\n| Composer    | Optional  | suisa              |\n| Duration    | Optional  | suisa              |\n\nThe output columns can be selected by the `--include-columns` flag,\nbut the order or the columns is defined by the input Repertoire.md\n\n### Gigs\n\nEach gig is maintained in a Markdown file within the [Gigs](test/Repertoire/Band/Gigs) subdirectory.\nThe name of the Markdown file is the name of the gig. Each song title is listed on top level of the Markdown file as an\n[unordered list](https://www.markdownguide.org/basic-syntax/#unordered-lists) element.\n\n### Songs\n\nEach song is maintained in a .pdf file within the [Songs](test/Repertoire/Band/Songs) subdirectory.\nOptionally a .pdf can also be generated out of an Open Document (.odt) or a Markdwon (.md) file.\nThe filename must the same as the song title within the Gig Markdown file in order to be picked up by the cheat `sheet`\ngenerator.\n\n## Dependencies\n\n* Cheat sheets can be designed in the odt format. LibreOffice is used to generate pdf.\n* To convert html pdf, a chrome (tested with chromium) browser is required.\n\n### Docker image\n\nIn case you don't want to install the dependencies locally, you can use the [docker image](https://github.com/laenzlinger/setlist/pkgs/container/setlist):\n\nExample:\n\n```bash\ndocker run --rm --user \"$(id -u)\":\"$(id -g)\" -v $(pwd):/repertoire ghcr.io/laenzlinger/setlist --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaenzlinger%2Fsetlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaenzlinger%2Fsetlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaenzlinger%2Fsetlist/lists"}