MythTV
master
|
Go to the source code of this file.
Classes | |
class | ttplayer.lyricsScraper.ttpClient |
class | ttplayer.lyricsScraper.LyricsFetcher |
Namespaces | |
ttplayer.lyricsScraper | |
Variables | |
string | ttplayer.lyricsScraper.__title__ = "TTPlayer" |
string | ttplayer.lyricsScraper.__priority__ = '110' |
bool | ttplayer.lyricsScraper.__lrc__ = True |
string | ttplayer.lyricsScraper.UserAgent = 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0' |
list | ttplayer.lyricsScraper.LYRIC_TITLE_STRIP |
list | ttplayer.lyricsScraper.LYRIC_TITLE_REPLACE = [("/", "-"),(" & ", " and ")] |
list | ttplayer.lyricsScraper.LYRIC_ARTIST_REPLACE = [("/", "-"),(" & ", " and ")] |