[This is preliminary documentation and is subject to change.]

Initializes PlaylistParser, including a reader for creating the song index and the location of the music library

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public PlaylistParser(
	string path,
	string dir
)
Visual Basic
Public Sub New ( _
	path As String, _
	dir As String _
)
Visual C++
public:
PlaylistParser(
	String^ path, 
	String^ dir
)

Parameters

path
Type: System..::..String
The path to "iTunes Music Library.xml"
dir
Type: System..::..String
The directory where the playlists should be dumped

See Also