mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
new changes since my first try
This commit is contained in:
parent
42d10318f2
commit
2b64fd45fe
2 changed files with 6 additions and 0 deletions
|
|
@ -173,6 +173,9 @@ def apply_metadata(album_info, mapping):
|
|||
'composer',
|
||||
'composer_sort',
|
||||
'arranger',
|
||||
'work',
|
||||
'work_id',
|
||||
'work_disambig',
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue