JeffreyMFarley / pyTagger

Python Implementation of personal MP3 Library Management Tools
https://jeffreymfarley.github.io/pyTagger/
1 stars 0 forks source link

Whole Album Updates #10

Closed JeffreyMFarley closed 7 years ago

JeffreyMFarley commented 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