From 68202f3498422cc2b3b9f66488dc5de95f42215a Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Thu, 3 Apr 2025 07:45:58 +0200 Subject: [PATCH] lastgenre: Document extended_debug setting --- docs/plugins/lastgenre.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/plugins/lastgenre.rst b/docs/plugins/lastgenre.rst index 9c3250656..50f99410b 100644 --- a/docs/plugins/lastgenre.rst +++ b/docs/plugins/lastgenre.rst @@ -202,6 +202,12 @@ configuration file. The available options are: Default: ``yes``. - **title_case**: Convert the new tags to TitleCase before saving. Default: ``yes``. +- **extended_debug**: Add additional debug logging messages that show what + last.fm tags were fetched for tracks, albums and artists. This is done before + any canonicalization and whitelist filtering is applied. It's useful for + tuning the plugin's settings and understanding how it works, but it can be + quite verbose. + Default: ``no``. Running Manually ----------------