Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :ref:`import-cmd`: Fix duplicate album merge during import when running in
threaded mode. The merge action no longer creates a duplicate folder or
reports ``could not get filesize`` errors. :bug:`6601`
Expand Down Expand Up @@ -123,6 +125,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :ref:`import-cmd`: Multi-disc album detection now recognizes ``cassette``,
``digital media``, and ``vinyl`` as disc markers (e.g. ``vinyl 1``, ``12 vinyl
2``), in addition to the existing ``disc``, ``disk``, and ``cd`` markers.
Expand Down Expand Up @@ -201,6 +205,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :ref:`import-cmd` Automatically remux WAV files containing MP3 streams
(``WAVE_FORMAT_MPEGLAYER3``) to proper MP3 files during import, instead of
silently importing them with incorrect metadata. :bug:`6455`
Expand Down Expand Up @@ -276,6 +282,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/deezer`: Fix Various Artists albums being tagged with a
localized string instead of the configured ``va_name``. Detection now uses
Deezer's artist ID rather than the artist name string. :bug:`4956`
Expand Down Expand Up @@ -350,6 +358,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/missing`: Fix ``--album`` mode incorrectly reporting albums
already in the library as missing. The comparison now correctly uses
``mb_releasegroupid``.
Expand Down Expand Up @@ -421,6 +431,8 @@ Other changes
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- Tests that depend on the optional ``langdetect`` package are now skipped when
the package is not installed. :bug:`6421`

Expand Down Expand Up @@ -467,6 +479,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/ftintitle`: Fix handling of multiple featured artists with
ampersand.
- :doc:`plugins/zero`: When the ``omit_single_disc`` option is set,
Expand Down Expand Up @@ -522,6 +536,8 @@ Other changes
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/musicbrainz`: Fix crash when release mediums lack the ``tracks``
key. :bug:`6302`
- :doc:`plugins/musicbrainz`: Fix search terms escaping. :bug:`6347`
Expand Down Expand Up @@ -549,6 +565,8 @@ Other changes
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- Make ``packaging`` a required dependency. :bug:`6332`

2.6.0 (February 01, 2026)
Expand Down Expand Up @@ -606,6 +624,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`/plugins/lastgenre`: Canonicalize genres when ``force`` and
``keep_existing`` are ``on``, yet no genre info on lastfm could be found.
:bug:`6303`
Expand Down Expand Up @@ -724,6 +744,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- |BeetsPlugin|: load the last plugin class defined in the plugin namespace.
:bug:`6093`

Expand Down Expand Up @@ -775,6 +797,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/musicbrainz` Refresh flexible MusicBrainz metadata on reimport
so format changes are applied. :bug:`6036`
- :doc:`plugins/spotify` Ensure ``spotifysync`` keeps popularity, ISRC, and
Expand Down Expand Up @@ -874,6 +898,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/musicbrainz`: fix regression where user configured
:conf:`plugins.musicbrainz:extra_tags` have been read incorrectly. :bug:`5788`
- tests: Fix library tests failing on Windows when run from outside ``D:/``.
Expand Down Expand Up @@ -992,6 +1018,8 @@ Other changes
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`/reference/pathformat`: Fixed a regression where path legalization
incorrectly removed parts of user-configured path formats that followed a dot
(**.**). :bug:`5771`
Expand Down Expand Up @@ -1027,6 +1055,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/thumbnails`: Fix API call to GIO on big endian architectures
(like s390x) in thumbnails plugin. :bug:`5708`
- :doc:`plugins/listenbrainz`: Fix rST formatting for URLs of Listenbrainz API
Expand Down Expand Up @@ -1109,6 +1139,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- Check if running python from the Microsoft Store and provide feedback to
install from python.org. :bug:`5467`
- Fix bug where matcher doesn't consider medium number when importing. This
Expand Down Expand Up @@ -1150,6 +1182,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`plugins/ftintitle`: The detection of a "feat. X" part in a song title
does not produce any false positives caused by words like "and" or "with"
anymore. :bug:`5441`
Expand Down Expand Up @@ -1374,6 +1408,8 @@ New features
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- Improve ListenBrainz error handling. :bug:`5459`
- :doc:`/plugins/deezer`: Improve requests error handling.
- :doc:`/plugins/lastimport`: Improve error handling in the ``process_tracks``
Expand Down Expand Up @@ -1592,6 +1628,8 @@ Other new things
Bug fixes
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- :doc:`/plugins/lyrics`: Fix a crash when Beautiful Soup is not installed.
:bug:`4027`
- :doc:`/plugins/discogs`: Support a new Discogs URL format for IDs. :bug:`4080`
Expand Down Expand Up @@ -4159,6 +4197,8 @@ dependency, the requests_ module.
New stuff
~~~~~~~~~

- Remove deprecated :doc:`plugins/acousticbrainz`, :doc:`plugins/absubmit`, and :doc:`plugins/beatport` plugin documentation. The AcousticBrainz service has been permanently shut down. :bug:`5780`

- Added a :ref:`config-cmd` command to manage your configuration. It can show
you what you currently have in your config file, point you at where the file
should be, or launch your text editor to let you modify the file. Thanks to
Expand Down
80 changes: 0 additions & 80 deletions docs/plugins/absubmit.rst

This file was deleted.

80 changes: 0 additions & 80 deletions docs/plugins/acousticbrainz.rst

This file was deleted.

48 changes: 0 additions & 48 deletions docs/plugins/beatport.rst

This file was deleted.

Loading