Difference between revisions of "ID3"
Jump to navigation
Jump to search
(Creating this with the hopes that the ID3 spec will be more fully implemented) |
m (Casing) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The ID3 spec is what defines metadata for mp3 and | + | The ID3 spec is what defines metadata for [[mp3]] and [[mp3PRO]] files. The goal of this page is to cover the extent that VideoLAN implements ID3 and the actual frames you're changing when you edit a file's ID3 tag in the Media Information window. |
== Implemented == | == Implemented == | ||
Line 19: | Line 19: | ||
* [http://www.id3.org/id3v2.4.0-frames ID3 v. 2.4.0 spec] | * [http://www.id3.org/id3v2.4.0-frames ID3 v. 2.4.0 spec] | ||
** [http://www.id3.org/id3v2.4.0-changes Changes between ID3 v. 2.3.0 and v. 2.4.0] | ** [http://www.id3.org/id3v2.4.0-changes Changes between ID3 v. 2.3.0 and v. 2.4.0] | ||
+ | |||
+ | [[Category:Glossary]] |
Latest revision as of 08:18, 1 February 2019
The ID3 spec is what defines metadata for mp3 and mp3PRO files. The goal of this page is to cover the extent that VideoLAN implements ID3 and the actual frames you're changing when you edit a file's ID3 tag in the Media Information window.
Implemented
- Title - TIT2
- Artist - TPE1
- Date - TYER
- Album - TALB
- Track number - First part of TRCK (ignores / and number after it which indicates the total number of tracks/elements in the set)
- Genre -
- Language -
- Now Playing -
- Publisher -
- Copyright -
- Description - (Seems broken, shows bytecode)
- (Picture) -
External links
- ID3 v. 2.3.0 spec - Widely in use version
- ID3 v. 2.4.0 spec