Apetag is command line tagging tool for multimedia files such as Monkey's Audio and Musepack that use the APE 2.0 standard. It also comes with a script, tagdir, that will tag all the tracks in an album by invoking apetag or other similar tools (e.g. metaflac) for each track. All that is needed is the album's freedb record.
| Tags | multimedia Sound/Audio Players CD Audio CD Ripping |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C++ |
Recent releases


Changes: This release adds support for quotes in track and album names.


Changes: This version features improved messages and a new script for removing id3v1 tags.


Changes: The tagdir scripts now supports metaflac as an external tagging tool.


Changes: This release adds a minor change to support gcc 3.4.


Changes: A tagdir.py script which can drive apetag using records from freedb.org has been added.
- All comments
Recent commentsnice. compiles on os x (10.3.8)
all i had to do was to out-comment '#include <execinfo.h>'
which, according to the preceeding comment is only needed for
backtrace-purposes anyway. i didn't spend much time
searching for possible bugs but a quick test run did appear like
its working. will compare its output to that of the x86 binary
when i find some free time nevertheless.