mirror of
https://github.com/fmang/opustags.git
synced 2024-11-10 15:37:23 +01:00
Ogg Opus tags editor
LICENSE | ||
Makefile | ||
opustags.1 | ||
opustags.c | ||
README.md |
opustags
View and edit Opus comments.
Please note this project is old and not actively maintained. Maybe you should use something else.
It was built because at the time nothing supported Opus, but now things have changed for the better.
For alternative, check out these projects:
See also these libraries if you need a lower-level access:
Requirements
- A POSIX-compliant system,
- libogg.
Installing
make
make DESTDIR=/usr/local install
Documentation
Usage: opustags --help
opustags [OPTIONS] FILE
opustags OPTIONS FILE -o FILE
Options:
-h, --help print this help
-o, --output write the modified tags to a file
-y, --overwrite overwrite the output file if it already exists
-d, --delete FIELD delete all the fields of a specified type
-a, --add FIELD=VALUE add a field
-s, --set FIELD=VALUE delete then add a field
-D, --delete-all delete all the fields!
-S, --set-all read the fields from stdin
See the man page, opustags.1
, for extensive documentation.