new changes since my first try

This commit is contained in:
Dorian Soergel 2019-05-26 13:59:20 +02:00
parent 42d10318f2
commit 2b64fd45fe
2 changed files with 6 additions and 0 deletions

View file

@ -173,6 +173,9 @@ def apply_metadata(album_info, mapping):
'composer',
'composer_sort',
'arranger',
'work',
'work_id',
'work_disambig',
)
}

View file

@ -451,6 +451,9 @@ class Item(LibModel):
'lyricist': types.STRING,
'composer': types.STRING,
'composer_sort': types.STRING,
'work': types.STRING,
'work_id': types.STRING,
'work_disambig': types.STRING,
'arranger': types.STRING,
'grouping': types.STRING,
'year': types.PaddedInt(4),