You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* :doc:`/plugins/replaygain`now does its analysis in parallel when using
187
-
the ``command`` or ``ffmpeg`` backends.
190
+
* :doc:`/plugins/replaygain`: Analysis now happens in parallel using the
191
+
``command`` and ``ffmpeg`` backends.
188
192
:bug:`3478`
189
-
* Fields in queries now fall back to an item's album and check its fields too.
190
-
Notably, this allows querying items by an album flex attribute, also in path
191
-
configuration.
192
-
Thanks to :user:`FichteFoll`.
193
-
:bug:`2797` :bug:`2988`
194
-
* Add ``mb_album_extract`` and ``mb_track_extract`` hooks to allow
195
-
plugins to add new fields based on MusicBrainz data. Thanks to :user:`dosoe`.
196
-
* Removes usage of the bs1770gain replaygain backend.
193
+
* :doc:`plugins/replaygain`: The bs1770gain backend is removed.
197
194
Thanks to :user:`SamuelCook`.
198
195
* Added ``trackdisambig`` which stores the recording disambiguation from
199
196
MusicBrainz for each track.
200
197
:bug:`1904`
201
-
* The :doc:`/plugins/aura` has arrived!
202
-
* :doc:`plugins/fetchart`: The new ``max_filesize`` option for fetchart can be
203
-
used to target a maximum image filesize.
204
-
* :doc:`/plugins/badfiles`: Checkers can now be run during import with the
198
+
* :doc:`plugins/fetchart`: The new ``max_filesize`` configuration sets a
199
+
maximum target image file size.
200
+
* :doc:`/plugins/badfiles`: Checkers can now run during import with the
205
201
``check_on_import`` config option.
206
-
* :doc:`/plugins/export`: big speedups when `--include-keys` option is used
202
+
* :doc:`/plugins/export`: The plugin is now much faster when using the
203
+
`--include-keys` option is used.
207
204
Thanks to :user:`ssssam`.
208
-
* The `importer` persists all fields set using :ref:`set_fields` to the
209
-
mediafiles of all imported tracks.
210
-
* Added 7z support via the `py7zr`_ library
211
-
Thanks to :user:`arogl`. :bug:`3906`
212
-
* Get ISRC identifiers from musicbrainz
205
+
* The importer's :ref:`set_fields` option now saves all updated fields to
206
+
on-disk metadata.
207
+
:bug:`3925` :bug:`3927`
208
+
* We now fetch ISRC identifiers from MusicBrainz.
213
209
Thanks to :user:`aereaux`.
214
-
* :doc:`/plugins/metasync`: The ``metasync`` plugin now also fetches the ``Date Added`` field from iTunes databases and stores it in the``itunes_dateadded`` field.Thanks to :user:`sandersantema`.
215
-
* :doc:`/plugins/lyrics`: Added Tekstowo.pl lyrics provider. Thanks to various
216
-
people for the implementation and for reporting issues with the initial version.
210
+
* :doc:`/plugins/metasync`: The plugin now also fetches the "Date Added" field
211
+
from iTunes databases and stores it in the ``itunes_dateadded`` field.
212
+
Thanks to :user:`sandersantema`.
213
+
* :doc:`/plugins/lyrics`: Added a new Tekstowo.pl lyrics provider. Thanks to
214
+
various people for the implementation and for reporting issues with the
215
+
initial version.
217
216
:bug:`3344` :bug:`3904` :bug:`3905` :bug:`3994`
218
217
219
-
.. _py7zr: https://pypi.org/project/py7zr/
218
+
.. _py7zr: https://pypi.org/project/py7zr/
220
219
221
220
Fixes:
222
221
222
+
* :doc:`/plugins/beatport`: Fix assignment of `genre` and rename `musical_key`
223
+
to `initial_key`.
224
+
:bug:`3387`
223
225
* :bug:`/plugins/lyrics`: Fixed Musixmatch fetch lyrics divided into multiple elements on the web-page
224
226
* :bug:`/plugins/lyrics`: Fixed Musixmatch fetch for non-existing lyrics
225
227
* :bug:`/plugins/web`: Allow use of backslash in regex web queries.
@@ -434,6 +436,8 @@ For plugin developers:
434
436
instead of a fixed, built-in set of field names (which was important to
435
437
address :bug:`1547`).
436
438
Thanks to :user:`dosoe`.
439
+
* Two new events, ``mb_album_extract`` and ``mb_track_extract``, let plugin
440
+
add new fields based on MusicBrainz data. Thanks to :user:`dosoe`.
0 commit comments