ID3-Sync Scripting API

FilenameParser Members

FilenameParser overview

Public Static (Shared) Methods

CapText A MatchEvaluator for the regular expression replace, which capitalizes the text that was matched.

Public Instance Constructors

FilenameParser Constructor Creates a FilenameParser object and calls ParseFilename.

Public Instance Properties

Album The album or an empty string if %L was not part of the pattern.
Artist The artist or an empty string if %A was not part of the pattern.
Capitalize If true the results will be capitalized.
Comment The comment or an empty string if %C was not part of the pattern.
FixWhitespaces If true underscores in the filename will be replaced by a whitespace.
Genre The genre or an empty string if %G was not part of the pattern.
Pattern A pattern containing zero or more placeholders.
Title The title or an empty string if %T was not part of the pattern.
Track The tracknumber or an empty string if %N was not part of the pattern.
Year The year or an empty string if %Y was not part of the pattern.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
GuessPattern Guesses a pattern with the help of tag information.
ParseFilename Parses the filename and updates the values of the properties accordingly.
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

FilenameParser Class | ID3Sync.IO Namespace