Add files via upload
This commit is contained in:
parent
71f59dc6e0
commit
2b9a77c9bc
@ -252,6 +252,14 @@ def _real_main(argv=None):
|
||||
'key': 'MetadataFromTitle',
|
||||
'titleformat': opts.metafromtitle
|
||||
})
|
||||
|
||||
if opts.metafromuser:
|
||||
postprocessors.append({
|
||||
'key': 'MetadataFromUser',
|
||||
'metadata': opts.metafromuser
|
||||
|
||||
})
|
||||
|
||||
if opts.extractaudio:
|
||||
postprocessors.append({
|
||||
'key': 'FFmpegExtractAudio',
|
||||
|
Loading…
x
Reference in New Issue
Block a user