v2.6.2Desktop
Release v2.6.2
Changed 1
- Lyrics Plugin: Disable tekstowo by default because it blocks the beets User-Agent
Fixed 7
- Bad Files Plugin: Fix number of found errors in log message
- MusicBrainz Plugin: Fix crash when release mediums lack the tracks key
- MusicBrainz Plugin: Fix fetching very large releases that have more than 500 tracks
- MusicBrainz Plugin: Fix search terms escaping
- MusicBrainz Plugin: Fix support for alias and tracks extra_tags
- MusicBrainz Pseudo-Release Plugin: Fix crash due to missing artist_credit field in the MusicBrainz API response
- ReplayGain Plugin: Avoid magic Windows prefix in calls to command backends, such as mp3gain
Bug fixes
- Bad Files Plugin: Fix number of found errors in log message
- MusicBrainz Plugin: Fix crash when release mediums lack the
trackskey. :bug: (#6302) - MusicBrainz Plugin: Fix fetching very large releases that have more than 500 tracks. :bug: (#6355)
- MusicBrainz Plugin: Fix search terms escaping. :bug: (#6347)
- MusicBrainz Plugin: Fix support for
aliasandtracksextra_tags. - MusicBrainz Pseudo-Release Plugin: Fix crash due to missing
artist_creditfield in the MusicBrainz API response. :bug: (#6339) - ReplayGain Plugin: Avoid magic Windows prefix in calls to command backends, such as
mp3gain. :bug: (#2946)
Other changes
- Lyrics Plugin: Disable
tekstowoby default because it blocks the beets User-Agent.