MythTV  master
Classes | Functions | Variables
filelyrics Namespace Reference

Classes

class  LyricsFetcher
 

Functions

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

Variables

string __author__ = "Paul Harrison"
 
string __title__ = "FileLyrics"
 
string __description__ = "Search the same directory as the track for lyrics"
 
string __version__ = "0.1"
 
string __priority__ = "90"
 
bool __syncronized__ = True
 
bool debug = False
 

Function Documentation

◆ performSelfTest()

def filelyrics.performSelfTest ( )

Definition at line 47 of file filelyrics.py.

Referenced by main().

◆ buildLyrics()

def filelyrics.buildLyrics (   lyrics)

Definition at line 73 of file filelyrics.py.

Referenced by main(), and performSelfTest().

◆ buildVersion()

def filelyrics.buildVersion ( )

Definition at line 89 of file filelyrics.py.

Referenced by main().

◆ main()

def filelyrics.main ( )

Definition at line 105 of file filelyrics.py.

Variable Documentation

◆ __author__

string filelyrics.__author__ = "Paul Harrison"
private

Definition at line 13 of file filelyrics.py.

◆ __title__

string filelyrics.__title__ = "FileLyrics"
private

Definition at line 14 of file filelyrics.py.

◆ __description__

string filelyrics.__description__ = "Search the same directory as the track for lyrics"
private

Definition at line 15 of file filelyrics.py.

◆ __version__

string filelyrics.__version__ = "0.1"
private

Definition at line 16 of file filelyrics.py.

◆ __priority__

string filelyrics.__priority__ = "90"
private

Definition at line 17 of file filelyrics.py.

◆ __syncronized__

bool filelyrics.__syncronized__ = True
private

Definition at line 18 of file filelyrics.py.

◆ debug

bool filelyrics.debug = False

Definition at line 20 of file filelyrics.py.