Difference between revisions of "ID3"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Added wikilinks)
m (Casing)
 
Line 1: Line 1:
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.
+
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 ==

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