From c336191cdf28f98b368ff66d1f0643674dbbf6a0 Mon Sep 17 00:00:00 2001 From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com> Date: Sun, 4 Jul 2021 13:54:03 +0200 Subject: [PATCH] lyrics: update and condense Tekstowo changelog entries --- docs/changelog.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 44dd407fa..25b09ff80 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -212,6 +212,9 @@ Other new things: * Get ISRC identifiers from musicbrainz Thanks to :user:`aereaux`. * :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`. +* :doc:`/plugins/lyrics`: Added Tekstowo.pl lyrics provider. Thanks to various + people for the implementation and for reporting issues with the initial version. + :bug:`3344` :bug:`3904` :bug:`3905` :bug:`3994` .. _py7zr: https://pypi.org/project/py7zr/ @@ -294,8 +297,6 @@ Fixes: * Removed ``@classmethod`` decorator from dbcore.query.NoneQuery.match method failing with AttributeError when called. It is now an instance method. :bug:`3516` :bug:`3517` -* :doc:`/plugins/lyrics`: Added Tekstowo.pl lyrics provider - :bug:`3344` * :doc:`/plugins/lyrics`: Tolerate missing lyrics div in Genius scraper. Thanks to :user:`thejli21`. :bug:`3535` :bug:`3554` @@ -355,8 +356,6 @@ Fixes: :bug:`3870` * Allow equals within ``--set`` value when importing. :bug:`2984` -* :doc:`/plugins/lyrics`: Fix crashes for Tekstowo false positives - :bug:`3904` * :doc`/reference/cli`: Remove reference to rarfile version in link * Fix :bug:`2873`. Duplicates can now generate checksums. Thanks user:`wisp3rwind` for the pointer to how to solve. Thanks to :user:`arogl`.