ID3-Sync Scripting API

ID3v1 Members

ID3v1 overview

Public Static (Shared) Methods

GetGenreName Get genre name by id.
GetGenres Get a list of all genres supported by ID3v1 (+ WinAmp extensions).

Public Instance Constructors

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

Public Instance Properties

Album Name of the album (limited to 30 characters).
Artist Name of the artist (limited to 30 characters).
Comment A comment (limited to 28 characters).
Genre A genre string consisting of the name of one of the genres supported by ID3v1.
Title Title of the track (limited to 30 characters).
Track Tracknumber (a string representing a number from 0-255).
Year The year of release (limited to 4 characters).

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ReadTag Read the ID3v1 tag information from the file.
ToString (inherited from Object) 
WriteTag Save the ID3v1 tag informatin to the file.

Protected Instance Methods

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

See Also

ID3v1 Class | ID3Sync.IO Namespace