C# Class MyLyricWiki.Wiki

Exibir arquivo Open project: MediaPortal/MPTagThat

Public Properties

Property Type Description
Abort bool

Public Methods

Method Description
Wiki ( ) : System
getLyricAsynch ( string artist, string title ) : string
getLyricSynchron ( string artist, string title ) : string

Private Methods

Method Description
isLyric ( string lyric ) : bool
makeLyricFit ( string lyric ) : string
optimizeString ( string &artist, string &title ) : void
searchForWiki ( string artist, string title ) : bool

Method Details

Wiki() public method

public Wiki ( ) : System
return System

getLyricAsynch() public method

public getLyricAsynch ( string artist, string title ) : string
artist string
title string
return string

getLyricSynchron() public method

public getLyricSynchron ( string artist, string title ) : string
artist string
title string
return string

Property Details

Abort public_oe static_oe property

public static bool Abort
return bool