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

Inheritance: AbstractAlbumSite
ファイルを表示 Open project: MediaPortal/MPTagThat

Public Methods

Method Description
Amazon ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
AmazonAlbumLookup ( string albumId ) : Album
SiteActive ( ) : bool

Protected Methods

Method Description
GetAlbumInfoWithTimer ( ) : void

Private Methods

Method Description
CallbackMethod ( object sender, OpenReadCompletedEventArgs e ) : void
FillAlbum ( XmlNode node ) : Album
GetNode ( XmlNode node, string nodeString ) : string

Get the Url node

Method Details

Amazon() public method

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

AmazonAlbumLookup() public method

public AmazonAlbumLookup ( string albumId ) : Album
albumId string
return Album

GetAlbumInfoWithTimer() protected method

protected GetAlbumInfoWithTimer ( ) : void
return void

SiteActive() public method

public SiteActive ( ) : bool
return bool