Fixes, tweaks, and other resources

This commit is contained in:
2025-10-22 00:00:41 -04:00
parent 09ad6d997b
commit e6062ca13f
6 changed files with 876 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ External dependencies:
</ul>
<strong>This plugin is CPU heavy!</strong>
"""
PLUGIN_VERSION = "1.1.2"
PLUGIN_VERSION = "1.1.3"
PLUGIN_API_VERSIONS = ["2.7", "2.8", "2.9", "2.10", "2.11", "2.12", "2.13"]
PLUGIN_LICENSE = "GPL-2.0-or-later"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.html"
@@ -66,5 +66,5 @@ CONFIG_OPTIONS = [
BoolOption("setting", "acousticbrainz_ng_analyze_optional", False),
BoolOption("setting", "acousticbrainz_ng_save_raw", False),
BoolOption("setting", "acousticbrainz_ng_calculate_replaygain", True),
BoolOption("setting", "acousticbrainz_ng_save_fingerprint", True)
BoolOption("setting", "acousticbrainz_ng_save_fingerprint", False)
]