@@ -45,52 +45,53 @@ namespace TagLib {
4545 * identification frames. There are a number of variations on this. Those
4646 * enumerated in the ID3v2.4 standard are:
4747 *
48- * <ul>
49- * <li><b>TALB</b> Album/Movie/Show title</li>
50- * <li><b>TBPM</b> BPM (beats per minute)</li>
51- * <li><b>TCOM</b> Composer</li>
52- * <li><b>TCON</b> Content type</li>
53- * <li><b>TCOP</b> Copyright message</li>
54- * <li><b>TDEN</b> Encoding time</li>
55- * <li><b>TDLY</b> Playlist delay</li>
56- * <li><b>TDOR</b> Original release time</li>
57- * <li><b>TDRC</b> Recording time</li>
58- * <li><b>TDRL</b> Release time</li>
59- * <li><b>TDTG</b> Tagging time</li>
60- * <li><b>TENC</b> Encoded by</li>
61- * <li><b>TEXT</b> Lyricist/Text writer</li>
62- * <li><b>TFLT</b> %File type</li>
63- * <li><b>TIPL</b> Involved people list</li>
64- * <li><b>TIT1</b> Content group description</li>
65- * <li><b>TIT2</b> Title/songname/content description</li>
66- * <li><b>TIT3</b> Subtitle/Description refinement</li>
67- * <li><b>TKEY</b> Initial key</li>
68- * <li><b>TLAN</b> Language(s)</li>
69- * <li><b>TLEN</b> Length</li>
70- * <li><b>TMCL</b> Musician credits list</li>
71- * <li><b>TMED</b> Media type</li>
72- * <li><b>TMOO</b> Mood</li>
73- * <li><b>TOAL</b> Original album/movie/show title</li>
74- * <li><b>TOFN</b> Original filename</li>
75- * <li><b>TOLY</b> Original lyricist(s)/text writer(s)</li>
76- * <li><b>TOPE</b> Original artist(s)/performer(s)</li>
77- * <li><b>TOWN</b> %File owner/licensee</li>
78- * <li><b>TPE1</b> Lead performer(s)/Soloist(s)</li>
79- * <li><b>TPE2</b> Band/orchestra/accompaniment</li>
80- * <li><b>TPE3</b> Conductor/performer refinement</li>
81- * <li><b>TPE4</b> Interpreted, remixed, or otherwise modified by</li>
82- * <li><b>TPOS</b> Part of a set</li>
83- * <li><b>TPRO</b> Produced notice</li>
84- * <li><b>TPUB</b> Publisher</li>
85- * <li><b>TRCK</b> Track number/Position in set</li>
86- * <li><b>TRSN</b> Internet radio station name</li>
87- * <li><b>TRSO</b> Internet radio station owner</li>
88- * <li><b>TSOA</b> Album sort order</li>
89- * <li><b>TSOP</b> Performer sort order</li>
90- * <li><b>TSOT</b> Title sort order</li>
91- * <li><b>TSRC</b> ISRC (international standard recording code)</li>
92- * <li><b>TSSE</b> Software/Hardware and settings used for encoding</li>
93- * <li><b>TSST</b> Set subtitle</li>
48+ * %Frame | Description
49+ * :----: | :-----------------------------------------------
50+ * TALB | Album/Movie/Show title
51+ * TBPM | BPM (beats per minute)
52+ * TCOM | Composer
53+ * TCON | Content type
54+ * TCOP | Copyright message
55+ * TDEN | Encoding time
56+ * TDLY | Playlist delay
57+ * TDOR | Original release time
58+ * TDRC | Recording time
59+ * TDRL | Release time
60+ * TDTG | Tagging time
61+ * TENC | Encoded by
62+ * TEXT | Lyricist/Text writer
63+ * TFLT | %File type
64+ * TIPL | Involved people list
65+ * TIT1 | Content group description
66+ * TIT2 | Title/songname/content description
67+ * TIT3 | Subtitle/Description refinement
68+ * TKEY | Initial key
69+ * TLAN | Language(s)
70+ * TLEN | Length
71+ * TMCL | Musician credits list
72+ * TMED | Media type
73+ * TMOO | Mood
74+ * TOAL | Original album/movie/show title
75+ * TOFN | Original filename
76+ * TOLY | Original lyricist(s)/text writer(s)
77+ * TOPE | Original artist(s)/performer(s)
78+ * TOWN | %File owner/licensee
79+ * TPE1 | Lead performer(s)/Soloist(s)
80+ * TPE2 | Band/orchestra/accompaniment
81+ * TPE3 | Conductor/performer refinement
82+ * TPE4 | Interpreted, remixed, or otherwise modified by
83+ * TPOS | Part of a set
84+ * TPRO | Produced notice
85+ * TPUB | Publisher
86+ * TRCK | Track number/Position in set
87+ * TRSN | Internet radio station name
88+ * TRSO | Internet radio station owner
89+ * TSOA | Album sort order
90+ * TSOP | Performer sort order
91+ * TSOT | Title sort order
92+ * TSRC | ISRC (international standard recording code)
93+ * TSSE | Software/Hardware and settings used for encoding
94+ * TSST | Set subtitle
9495 * </ul>
9596 *
9697 * The ID3v2 Frames document gives a description of each of these formats
0 commit comments