{"id":13394857,"url":"https://github.com/beetbox/beets","last_synced_at":"2026-02-22T18:03:30.855Z","repository":{"id":1008314,"uuid":"827590","full_name":"beetbox/beets","owner":"beetbox","description":"music library manager and MusicBrainz tagger","archived":false,"fork":false,"pushed_at":"2025-05-12T12:46:02.000Z","size":29069,"stargazers_count":13474,"open_issues_count":681,"forks_count":1872,"subscribers_count":402,"default_branch":"master","last_synced_at":"2025-05-12T18:14:44.377Z","etag":null,"topics":["cli","hacktoberfest","music","music-library","musicbrainz","python"],"latest_commit_sha":null,"homepage":"http://beets.io/","language":"Python","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/beetbox.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.rst","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-08-09T23:17:20.000Z","updated_at":"2025-05-12T10:21:36.000Z","dependencies_parsed_at":"2023-01-14T11:15:22.936Z","dependency_job_id":"fd32ee53-7b23-4ac4-b8ff-b82f8458f91e","html_url":"https://github.com/beetbox/beets","commit_stats":{"total_commits":9304,"total_committers":541,"mean_commits":17.19778188539741,"dds":0.6360705073086844,"last_synced_commit":"2e18f84b380911c1d3ec2e5b76513b3924db2188"},"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetbox%2Fbeets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetbox%2Fbeets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetbox%2Fbeets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beetbox%2Fbeets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beetbox","download_url":"https://codeload.github.com/beetbox/beets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253795161,"owners_count":21965487,"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","hacktoberfest","music","music-library","musicbrainz","python"],"created_at":"2024-07-30T17:01:34.188Z","updated_at":"2025-12-17T03:39:02.660Z","avatar_url":"https://github.com/beetbox.png","language":"Python","readme":".. image:: https://img.shields.io/pypi/v/beets.svg\n    :target: https://pypi.python.org/pypi/beets\n\n.. image:: https://img.shields.io/codecov/c/github/beetbox/beets.svg\n    :target: https://codecov.io/github/beetbox/beets\n\n.. image:: https://img.shields.io/github/actions/workflow/status/beetbox/beets/ci.yaml\n    :target: https://github.com/beetbox/beets/actions\n\n.. image:: https://repology.org/badge/tiny-repos/beets.svg\n    :target: https://repology.org/project/beets/versions\n\nbeets\n=====\n\nBeets is the media library management system for obsessive music geeks.\n\nThe purpose of beets is to get your music collection right once and for all. It\ncatalogs your collection, automatically improving its metadata as it goes. It\nthen provides a suite of tools for manipulating and accessing your music.\n\nHere's an example of beets' brainy tag corrector doing its thing:\n\n::\n\n    $ beet import ~/music/ladytron\n    Tagging:\n        Ladytron - Witching Hour\n    (Similarity: 98.4%)\n     * Last One Standing      -\u003e The Last One Standing\n     * Beauty                 -\u003e Beauty*2\n     * White Light Generation -\u003e Whitelightgenerator\n     * All the Way            -\u003e All the Way...\n\nBecause beets is designed as a library, it can do almost anything you can\nimagine for your music collection. Via plugins_, beets becomes a panacea:\n\n- Fetch or calculate all the metadata you could possibly need: `album art`_,\n  lyrics_, genres_, tempos_, ReplayGain_ levels, or `acoustic fingerprints`_.\n- Get metadata from MusicBrainz_, Discogs_, and Beatport_. Or guess metadata\n  using songs' filenames or their acoustic fingerprints.\n- `Transcode audio`_ to any format you like.\n- Check your library for `duplicate tracks and albums`_ or for `albums that are\n  missing tracks`_.\n- Clean up crufty tags left behind by other, less-awesome tools.\n- Embed and extract album art from files' metadata.\n- Browse your music library graphically through a Web browser and play it in any\n  browser that supports `HTML5 Audio`_.\n- Analyze music files' metadata from the command line.\n- Listen to your library with a music player that speaks the MPD_ protocol and\n  works with a staggering variety of interfaces.\n\nIf beets doesn't do what you want yet, `writing your own plugin`_ is shockingly\nsimple if you know a little Python.\n\n.. _acoustic fingerprints: https://beets.readthedocs.org/page/plugins/chroma.html\n\n.. _album art: https://beets.readthedocs.org/page/plugins/fetchart.html\n\n.. _albums that are missing tracks: https://beets.readthedocs.org/page/plugins/missing.html\n\n.. _beatport: https://www.beatport.com\n\n.. _discogs: https://www.discogs.com/\n\n.. _duplicate tracks and albums: https://beets.readthedocs.org/page/plugins/duplicates.html\n\n.. _genres: https://beets.readthedocs.org/page/plugins/lastgenre.html\n\n.. _html5 audio: https://html.spec.whatwg.org/multipage/media.html#the-audio-element\n\n.. _lyrics: https://beets.readthedocs.org/page/plugins/lyrics.html\n\n.. _mpd: https://www.musicpd.org/\n\n.. _musicbrainz: https://musicbrainz.org/\n\n.. _musicbrainz music collection: https://musicbrainz.org/doc/Collections/\n\n.. _plugins: https://beets.readthedocs.org/page/plugins/\n\n.. _replaygain: https://beets.readthedocs.org/page/plugins/replaygain.html\n\n.. _tempos: https://beets.readthedocs.org/page/plugins/acousticbrainz.html\n\n.. _transcode audio: https://beets.readthedocs.org/page/plugins/convert.html\n\n.. _writing your own plugin: https://beets.readthedocs.org/page/dev/plugins/index.html\n\nInstall\n-------\n\nYou can install beets by typing ``pip install beets`` or directly from Github\n(see details here_). Beets has also been packaged in the `software\nrepositories`_ of several distributions. Check out the `Getting Started`_ guide\nfor more information.\n\n.. _getting started: https://beets.readthedocs.org/page/guides/main.html\n\n.. _here: https://beets.readthedocs.io/en/latest/faq.html#run-the-latest-source-version-of-beets\n\n.. _software repositories: https://repology.org/project/beets/versions\n\nContribute\n----------\n\nThank you for considering contributing to ``beets``! Whether you're a programmer\nor not, you should be able to find all the info you need at CONTRIBUTING.rst_.\n\n.. _contributing.rst: https://github.com/beetbox/beets/blob/master/CONTRIBUTING.rst\n\nRead More\n---------\n\nLearn more about beets at `its Web site`_. Follow `@b33ts`_ on Mastodon for news\nand updates.\n\n.. _@b33ts: https://fosstodon.org/@beets\n\n.. _its web site: https://beets.io/\n\nContact\n-------\n\n- Encountered a bug you'd like to report? Check out our `issue tracker`_!\n\n  - If your issue hasn't already been reported, please `open a new ticket`_ and\n    we'll be in touch with you shortly.\n  - If you'd like to vote on a feature/bug, simply give a :+1: on issues you'd\n    like to see prioritized over others.\n  - Need help/support, would like to start a discussion, have an idea for a new\n    feature, or would just like to introduce yourself to the team? Check out\n    `GitHub Discussions`_!\n\n.. _github discussions: https://github.com/beetbox/beets/discussions\n\n.. _issue tracker: https://github.com/beetbox/beets/issues\n\n.. _open a new ticket: https://github.com/beetbox/beets/issues/new/choose\n\nAuthors\n-------\n\nBeets is by `Adrian Sampson`_ with a supporting cast of thousands.\n\n.. _adrian sampson: https://www.cs.cornell.edu/~asampson/\n","funding_links":[],"categories":["Audio","Apps","Python","Entertainment","资源列表","\u003ca id=\"tag-audio\" href=\"#tag-audio\"\u003eAudio\u003c/a\u003e","HarmonyOS","Applications","Playback \u0026 Services","置顶","音频","应用","语音识别与合成_其他","File Renaming and Tagging","Media","cli","Application Recommendation","Data curation","Audio [🔝](#readme)","\u003ca name=\"music\"\u003e\u003c/a\u003eSound and music","Multimedia and File Formats","Music","Table of Contents"],"sub_categories":["Music","音频","Windows Manager","Audio","Text-to-Speech","04、多媒体处理中心","网络服务_其他","Subtitles Automation","MediaManagement","📽️ Media Management","Download automation","Drone Frames","Directory Navigation","Music Automation","Media Management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeetbox%2Fbeets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeetbox%2Fbeets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeetbox%2Fbeets/lists"}