{"id":25630059,"url":"https://github.com/blackvoidx/musort","last_synced_at":"2026-06-23T14:31:57.237Z","repository":{"id":260461964,"uuid":"881359318","full_name":"blackvoidx/musort","owner":"blackvoidx","description":"This project is a toolkit to streamline music file management, allowing interactive metadata editing and automated renaming based on chosen metadata fields.","archived":false,"fork":false,"pushed_at":"2024-10-31T13:22:22.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T22:32:42.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/blackvoidx.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}},"created_at":"2024-10-31T12:20:07.000Z","updated_at":"2024-11-04T10:04:38.000Z","dependencies_parsed_at":"2024-10-31T13:46:41.665Z","dependency_job_id":null,"html_url":"https://github.com/blackvoidx/musort","commit_stats":null,"previous_names":["mamad-1999/musort","blackvoidx/musort"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blackvoidx/musort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackvoidx%2Fmusort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackvoidx%2Fmusort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackvoidx%2Fmusort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackvoidx%2Fmusort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackvoidx","download_url":"https://codeload.github.com/blackvoidx/musort/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackvoidx%2Fmusort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34694780,"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-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2025-02-22T19:40:44.412Z","updated_at":"2026-06-23T14:31:57.217Z","avatar_url":"https://github.com/blackvoidx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch4 align=\"center\"\u003eMusort \u0026 Muedit Music Metadata Toolkit.\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#installation\"\u003e\u003cimg src=\"https://img.shields.io/badge/Install-blue?style=for-the-badge\" alt=\"Install\"\u003e\u003c/a\u003e\n  \u003ca href=\"#usage\"\u003e\u003cimg src=\"https://img.shields.io/badge/Usage-green?style=for-the-badge\" alt=\"Usage\"\u003e\u003c/a\u003e\n  \u003ca href=\"#contributing\"\u003e\u003cimg src=\"https://img.shields.io/badge/Contributing-yellow?style=for-the-badge\" alt=\"Contributing\"\u003e\u003c/a\u003e\n\u003c/p\u003e \n\n## Overview\n\n**Musort** and **Muedit** are Python-based scripts designed to streamline music file organization and metadata management. `muedit.py` enables interactive editing of music file metadata, while `musort.py` renames files based on metadata fields, helping to keep your music library organized.\n\n---\n\n## Installation\n\nEnsure Python 3 is installed, then install the required packages:\n\n```bash\npip install mutagen colorama\n```\n\nFor metadata editing, make sure **ffmpeg** is installed:\n```bash\n# Install ffmpeg on Ubuntu\nsudo apt install ffmpeg\n# Install ffmpeg on MacOS\nbrew install ffmpeg\n```\n\n---\n\n## Usage\n\n### Muedit.py\nUse `muedit.py` to view and edit metadata for a single music file or an entire folder interactively.\n\n#### Command\n```bash\npython muedit.py /path/to/music_or_folder --sort\n```\n\n#### Example\n```bash\npython muedit.py /music/collection --sort\n```\n\n#### Explanation\n- **`--sort`**: After editing metadata, this option triggers `musort.py` to rename the files based on chosen metadata fields.\n\n\u003e **Note:** `--sort` assumes that `musort.py` is in the same directory as `muedit.py`.\n\n---\n\n### Musort.py\nUse `musort.py` to rename music files based on specific metadata fields.\n\n#### Command\n```bash\npython musort.py /path/to/music_or_folder -f artist.title -s \"-\"\n```\n\n#### Example\n```bash\npython musort.py /music/collection -f album.artist -s \"_\"\n```\n\n#### Explanation\n- **`-f`**: Sets the renaming format, e.g., `artist.title`.\n- **`-s`**: Defines a separator between fields (default: \"-\").\n\n---\n\n## Contributing\n\nContributions to `musort` and `muedit` are welcome! Please fork the repository and submit a pull request. Make sure to follow standard code formatting and add appropriate comments to new functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackvoidx%2Fmusort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackvoidx%2Fmusort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackvoidx%2Fmusort/lists"}