C# Class LyricsEngine.LyricsController

Inheritance: IDisposable
Exibir arquivo Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
AddNewLyricSearch ( string artist, string title, string strippedArtistName ) : void
AddNewLyricSearch ( string artist, string title, string strippedArtistName, int row ) : void
Dispose ( ) : void
FinishThread ( String artist, String title, String message, String site ) : void
LyricsController ( ILyricForm mainForm, ManualResetEvent eventStopThread, string lyricSites, bool allowAllToComplete, bool automaticUpdate, string find, string replace ) : System
Run ( ) : void

Private Methods

Method Description
LyricFound ( String lyricStrings, String artist, String title, String site, int row ) : void
LyricNotFound ( String artist, String title, String message, String site, int row ) : void
StatusUpdate ( string artist, string title, string site, bool lyricFound ) : void
ThreadException ( String s ) : void
UpdateString ( String message, String site ) : void

Method Details

AddNewLyricSearch() public method

public AddNewLyricSearch ( string artist, string title, string strippedArtistName ) : void
artist string
title string
strippedArtistName string
return void

AddNewLyricSearch() public method

public AddNewLyricSearch ( string artist, string title, string strippedArtistName, int row ) : void
artist string
title string
strippedArtistName string
row int
return void

Dispose() public method

public Dispose ( ) : void
return void

FinishThread() public method

public FinishThread ( String artist, String title, String message, String site ) : void
artist String
title String
message String
site String
return void

LyricsController() public method

public LyricsController ( ILyricForm mainForm, ManualResetEvent eventStopThread, string lyricSites, bool allowAllToComplete, bool automaticUpdate, string find, string replace ) : System
mainForm ILyricForm
eventStopThread System.Threading.ManualResetEvent
lyricSites string
allowAllToComplete bool
automaticUpdate bool
find string
replace string
return System

Run() public method

public Run ( ) : void
return void