Difference between revisions of "APEv2"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
 
Line 1: Line 1:
APEv2 is a version of [[APE_Tags]], and can be used with various formats.
+
APEv2 is a tagging format derived from [[APEv1]] originally developed for [[MPC]] audio files, and is now also used in [[Monkey's Audio]]. It can also be used with other formats when using programs like [foobar2000]? or Tag (a program that can create and read tags). It is comparable in functionality to [[Vorbis comment]]. Just like Vorbis comment it defines some standard fields, but it also defines some formats for those fields (like what a date should look like).
[[foobar2000]] and mp3gain for instance, can place and read such tags in [[MP3]] files.
+
 
 +
APEv2 also differs from Vorbis comment in the way lists of values are handled. Suppose a certain song has two artists. In Vorbis comment this will result in two ARTIST entries, but in APEv2 this will result in one Artist field with the two artists separated by a null character (a byte with the value zero).
 +
 
 +
APEv2 specification:
 +
http://hydrogenaudio.org/musepack/klemm/www.personal.uni-jena.de/~pfk/mpp/sv8/apetag.html

Revision as of 21:13, 8 April 2005

APEv2 is a tagging format derived from APEv1 originally developed for MPC audio files, and is now also used in Monkey's Audio. It can also be used with other formats when using programs like [foobar2000]? or Tag (a program that can create and read tags). It is comparable in functionality to Vorbis comment. Just like Vorbis comment it defines some standard fields, but it also defines some formats for those fields (like what a date should look like).

APEv2 also differs from Vorbis comment in the way lists of values are handled. Suppose a certain song has two artists. In Vorbis comment this will result in two ARTIST entries, but in APEv2 this will result in one Artist field with the two artists separated by a null character (a byte with the value zero).

APEv2 specification: http://hydrogenaudio.org/musepack/klemm/www.personal.uni-jena.de/~pfk/mpp/sv8/apetag.html