Ogg Opus tags editor
Go to file
Frédéric Mangano-Tarumi e44ad86af3 add a contributing guide
2018-10-27 20:23:16 -04:00
CONTRIBUTING.md add a contributing guide 2018-10-27 20:23:16 -04:00
LICENSE BSD3 2013-01-01 22:51:22 +01:00
Makefile Makefile: install, doc 2013-01-01 22:33:07 +01:00
opustags.1 in-place 2013-01-02 10:59:43 +01:00
opustags.c bump to 1.1.1 2018-10-24 18:27:57 -04:00
README.md README: show alternatives 2017-10-01 12:26:56 +02:00

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.