|
NAMEoperon - command line music taggerSYNOPSISoperon [--version] [--help] [-v | --verbose] <command> [<argument>...] operon help <command> OPTIONS
COMMAND-OVERVIEWEdit Tagsadd Add a tag value remove Remove a tag value set Set a tag and remove existing values clear Remove tags copy Copy tags from one file to another edit Edit tags in a text editor fill Fill tags based on the file path Show file metadatalist List tags info List file information print Print tags based on the given pattern Edit Embedded Imagesimage-extract Extract embedded images image-set Set embedded image image-clear Remove embedded images Miscellaneoustags List all common tags help Display help information EDIT TAGSaddAdd a new tag <tag> with the value <value> to all files.operon add [-h] <tag> <value> <file>...
removeRemove all values from the tag <tag> that match either <value> or the regular expression <pattern> from all files.operon remove [-h] [--dry-run] <tag> (-e <pattern> | <value>) <file>...
setReplace all values of the tag <tag> by <value> in all files.operon set [-h] [--dry-run] <tag> <value> <file>...
clearRemove all tags that match <tag> or the regular expression <pattern> from all files. If --all is specified, all known tags will be removed.operon clear [-h] [--dry-run] (-a | -e <pattern> | <tag>) <file>...
copyCopy all tags from the file <source> to <dest>. All tags in <dest> will be preserved. In case the destination format doesn't support setting a tag from source, no tags will be copied. To ignore tags that aren't supported by the destination format pass --ignore-errors.operon copy [-h] [--dry-run] [--ignore-errors] <source> <dest>
editShows all tags in a text editor and will apply any changes made to the text to the tags. operon will use the editor specified in the VISUAL or EDITOR environment variables and if those are not set fall back to 'nano'.operon edit [-h] [--dry-run] <file>
fillFill tags based one file paths and a given pattern.operon fill [-h] [--dry-run] <pattern> <file>...
SHOW FILE METADATAlistLists all tags, values and a description of each tag in a table.operon list [-h] [-a] [-t] [-c <c1>,<c2>...] <file>
infoLists non-tag metadata like length, size and format.operon info [-h] [-t] [-c <c1>,<c2>...] <file>
operon print [-h] [-p <pattern>] <file>...
EDIT EMBEDDED IMAGESimage-extractExtract all embedded images to the current working directory or the specified destination directory.operon image-extract [-h] [--dry-run] [--primary] [-d <destination>] <file>...
image-setSet the provided image as primary embedded image and remove all other embedded images.operon image-set <image-file> <file>...
image-clearRemove all embedded images from all specified files.operon image-clear <file>...
MISCELLANEOUStagsList all common tagsoperon tags [-h] [-a] [-t] [-c <c1>,<c2>...]
helpoperon help [<command>]
SEE ALSOregex(7) exfalso(1) quodlibet(1) Visit the GSP FreeBSD Man Page Interface. |