# Functions
NewEmptyTag returns an empty ID3v2.4 tag without any frames and reader.
Open opens file with name and passes it to OpenFile.
ParseReader parses rd and finds tag in it considering opts.
# Constants
No description provided by the author
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
Available picture types for picture frame.
# Variables
EncodingISO is ISO-8859-1 encoding.
EncodingUTF16 is UTF-16 encoded Unicode with BOM.
EncodingUTF16BE is UTF-16BE encoded Unicode without BOM.
EncodingUTF8 is UTF-8 encoded Unicode.
ErrBodyOverflow is returned when a frame has greater size than the remaining tag size.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Common IDs for ID3v2.3 and ID3v2.4.
Common IDs for ID3v2.3 and ID3v2.4.
# Structs
ChapterFrame is used to work with CHAP frames according to spec from http://id3.org/id3v2-chapters-1.0 This implementation only supports single TIT2 subframe (Title field).
CommentFrame is used to work with COMM frames.
Encoding is a struct for encodings.
Options influence on processing the tag.
PictureFrame structure is used for picture frames (APIC).
PopularimeterFrame structure is used for Popularimeter (POPM).
Tag stores all information about opened tag.
TextFrame is used to work with all text frames (all T*** frames like TIT2 (title), TALB (album) and so on).
UFIDFrame is used for "Unique file identifier".
UnknownFrame is used for frames, which id3v2 so far doesn't know how to parse and write it.
UnsynchronisedLyricsFrame is used to work with USLT frames.
UserDefinedTextFrame is used to work with TXXX frames.
# Interfaces
Framer provides a generic interface for frames.