Skip to content

Commit

Permalink
License details
Browse files Browse the repository at this point in the history
  • Loading branch information
imolb committed May 27, 2021
1 parent f677b7c commit 143704b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions PicardReleasGroupSeriesTag.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
PLUGIN_NAME = "Release Group Series Tag"
PLUGIN_AUTHOR = "imolb"
PLUGIN_DESCRIPTION = """
The plugin sets a user defined tag TXXX:releasegroupseries indicating the release group series from MusicBrainz
The plugin sets a user defined tag TXXX:releasegroupseries indicating the release group series from MusicBrainz databse.
"""
PLUGIN_VERSION = '0.1'
PLUGIN_API_VERSIONS = ['2.0', '2.1', '2.2']
PLUGIN_LICENSE = "GPL-3.0-or-later"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-3.0.html"
PLUGIN_LICENSE = "GPL-2.0"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.html"
# Plugin created 2021 by modification of the metabrain/picard-plugins/albumartist_website plugin
# https://github.com/metabrainz/picard-plugins/blob/2.0/plugins/albumartist_website/albumartist_website.py

USER_DEFINED_TAG_NAME = "releasegroupseries"

Expand Down

0 comments on commit 143704b

Please sign in to comment.