Skip to content

Commit

Permalink
Update metadata documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Mar 29, 2023
1 parent 27a6427 commit 64865fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/common_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The tag mapping is strongly inspired on the [MusicBrainz Picard tag-mapping](htt
| Common tag | n | Description | ID3v1 | ID3v2.2 | ID3v2.3 | ID3v2.4 | iTunes | vorbis | APEv2 | asf | exif | matroska | AIFF |
|----------------------------|---|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|--------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------|-------------------------------------|-----------------------------------|------------|----------------------------|------|
| year | 1 | Release year | year | TYE | TYER | TYER | | | | | YEAR | | |
| track | 1 | Track number on the media, e.g. `{no: 1, of: 2}` | track | TRK | TRCK | TRCK | TRKN | TRACKNUMBER | TRACK | WM/TrackNumber | ITRK | TRACK:PART_NUMBER | |
| track | 1 | Track number on the media, e.g. `{no: 1, of: 2}` | track | TRK | TRCK | TRCK | TRKN | TRACKNUMBER | TRACK | WM/TrackNumber | ITRK, IPRT | TRACK:PART_NUMBER | |
| disk | 1 | Disk or media number, e.g. `{no: 1, of: 2}` | | TPA | TPOS | TPOS | DISK | DISCNUMBER | DISC, DISCNUMBER | WM/PartOfSet | | ALBUM:PART_NUMBER | |
| title | 1 | Track title | title | TT2 | TIT2 | TIT2 | ©NAM | TITLE | TITLE | Title | INAM, TITL | SEGMENT:TITLE, TRACK:TITLE | NAME |
| artist | 1 | Literal written track artist e.g.: `"Beth Hart & Joe Bonamassa"`. If not directly specified in a tag, this is automatically filled with `common.artists`. | artist | TP1 | TPE1 | TPE1 | ©ART | ARTIST | ARTIST | Author | IART | TRACK:ARTIST | AUTH |
Expand Down

0 comments on commit 64865fd

Please sign in to comment.