Release 2021.01.29
This commit is contained in:
parent
e38df8f9fa
commit
29b6000e35
4 changed files with 70 additions and 27 deletions
|
|
@ -1096,9 +1096,9 @@ def parseOpts(overrideArguments=None):
|
|||
help=(
|
||||
'Parse additional metadata like title/artist from other fields. '
|
||||
'Give field name to extract data from, and format of the field seperated by a ":". '
|
||||
'The format syntax is the same as --output. '
|
||||
'Regular expression with named capture groups may also be used. '
|
||||
'The parsed parameters replace existing values. '
|
||||
'Either regular expression with named capture groups or a '
|
||||
'similar syntax to the output template can also be used. '
|
||||
'The parsed parameters replace any existing values and can be use in output template'
|
||||
'This option can be used multiple times. '
|
||||
'Example: --parse-metadata "title:%(artist)s - %(title)s" matches a title like '
|
||||
'"Coldplay - Paradise". '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue