easy-audio also has support for APEv2 tags. You can read a tag
from a current file position by ape:read-apev2-tag or from an
end of a file with ape:read-apev2-tag-from-end. Both of these
functions accept a bitreader as their only argument.
API
read-apev2-tag(reader)Read APEv2 tag from the reader
read-apev2-tag-from-end(reader)Helper function to read APEv2 tag from the end of the reader's
stream. Needs APEv2 tag with a footer.
apev2-tag-itemAn item (key/value pair) in apev2 tag block
keyType stringReader easy-audio.ape:apev2-tag-item-keyvalueType tReader easy-audio.ape:apev2-tag-item-valueread-onlyType booleanReader easy-audio.ape::apev2-tag-item-read-only
apev2-tag-errorAPEv2 tag error
*apev2-external-format*External format used in human-readable APEv2 items. Defaults to UTF-8, CR/LF EOL style.