From a70815b5f05d36f51c5d45ba701d5d0427c919de Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sat, 12 Nov 2011 15:20:47 +0800 Subject: [PATCH] Update API compatibility for 0.15+ versions of Picard. --- titlesort.py | 4 ++-- titleversion.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/titlesort.py b/titlesort.py index 708e632..d65e0da 100644 --- a/titlesort.py +++ b/titlesort.py @@ -1,8 +1,8 @@ PLUGIN_NAME = 'Title sort names' PLUGIN_AUTHOR = 'Jacob Rask' PLUGIN_DESCRIPTION = 'Guesses title and album sortnames (language specific) and adds as titlesort and albumsort tags.' -PLUGIN_VERSION = "0.1.3" -PLUGIN_API_VERSIONS = ["0.12", "0.12"] +PLUGIN_VERSION = "0.1.4" +PLUGIN_API_VERSIONS = ["0.12", "0.15"] from picard.metadata import register_track_metadata_processor from picard.metadata import register_album_metadata_processor diff --git a/titleversion.py b/titleversion.py index 0dc80b5..ffaa5dc 100644 --- a/titleversion.py +++ b/titleversion.py @@ -1,8 +1,8 @@ PLUGIN_NAME = 'Move metadata to version tag' PLUGIN_AUTHOR = 'Jacob Rask' PLUGIN_DESCRIPTION = 'Moves song metadata such as "demo", "live" from title and titlesort to version tag.' -PLUGIN_VERSION = "0.1.3" -PLUGIN_API_VERSIONS = ["0.12", "0.12"] +PLUGIN_VERSION = "0.1.4" +PLUGIN_API_VERSIONS = ["0.12", "0.15"] from picard.metadata import register_track_metadata_processor import re