Make writer available to tagger script as %writer%

This commit is contained in:
Chad Wilson
2012-01-07 22:51:08 +08:00
parent c1db032b3d
commit 161e6f45ce
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ AMAZON_ASIN_URL_REGEX = re.compile(r'^http://(?:www.)?(.*?)(?:\:[0-9]+)?/.*/([0-
_artist_rel_types = {
"composer": "composer",
"writer": "writer",
"conductor": "conductor",
"chorus master": "conductor",
"performing orchestra": "performer:orchestra",

View File

@@ -41,6 +41,7 @@ tag_names = {
'copyright': N_('Copyright'),
'license': N_('License'),
'composer': N_('Composer'),
'writer': N_('Writer'),
'conductor': N_('Conductor'),
'lyricist': N_('Lyricist'),
'arranger': N_('Arranger'),