Difference between revisions of "Metatag Mapping"

From Hydrogenaudio Knowledgebase
Redirect page
Jump to: navigation, search
(Redirect to "Tag Mapping" page since it's the more complete and accurate page, avoiding the duplicate content)
 
(150 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The following tables just map tags in one format to another. Each format may have limitations, like not being able to handle UTF8 for example, or limitations as to the length of the content of a tag, some might have a non-textual tag like ID3v1 has for the Genre tag. These format limitations may or may not be mentioned on this page, so please keep that in mind.
+
#REDIRECT [[Tag Mapping]]
 
+
The words metadata/tag/field may be used intermittently on this page to mean the same thing. This page is also far from complete and may never be.
+
 
+
== Basic Tags ==
+
 
+
{|class="wikitable"
+
! Tag !! FLAC/Vorbis/Ogg !! ID3v1 !! ID3 v2.3/v2.4 !! APEv2 !! Matroska !! WMA
+
|-
+
!Artist
+
|ARTIST
+
|?
+
|?
+
|?
+
|Artist
+
|?
+
|-
+
!Title
+
|TITLE
+
|?
+
|?
+
|Title
+
|?
+
|?
+
|}
+
 
+
== Primary Tags ==
+
 
+
{| class="wikitable"
+
! Tag !! FLAC/Vorbis/Ogg !! ID3v1 !! ID3 v2.3/v2.4 !! APEv2 !! Matroska !! WMA
+
|-
+
!Album
+
|ALBUM
+
|?
+
|?
+
|Album
+
|?
+
|?
+
|-
+
!Date
+
|DATE <ref name=ISO8601 />
+
|?
+
|?
+
|Year
+
|?
+
|?
+
|-
+
!Genre
+
|GENRE
+
|?
+
|?
+
|Genre
+
|?
+
|?
+
|-
+
!Track
+
|TRACKNUMBER
+
|?
+
|?
+
|Track
+
|?
+
|?
+
|-
+
!Comment
+
|DESCRIPTION
+
|?
+
|?
+
|Comment
+
|?
+
|?
+
|}
+
 
+
== Secondary Tags ==
+
 
+
{|class="wikitable"
+
! Tag !! FLAC/Vorbis/Ogg !! ID3v1 !! ID3 v2.3/v2.4 !! APEv2 !! Matroska !! WMA
+
|-
+
!Performer
+
|PERFORMER
+
|?
+
|?
+
|Artist
+
|?
+
|?
+
|-
+
!Composer
+
|PERFORMER
+
|?
+
|?
+
|Composer
+
|?
+
|?
+
|-
+
!Disc
+
|?
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!Version
+
|VERSION
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!Copyright
+
|COPYRIGHT
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!License
+
|LICENSE
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!Publisher
+
|ORGANIZATION
+
|?
+
|?
+
|Publisher
+
|?
+
|?
+
|}
+
 
+
== Tertiary Tags ==
+
 
+
{|class="wikitable"
+
! Tag !! FLAC/Vorbis/Ogg !! ID3v1 !! ID3 v2.3/v2.4 !! APEv2 !! Matroska !! WMA
+
|-
+
!Location
+
|LOCATION
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!Contact
+
|CONTACT
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!ISRC
+
|ISRC
+
|?
+
|?
+
|ISRC
+
|?
+
|?
+
|-
+
!ReplayGain
+
|REPLAYGAIN_TRACK_GAIN
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!ReplayGain Peak
+
|REPLAYGAIN_TRACK_PEAK
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!ReplayGain Album
+
|REPLAYGAIN_ALBUM_GAIN
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!ReplayGain Album Peak
+
|REPLAYGAIN_ALBUM_PEAK
+
|?
+
|?
+
|?
+
|?
+
|?
+
|}
+
 
+
== Proprietary Tags ==
+
 
+
{|class="wikitable"
+
! Tag !! FLAC/Vorbis/Ogg !! ID3v1 !! ID3 v2.3/v2.4 !! APEv2 !! Matroska !! WMA
+
|-
+
!Performer
+
|PERFORMER
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!Disc
+
|?
+
|?
+
|?
+
|?
+
|?
+
|}
+
 
+
== Proposed Tags ==
+
 
+
{|class="wikitable"
+
! Tag !! FLAC/Vorbis/Ogg !! ID3v1 !! ID3 v2.3/v2.4 !! APEv2 !! Matroska !! WMA
+
|-
+
!Performer
+
|PERFORMER
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!Disc
+
|?
+
|?
+
|?
+
|?
+
|?
+
|}
+
 
+
== Experimental Tags ==
+
 
+
{|class="wikitable"
+
! Tag !! FLAC/Vorbis/Ogg !! ID3v1 !! ID3 v2.3/v2.4 !! APEv2 !! Matroska !! WMA
+
|-
+
!Performer
+
|PERFORMER
+
|?
+
|?
+
|?
+
|?
+
|?
+
|-
+
!Disc
+
|?
+
|?
+
|?
+
|?
+
|?
+
|}
+
 
+
== Notes ==
+
 
+
<references>
+
<ref name=ISO8601>[http://en.wikipedia.org/wiki/ISO_8601 ISO 8601]</ref>
+
</references>
+
 
+
== Links ==
+
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=102013 Forum:Metadata/tag mapping between FLAC, mp3, and UPnP/DLNA, Is there a standard? What does fb2k do?]
+
* [[foobar2000:Encouraged_Tag_Standards|foobar2000 Encouraged Tag Standards]]
+
* [http://wiki.xiph.org/VorbisComment Vorbis Comment]
+
 
+
[[Category:Guides]]
+
[[Category:Metadata]]
+

Latest revision as of 13:07, 20 April 2017