readme fix, also -k rework

This commit is contained in:
yoshiyoshyosh 2022-09-25 11:28:06 -04:00 committed by GitHub
parent d70a27b17d
commit 38e4c85fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ if encoding to mp3, the only metadata that will be kept is the following:
OVERRIDES -b
-k <KEYS> keep specified flac metadata KEYS in output file
keys can be checked with metaflac --export-tags-to=- FILE
option argument is a PIPE-separated list of UPPERCASE keys to keep
(i.e. -m 'ARTIST|TITLE|ALBUMARTIST|ALBUM|DATE')
option argument is a PIPE-separated list of keys to keep, case-insensitive
(e.g. -k 'artist|title|albumartist|album|date')
if both -k and -r are not present, all keys are kept.
-r <KEYS> remove specified flac metadata KEYS in output file
cannot be used with -k