Difference between revisions of "APEv2"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
 
 
(12 intermediate revisions by 8 users not shown)
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]], [[WavPack]] and [[OptimFROG]]. It can also be used with other formats when using programs like [[foobar2000]] or [[Tag.exe|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).
 +
 
 +
==Addtional Reading==
 +
* [[APEv2 specification]]
 +
 
 +
[[Category:Metadata]]

Latest revision as of 21:18, 24 February 2008

APEv2 is a tagging format derived from APEv1 originally developed for MPC audio files, and is now also used in Monkey's Audio, WavPack and OptimFROG. 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).

Addtional Reading