1
0
Fork 0

[XAttrMetadata] Refactor and document dependencies

This commit is contained in:
pukkandan 2022-05-01 04:46:05 +05:30
commit 6f7563beb7
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
5 changed files with 82 additions and 119 deletions

View file

@ -1422,7 +1422,7 @@ def create_parser():
dest='parse_metadata', metavar='FIELDS REGEX REPLACE', action='append', nargs=3,
help='Replace text in a metadata field using the given regex. This option can be used multiple times')
postproc.add_option(
'--xattrs',
'--xattrs', '--xattr',
action='store_true', dest='xattrs', default=False,
help='Write metadata to the video file\'s xattrs (using dublin core and xdg standards)')
postproc.add_option(