|
MythTV master
|
Classes | |
| class | Song |
Functions | |
| def | getCacheDir () |
| def | performSelfTest () |
| def | buildLyrics (song, lyrics) |
| def | buildVersion () |
| def | main (filename, info, fetcher) |
Variables | |
| string | __version__ = '6.6.8' |
| bool | debug = False |
| dictionary | lyricssettings = {} |
| def common.culrcwrap.buildLyrics | ( | song, | |
| lyrics | |||
| ) |
Definition at line 85 of file culrcwrap.py.
Referenced by common.culrcwrap.main(), and common.culrcwrap.performSelfTest().
| def common.culrcwrap.buildVersion | ( | ) |
Definition at line 101 of file culrcwrap.py.
Referenced by common.culrcwrap.main(), tmdb3.main(), and tmdb3tv.main().
| def common.culrcwrap.getCacheDir | ( | ) |
Definition at line 34 of file culrcwrap.py.
| def common.culrcwrap.main | ( | filename, | |
| info, | |||
| fetcher | |||
| ) |
Definition at line 117 of file culrcwrap.py.
| def common.culrcwrap.performSelfTest | ( | ) |
Definition at line 52 of file culrcwrap.py.
Referenced by common.culrcwrap.main().
|
private |
Definition at line 10 of file culrcwrap.py.
| bool common.culrcwrap.debug = False |
Definition at line 25 of file culrcwrap.py.
| dictionary common.culrcwrap.lyricssettings = {} |
Definition at line 27 of file culrcwrap.py.