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

Inheritance: AbstractAlbumSite
Exibir arquivo Open project: MediaPortal/MPTagThat

Public Methods

Method Description
Discogs ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
SiteActive ( ) : bool

Protected Methods

Method Description
GetAlbumInfoWithTimer ( ) : void

Private Methods

Method Description
GetRelease ( int releaseid ) : Album

Method Details

Discogs() public method

public Discogs ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
artist string
title string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
return System

GetAlbumInfoWithTimer() protected method

protected GetAlbumInfoWithTimer ( ) : void
return void

SiteActive() public method

public SiteActive ( ) : bool
return bool