Vorbis Comment: Difference between revisions
(SUGGEST: MERGE-TO) |
Gottkaiser (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{stub}} | ||
=Introduction= | |||
'''Vorbis Comment''' is a [[metadata]] format, similar to [[ID3]] and [[APE tags|APE]], specified by Xiph.org for use with [[Ogg Vorbis]] and [[FLAC]]. | |||
''' | It is a relatively simple format that allows the user to specify arbitrary fieldname/value pairs, using '''UTF-8''' Unicode as the character encoding. | ||
To avoid incompatibilities between tags some standard fieldnames are suggested by the Vorbis Comment specification (TITLE, VERSION, ALBUM, ARTIST, TRACKNUMBER, etc.). Every fieldname is allowed and there is no obligatory format for values. One Fieldnames can be used several times. In contrast to [[ID3]] it is a it's quite free of regulations. | |||
Several unofficial efforts have been made to establish a kind of standard for Vorbis Comment specification. More information [http://reference.reactor-core.org/ogg-tagging.html here] | |||
Several unofficial efforts have been made to establish a kind of standard for | |||
http://reference.reactor-core.org/ogg-tagging.html | |||
=Addtional Reading= | |||
* [http://www.xiph.org/vorbis/doc/v-comment.html official specifications] | |||
[[Category:Metadata]] | [[Category:Metadata]] |
Revision as of 14:11, 22 February 2007
This article is a stub. You can help the Hydrogenaudio Knowledgebase by expanding it.
Introduction
Vorbis Comment is a metadata format, similar to ID3 and APE, specified by Xiph.org for use with Ogg Vorbis and FLAC.
It is a relatively simple format that allows the user to specify arbitrary fieldname/value pairs, using UTF-8 Unicode as the character encoding.
To avoid incompatibilities between tags some standard fieldnames are suggested by the Vorbis Comment specification (TITLE, VERSION, ALBUM, ARTIST, TRACKNUMBER, etc.). Every fieldname is allowed and there is no obligatory format for values. One Fieldnames can be used several times. In contrast to ID3 it is a it's quite free of regulations.
Several unofficial efforts have been made to establish a kind of standard for Vorbis Comment specification. More information here