View Source Id3vx.Frame.Text (Id3vx v0.0.1-rc4)
Text frame structs, all T??? frames.
Text frames known:
- TALB: Album/Movie/Show title
- TBPM: BPM (beats per minute)
- TCOM: Composer
- TCON: Content type
- TCOP: Copyright message
- TDEN: Encoding time
- TDLY: Playlist delay
- TDOR: Original release time
- TDRC: Recording time
- TDRL: Release time
- TDTG: Tagging time
- TENC: Encoded by
- TEXT: Lyricist/Text writer
- TFLT: File type
- TIPL: Involved people list
- TIT1: Content group description
- TIT2: Title/songname/content description
- TIT3: Subtitle/Description refinement
- TKEY: Initial key
- TLAN: Language(s)
- TLEN: Length
- TMCL: Musician credits list
- TMED: Media type
- TMOO: Mood
- TOAL: Original album/movie/show title
- TOFN: Original filename
- TOLY: Original lyricist(s)/text writer(s)
- TOPE: Original artist(s)/performer(s)
- 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
- TPRO: Produced notice
- TPUB: Publisher
- TRCK: Track number/Position in set
- TRSN: Internet radio station name
- TRSO: Internet radio station owner
- TSOA: Album sort order
- TSOP: Performer sort order
- TSOT: Title sort order
- TSRC: ISRC (international standard recording code)
- TSSE: Software/Hardware and settings used for encoding
- TSST: Set subtitle
- TXXX: User defined text information frame
Link to this section Summary
Link to this section Types
@type t() :: %Id3vx.Frame.Text{ encoding: Id3vx.Frame.text_encoding_v3() | Id3vx.Frame.text_encoding_v4(), text: String.t() | [String.t()] }