Closed JeffreyMFarley closed 7 years ago
Either auto or with interview
match on 'album' + 'disc'
basic = ['totalTrack', 'albumArtist'] production = ['year', 'releaseDate', 'publisher'] distribution = ['barcode', 'media', 'totalDisc'] library = ['genre', 'compilation', 'comments', 'subtitle']
'totalTrack' = max('track')
if empty => ask for user to type in if multiple entries => ask user to choose
Either auto or with interview
match on 'album' + 'disc'
basic = ['totalTrack', 'albumArtist'] production = ['year', 'releaseDate', 'publisher'] distribution = ['barcode', 'media', 'totalDisc'] library = ['genre', 'compilation', 'comments', 'subtitle']
'totalTrack' = max('track')
if empty => ask for user to type in if multiple entries => ask user to choose