Open Internet by MindsNet
beetbox/beets
Repository: beetbox/beets Stars: 15594 Forks: 2089 Primary language: Python Discovery sources: awesome:awesome-python, awesome:awesome-selfhosted Selection score: 83.26 Usefulness score: 9.7 Source confidence score: 5.1 Languages: Python, JavaScript, Shell, HTML, CSS Topics: cli, hacktoberfest, music, music-library, musicbrainz, python Summary: music library manager and MusicBrainz tagger README excerpt: .. image:: https://img.shields.io/pypi/v/beets.svg :target: https://pypi.python.org/pypi/beets .. image:: https://img.shields.io/codecov/c/github/beetbox/beets.svg :target: https://app.codecov.io/github/beetbox/beets .. image:: https://img.shields.io/github/actions/workflow/status/beetbox/beets/ci.yaml :target: https://github.com/beetbox/beets/actions .. image:: https://repology.org/badge/tiny-repos/beets.svg :target: https://repology.org/project/beets/versions beets ===== Beets is the media library management system for obsessive music geeks. The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes. It then provides a suite of tools for manipulating and accessing your music. Here's an example of beets' brainy tag corrector doing its thing: :: $ beet import ~/music/ladytron Tagging: Ladytron - Witching Hour (Similarity: 98.4%) * Last One Standing -> The Last One Standing * Beauty -> Beauty*2 * White Light Generation -> Whitelightgenerator * All the Way -> All the Way... Because beets is designed as a library, it can do almost anything you can imagine for your music collection. Via plugins_, beets becomes a panacea: - Fetch or calculate all the metadata you could possibly need: `album art`_, lyrics_, genres_, tempos_, ReplayGain_ levels, or `acoustic fingerprints`_. - Get metadata from MusicBrainz_, Discogs_, and Beatport_. Or guess metadata using songs' filenames or their acoustic fingerprints. - `Transcode audio`_ to any format you like. - Check your library for `duplicate trac
Computing & Technology, Computer Science, Web Development