{"id":19158782,"url":"https://github.com/kerollmops/discogs2csv","last_synced_at":"2025-09-09T04:32:40.695Z","repository":{"id":88987170,"uuid":"245808954","full_name":"Kerollmops/discogs2csv","owner":"Kerollmops","description":"Converts a Discogs releases dump into a CSV","archived":false,"fork":false,"pushed_at":"2023-04-06T19:04:21.000Z","size":20,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T20:57:55.584Z","etag":null,"topics":["csv","discogs","discogs-dump"],"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/Kerollmops.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":"2020-03-08T12:19:11.000Z","updated_at":"2024-10-15T11:12:22.000Z","dependencies_parsed_at":"2023-06-13T11:00:25.711Z","dependency_job_id":null,"html_url":"https://github.com/Kerollmops/discogs2csv","commit_stats":null,"previous_names":["kerollmops/discogs2csv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerollmops%2Fdiscogs2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerollmops%2Fdiscogs2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerollmops%2Fdiscogs2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kerollmops%2Fdiscogs2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kerollmops","download_url":"https://codeload.github.com/Kerollmops/discogs2csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232394752,"owners_count":18516579,"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":["csv","discogs","discogs-dump"],"created_at":"2024-11-09T08:45:02.784Z","updated_at":"2025-01-03T20:42:31.042Z","avatar_url":"https://github.com/Kerollmops.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discogs2csv\n\nAn little tool that converts [a Discogs release XML dump](https://data.discogs.com/) into a CSV.\n\n## Installation\n\n```bash\ncargo install discogs2csv\n```\n\n## Usage\n\nFirst download a release dump from the Discogs website:\n\n```bash\ncurl -O 'https://discogs-data-dumps.s3-us-west-2.amazonaws.com/data/2023/discogs_20230301_releases.xml.gz'\n```\n\nThen simply feed it to the `discogs2csv` command:\n\n```bash\ngunzip --stdout discogs_20230301_releases.xml.gz | discogs2csv \u003e tracks.csv\n```\n\nOptionally you could convert this CSV into a typed JSON-line:\n\n```bash\ncargo install csv2ndjson-lite\ncat tracks.csv | csv2ndjson-lite --arrays genre --numbers id released-timestamp duration-float \u003e tracks.ndjson\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerollmops%2Fdiscogs2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkerollmops%2Fdiscogs2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerollmops%2Fdiscogs2csv/lists"}