MythTV  master
Classes | Functions | Variables
lyricscom Namespace Reference

Classes

class  LyricsFetcher
 

Functions

def performSelfTest ()
 
def buildLyrics (lyrics)
 
def buildVersion ()
 
def main ()
 

Variables

string __author__ = "Paul Harrison and ronie"
 
string __title__ = "Lyrics.Com"
 
string __description__ = "Search http://www.lyrics.com for lyrics"
 
string __priority__ = "240"
 
string __version__ = "0.1"
 
bool __syncronized__ = False
 
bool debug = False
 

Function Documentation

◆ performSelfTest()

def lyricscom.performSelfTest ( )

Definition at line 74 of file lyricscom.py.

Referenced by main().

◆ buildLyrics()

def lyricscom.buildLyrics (   lyrics)

Definition at line 100 of file lyricscom.py.

Referenced by main(), and performSelfTest().

◆ buildVersion()

def lyricscom.buildVersion ( )

Definition at line 117 of file lyricscom.py.

Referenced by main().

◆ main()

def lyricscom.main ( )

Definition at line 133 of file lyricscom.py.

Variable Documentation

◆ __author__

string lyricscom.__author__ = "Paul Harrison and ronie"
private

Definition at line 18 of file lyricscom.py.

◆ __title__

string lyricscom.__title__ = "Lyrics.Com"
private

Definition at line 19 of file lyricscom.py.

◆ __description__

string lyricscom.__description__ = "Search http://www.lyrics.com for lyrics"
private

Definition at line 20 of file lyricscom.py.

◆ __priority__

string lyricscom.__priority__ = "240"
private

Definition at line 21 of file lyricscom.py.

◆ __version__

string lyricscom.__version__ = "0.1"
private

Definition at line 22 of file lyricscom.py.

◆ __syncronized__

bool lyricscom.__syncronized__ = False
private

Definition at line 23 of file lyricscom.py.

◆ debug

bool lyricscom.debug = False

Definition at line 25 of file lyricscom.py.