From f5ea2dbf3ce9b3ac30f6f86c482d51620e8b09a3 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sun, 7 Nov 2021 17:45:41 +0100 Subject: [PATCH] acousticbrainz_tonal-rhythm: Add deprecation notice to description --- .../acousticbrainz_tonal-rhythm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py b/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py index 888d7d48..174c8c9f 100644 --- a/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py +++ b/plugins/acousticbrainz_tonal-rhythm/acousticbrainz_tonal-rhythm.py @@ -24,10 +24,12 @@
  • Beats Per Minute (BPM)
  • from the AcousticBrainz database.

    +This plugin is deprecated, please consider using the AcousticBrainz Tags +plugin instead. ''' PLUGIN_LICENSE = "GPL-2.0-or-later" PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.txt" -PLUGIN_VERSION = '1.1.4' +PLUGIN_VERSION = '1.1.5' PLUGIN_API_VERSIONS = ["2.0"] # Requires support for TKEY which is in 1.4 from json import JSONDecodeError