MythTV
master
mythtv
programs
scripts
metadata
Music
lyrics
musixmatch.py
Go to the documentation of this file.
1
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil; -*-
2
3
from
common
import
culrcwrap
4
from
lib.culrcscrapers.musixmatch.lyricsScraper
import
LyricsFetcher
5
# make sure this-------^^^^^^^^^ matches this file's basename
6
7
info = {
8
'name'
:
'Musixmatch'
,
9
'description'
:
'Search https://musixmatch.com for lyrics'
,
10
'author'
:
'ronie'
,
11
'priority'
:
'210'
,
12
'syncronized'
:
False
,
13
'artist'
:
'Kate Bush'
,
14
'title'
:
'Wuthering Heights'
,
15
}
16
17
if
__name__ ==
'__main__'
:
18
culrcwrap.main(__file__, info, LyricsFetcher)
Generated on Mon Oct 6 2025 03:16:28 for MythTV by
1.9.4