ID3

From VideoLAN Wiki
Revision as of 12:41, 3 November 2008 by T0m (talk | contribs) (Creating this with the hopes that the ID3 spec will be more fully implemented)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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