MythTV
master
|
Classes | |
class | LyricsFetcher |
Functions | |
def | performSelfTest () |
def | buildLyrics (lyrics) |
def | buildVersion () |
def | main () |
Variables | |
string | __author__ = "Paul Harrison and ronie'" |
string | __title__ = "LyricsWiki" |
string | __description__ = "Search http://lyrics.wikia.com for lyrics" |
string | __priority__ = "150" |
string | __version__ = "0.2" |
bool | __syncronized__ = False |
string | LIC_TXT = 'we are not licensed to display the full lyrics for this song at the moment' |
bool | debug = False |
def lyricswiki.performSelfTest | ( | ) |
Definition at line 83 of file lyricswiki.py.
Referenced by main().
def lyricswiki.buildLyrics | ( | lyrics | ) |
Definition at line 103 of file lyricswiki.py.
Referenced by main(), and performSelfTest().
def lyricswiki.buildVersion | ( | ) |
Definition at line 120 of file lyricswiki.py.
Referenced by main().
def lyricswiki.main | ( | ) |
Definition at line 136 of file lyricswiki.py.
|
private |
Definition at line 25 of file lyricswiki.py.
|
private |
Definition at line 26 of file lyricswiki.py.
|
private |
Definition at line 27 of file lyricswiki.py.
|
private |
Definition at line 28 of file lyricswiki.py.
|
private |
Definition at line 29 of file lyricswiki.py.
|
private |
Definition at line 30 of file lyricswiki.py.
string lyricswiki.LIC_TXT = 'we are not licensed to display the full lyrics for this song at the moment' |
Definition at line 33 of file lyricswiki.py.
bool lyricswiki.debug = False |
Definition at line 35 of file lyricswiki.py.