{"id":18133327,"url":"https://github.com/andreapavoni/rbcue2txt","last_synced_at":"2025-04-06T16:23:07.549Z","repository":{"id":172704151,"uuid":"649642118","full_name":"andreapavoni/rbcue2txt","owner":"andreapavoni","description":"Parses cue files from Rekordbox's recordings to produce readable, markdown-friendly playlists.","archived":false,"fork":false,"pushed_at":"2023-06-06T11:23:25.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T22:19:39.111Z","etag":null,"topics":["cli-app","cuesheet","music","rekordbox","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/andreapavoni.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":"2023-06-05T10:19:24.000Z","updated_at":"2024-10-29T14:23:51.000Z","dependencies_parsed_at":"2024-01-01T19:46:41.991Z","dependency_job_id":null,"html_url":"https://github.com/andreapavoni/rbcue2txt","commit_stats":null,"previous_names":["andreapavoni/rbcue2txt"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Frbcue2txt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Frbcue2txt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Frbcue2txt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Frbcue2txt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreapavoni","download_url":"https://codeload.github.com/andreapavoni/rbcue2txt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247510001,"owners_count":20950358,"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","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":["cli-app","cuesheet","music","rekordbox","rust"],"created_at":"2024-11-01T13:07:27.718Z","updated_at":"2025-04-06T16:23:07.512Z","avatar_url":"https://github.com/andreapavoni.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RbCue2Txt\n\n[![CI](https://github.com/andreapavoni/rbcue2txt/actions/workflows/ci.yml/badge.svg)](https://github.com/andreapavoni/rbcue2txt/actions/workflows/ci.yml)\n\nParses cue files from Rekordbox's recordings to produce readable, markdown-friendly playlists.\n\nI needed a similar utility, I've seen there are many of them out there, but I wanted to make a more portable one while playing with Rust.\n\n## Usage\n\n```sh\nrbcue2txt \u003cpath to cue file\u003e\n```\n\nBy default, it will output the playlist in this format:\n\n```\n- [00:00:02] Giuseppe Surace - Shot You Down (Original Mix)\n- [00:03:06] Aldo Cadiz - Tzu-Mani\n...\n- [00:57:02] Super Flu - Super Flu 3 \u003c Isaac\n```\n\nAnd in markdown it would look like this:\n\n- [00:00:02] Giuseppe Surace - Shot You Down (Original Mix)\n- [00:03:06] Aldo Cadiz - Tzu-Mani\n\n...\n\n- [00:57:02] Super Flu - Super Flu 3 \u003c Isaac\n\n\nHowever, you can also pass a desired output format as second argument, by following these rules:\n\n- `%A`: artist name\n- `%T`: time\n- `%N`: title\n\nSo, for example, calling `rbcue2txt \u003cpath to cue file\u003e \"%A - %N\"` will produce this output:\n\n```\nGiuseppe Surace - Shot You Down (Original Mix)\nAldo Cadiz - Tzu-Mani\n...\nSuper Flu - Super Flu 3 \u003c Isaac\n```\n\n### Notes\n\nTested against Rekordbox 6 cue sheets on MacOS.\n\n## Installation\n\n### Precompiled binaries\n\nDownload the binary for your platform from [https://github.com/andreapavoni/rbcue2txt/releases](https://github.com/andreapavoni/rbcue2txt/releases).\n\n### From sources\n\n- clone this repository: `git clone https://github.com/andreapavoni/rbcue2txt.git`\n- cd into the directory: `cd rbcue2txt`\n- test: `cargo test`\n- build: `cargo build --release`\n- Move the binary to `/usr/local/bin`: `mv target/release/rbcue2txt /usr/local/bin/rbcue2txt`\n\n\n## Credits\n\nThe authors of [rekordbox-cue-to-txt](https://github.com/keyle/rekordbox-cue-to-txt/tree/master) for their original work in JS.\n\n---\n\n©2023 a [pavonz](https://pavonz.com) joint\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreapavoni%2Frbcue2txt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreapavoni%2Frbcue2txt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreapavoni%2Frbcue2txt/lists"}