MythTV  master
Classes | Functions | Variables
genius Namespace Reference

Classes

class  LyricsFetcher
 

Functions

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

Variables

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

Function Documentation

◆ performSelfTest()

def genius.performSelfTest ( )

Definition at line 75 of file genius.py.

Referenced by main().

◆ buildLyrics()

def genius.buildLyrics (   lyrics)

Definition at line 95 of file genius.py.

Referenced by main(), and performSelfTest().

◆ buildVersion()

def genius.buildVersion ( )

Definition at line 112 of file genius.py.

Referenced by main().

◆ main()

def genius.main ( )

Definition at line 128 of file genius.py.

Variable Documentation

◆ __author__

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

Definition at line 18 of file genius.py.

◆ __title__

string genius.__title__ = "Genius"
private

Definition at line 19 of file genius.py.

◆ __description__

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

Definition at line 20 of file genius.py.

◆ __priority__

string genius.__priority__ = "200"
private

Definition at line 21 of file genius.py.

◆ __version__

string genius.__version__ = "0.1"
private

Definition at line 22 of file genius.py.

◆ __syncronized__

bool genius.__syncronized__ = False
private

Definition at line 23 of file genius.py.

◆ debug

bool genius.debug = False

Definition at line 26 of file genius.py.