ID3-Sync Scripting API

ID3v2 Members

ID3v2 overview

Public Instance Constructors

ID3v2 Constructor Creates a ID3v2 object to access the meta data of the file specified in the filename parameter. Calls ReadTag.

Public Instance Properties

Album Name of the album.
Artist Name of the artist.
Comment Comment / other info.
Genre Genre string consisting of one or more genre names seperated by "; " (semicolon and a whitespace).
Title Title of the track.
Track The tracknumber.
Year Year of release.

Public Instance Methods

AddComment Adds a empty comment frame to the ID3v2 tag.
AddFrame Adds an empty frame to the ID3v2 tag.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
LookupComment Looks up a ID3v2 comment frame by descriptor and language.
LookupString Looks up a ID3v2 frame by name to read a string from it.
ReadTag Read the ID3v2 tag information from the file.
SetComment Sets a comment text.
SetString Sets a ID3v2 frame to a string value.
ToString (inherited from Object) 
WriteTag Save the ID3v2 tag information to the file.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ID3v2 Class | ID3Sync.IO Namespace