ID3-Sync Scripting API

FilenameParser Properties

The properties of the FilenameParser class are listed below. For a complete list of FilenameParser class members, see the FilenameParser Members topic.

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.

See Also

FilenameParser Class | ID3Sync.IO Namespace