MythTV
master
|
Classes | |
class | LyricsFetcher |
class | ttpClient |
Variables | |
string | __title__ = "TTPlayer" |
string | __priority__ = '110' |
bool | __lrc__ = True |
string | UserAgent = 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0' |
list | LYRIC_TITLE_STRIP |
list | LYRIC_TITLE_REPLACE = [("/", "-"),(" & ", " and ")] |
list | LYRIC_ARTIST_REPLACE = [("/", "-"),(" & ", " and ")] |
|
private |
Definition at line 16 of file lyricsScraper.py.
|
private |
Definition at line 17 of file lyricsScraper.py.
|
private |
Definition at line 18 of file lyricsScraper.py.
string ttplayer.lyricsScraper.UserAgent = 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0' |
Definition at line 20 of file lyricsScraper.py.
list ttplayer.lyricsScraper.LYRIC_TITLE_STRIP |
Definition at line 24 of file lyricsScraper.py.
list ttplayer.lyricsScraper.LYRIC_TITLE_REPLACE = [("/", "-"),(" & ", " and ")] |
Definition at line 27 of file lyricsScraper.py.
list ttplayer.lyricsScraper.LYRIC_ARTIST_REPLACE = [("/", "-"),(" & ", " and ")] |
Definition at line 28 of file lyricsScraper.py.