AMIP - Advanced mIRC integration plug-in
ID3 Tag Variables

What's ID3 Tag?

ID3 Tag is a set of fields containing different information about song, it's authors, title, genre, e.t.c. This information is stored inside the music file. Generally there are 2 versions of ID3 Tags: ID3v1 and ID3v2. Since version 0.6 this Plug-In Supports both of them.

How Can I Use ID3 Tag in Program Output?

ID3 Tags are represented by specific variables (as any other information). All you need is to insert this variables to the output string according to the table applied below.

ID3v1 & ID3v2 Common Variables
(also availabe for Ogg, APE, FLAC and other supported tag types)

Variable Value
%1 Artist
%2 Title
%3 Track Number
%4 Album
%5 Year
%6 Comment
%7 Genre

Examples:

/me is listening to %1 - %2 (%4|%5|%7)

Complete Variables List

Variable Value
variables are case sensitive!
%AENC Audio encryption
%APIC Attached picture
%COMM Comments
%COMR Commercial frame
%ENCR Encryption method registration
%EQUA Equalization
%ETCO Event timing codes
%GEOB General encapsulated object
%GRID Group identification registration
%IPLS Involved people list
%LINK Linked information
%MCDI Music CD identifier
%MLLT MPEG location lookup table
%OWNE Ownership frame
%PRIV Private frame
%PCNT Play counter
%POPM Popularimeter
%POSS Position synchronisation frame
%RBUF Recommended buffer size
%RVAD Relative volume adjustment
%RVRB Reverb
%SYLT Synchronized lyric/text
%SYTC Synchronized tempo codes
%TALB Album/Movie/Show title
%TBPM BPM (beats per minute)
%TCOM Composer
%TCON Content type
%TCOP Copyright message
%TDAT Date
%TDLY Playlist delay
%TENC Encoded by
%TEXT Lyricist/Text writer
%TFLT File type
%TIME Time
%TIT1 Content group description
%TIT2 Title/songname/content description
%TIT3 Subtitle/Description refinement
%TKEY Initial key
%TLAN Language(s)
%TLEN Length
%TMED Media type
%TOAL Original album/movie/show title
%TOFN Original filename
%TOLY Original lyricist(s)/text writer(s)
%TOPE Original artist(s)/performer(s)
%TORY Original release year
%TOWN File owner/licensee
%TPE1 Lead performer(s)/Soloist(s)
%TPE2 Band/orchestra/accompaniment
%TPE3 Conductor/performer refinement
%TPE4 Interpreted, remixed, or otherwise modified by
%TPOS Part of a set
%TPUB Publisher
%TRCK Track number/Position in set
%TRDA Recording dates
%TRSN Internet radio station name
%TRSO Internet radio station owner
%TSIZ Size
%TSRC ISRC (international standard recording code)
%TSSE Software/Hardware and settings used for encoding
%TXXX User defined text information
%TYER Year
%UFID Unique file identifier
%USER Terms of use
%USLT Unsynchronized lyric/text transcription
%WCOM Commercial information
%WCOP Copyright/Legal infromation
%WOAF Official audio file webpage
%WOAR Official artist/performer webpage
%WOAS Official audio source webpage
%WORS Official internet radio station homepage
%WPAY Payment
%WPUB Official publisher webpage
%WXXX User defined URL link
%XXCR Encrypted meta frame (id3v2.2.x)
%XXCO Compressed meta frame (id3v2.2.1)

 

AMIP - Advanced mIRC integration plug-in