C# Class MPTagThat.Core.AlbumInfo.AlbumSites.LastFM

Inheritance: AbstractAlbumSite
Exibir arquivo Open project: MediaPortal/MPTagThat

Public Methods

Method Description
LastFM ( string artist, string album, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
SiteActive ( ) : bool

Protected Methods

Method Description
GetAlbumInfoWithTimer ( ) : void

Private Methods

Method Description
SwitchArtist ( string artist ) : string

Method Details

GetAlbumInfoWithTimer() protected method

protected GetAlbumInfoWithTimer ( ) : void
return void

LastFM() public method

public LastFM ( string artist, string album, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
artist string
album string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
return System

SiteActive() public method

public SiteActive ( ) : bool
return bool