From 688ad4aad50599b62f47d656e326d1710eb0a9a0 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Wed, 28 Dec 2022 11:37:55 +0100 Subject: [PATCH] fromfilename: Changelog for #4600 --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c7f3eb614..6acfe9274 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -49,6 +49,9 @@ New features: :bug:`4438` * Add a new ``import.ignored_alias_types`` config option to allow for specific alias types to be skipped over when importing items/albums. +* :doc:`/plugins/fromfilename`: Add debug log messages that inform when the + plugin replaced bad (missing) artist, title or tracknumber metadata. + :bug:`4561` :bug:`4600` Bug fixes: @@ -122,6 +125,9 @@ Bug fixes: * :doc:`plugins/lyrics`: Fixed issue with Tekstowo backend not actually checking if the found song matches. :bug:`4406` +* :doc:`/plugins/fromfilename`: Fix failed detection of + filename patterns. + :bug:`4561` :bug:`4600` For packagers: