Skip to content

Sound-Linux-More/libopustags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date) GitHub Release Date GitHub repo size GitHub all releases GitHub

opustags fork

Library and tool for view and edit Opus comments.

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

./autogen.sh
./configure --prefix=/usr/local
make
sudo make install

Documentation

Usage: opustags --help
       opustags [OPTIONS] FILE
       opustags OPTIONS FILE -o FILE

Options:
  -h, --help              print this help
  -o, --output FILE       write the modified tags to a file
  -y, --overwrite         overwrite the output file if it already exists
  -v, --verbose           verbose (debug) mode (for corrupt file and development)
  -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
  -p, --picture FILE      add cover
  -D, --delete-all        delete all the fields!
  -S, --set-all           read the fields from stdin

See the man page, opustags.1, for extensive documentation.