{"id":51433390,"url":"https://github.com/vb2007/music-sorter","last_synced_at":"2026-07-05T05:07:33.584Z","repository":{"id":235009842,"uuid":"789904635","full_name":"vb2007/music-sorter","owner":"vb2007","description":"A simple Python script for sorting music files into folders according to their album names contained in their metadata.","archived":false,"fork":false,"pushed_at":"2025-10-04T20:50:48.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T22:19:08.707Z","etag":null,"topics":["music","python"],"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/vb2007.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-04-21T21:31:53.000Z","updated_at":"2025-10-04T20:50:51.000Z","dependencies_parsed_at":"2025-10-04T22:13:19.348Z","dependency_job_id":"b6398ec1-378b-4af4-94b8-7403fa5d0411","html_url":"https://github.com/vb2007/music-sorter","commit_stats":null,"previous_names":["vb2007/music-sorter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vb2007/music-sorter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vb2007%2Fmusic-sorter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vb2007%2Fmusic-sorter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vb2007%2Fmusic-sorter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vb2007%2Fmusic-sorter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vb2007","download_url":"https://codeload.github.com/vb2007/music-sorter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vb2007%2Fmusic-sorter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35144060,"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-07-05T02:00:06.290Z","response_time":100,"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":["music","python"],"created_at":"2026-07-05T05:07:32.998Z","updated_at":"2026-07-05T05:07:33.542Z","avatar_url":"https://github.com/vb2007.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple music sorter made with Python\n\nA script, that runs through a specified folder's songs, then puts them into their album's folders.\n\nIt's made to be used with [spotyDL](https://github.com/spotDL/spotify-downloader).\n\n## Usage\n\n### Generally on Windows\n\nInstall dependencies with `pip`:\n\n```shell\npip install -r requirements.txt\n```\n\nThen run the script:\n\n```shell\npython main.py\n```\n\n### Using venv\n\n#### Install required packages using your package manager\n\nUsing apt:\n\n```shell\nsudo apt install python3.11 python3.11-venv pip\n```\n\nUsing pacman:\n\n```shell\nsudo pacman -S python3\n```\n\n#### Create \u0026 use a venv\n\nCreating a venv:\n\n```shell\npython3 -m venv music-sorter\n```\n\nActivating the venv:\n\n```shell\nsource music-sorter/bin/activate\n```\n\nInstalling dependencies:\n\n```shell\npip install -r requirements.txt\n```\n\nRunning the script:\n\n```shell\npython3 main.py\n```\n\nDeactivating the venv (when done):\n\n```shell\ndeactivate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvb2007%2Fmusic-sorter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvb2007%2Fmusic-sorter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvb2007%2Fmusic-sorter/lists"}