Open Issues Need Help
View All on GitHubmusic library manager and MusicBrainz tagger
music library manager and MusicBrainz tagger
music library manager and MusicBrainz tagger
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.
music library manager and MusicBrainz tagger
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.
music library manager and MusicBrainz tagger