music library manager and MusicBrainz tagger

cli hacktoberfest music music-library musicbrainz python
5 Open Issues Need Help Last updated: Sep 17, 2025

Open Issues Need Help

View All on GitHub
bug good first issue

music library manager and MusicBrainz tagger

Python
#cli#hacktoberfest#music#music-library#musicbrainz#python
good first issue docs

music library manager and MusicBrainz tagger

Python
#cli#hacktoberfest#music#music-library#musicbrainz#python

music library manager and MusicBrainz tagger

Python
#cli#hacktoberfest#music#music-library#musicbrainz#python

AI Summary: The task is to refactor the beets music library manager to remove conditional imports based on Python version, consistently using the `typing_extensions` library regardless of the Python version. This aims to simplify the codebase, prevent bugs arising from version discrepancies between `typing` and `typing_extensions`, and enable the use of newer typing features.

Complexity: 3/5
good first issue refactor dependencies typehints

music library manager and MusicBrainz tagger

Python
#cli#hacktoberfest#music#music-library#musicbrainz#python

AI Summary: Modify the beets Deezer metadata plugin to prevent the `unidecode` function from processing query strings. This will improve search accuracy for tracks with non-Latin characters, mirroring a fix already implemented in the Spotify plugin. The solution involves adapting the existing Spotify plugin's approach to preserve the original query string in the Deezer plugin.

Complexity: 3/5
good first issue plugin

music library manager and MusicBrainz tagger

Python
#cli#hacktoberfest#music#music-library#musicbrainz#python