MythTV  master
Classes | Functions | Variables
common.culrcwrap Namespace Reference

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 = {}
 

Function Documentation

◆ getCacheDir()

def common.culrcwrap.getCacheDir ( )

Definition at line 34 of file culrcwrap.py.

◆ performSelfTest()

def common.culrcwrap.performSelfTest ( )

Definition at line 52 of file culrcwrap.py.

Referenced by common.culrcwrap.main().

◆ buildLyrics()

def common.culrcwrap.buildLyrics (   song,
  lyrics 
)

Definition at line 85 of file culrcwrap.py.

Referenced by common.culrcwrap.main(), and common.culrcwrap.performSelfTest().

◆ buildVersion()

def common.culrcwrap.buildVersion ( )

Definition at line 101 of file culrcwrap.py.

Referenced by tmdb3tv.main(), tmdb3.main(), and common.culrcwrap.main().

◆ main()

def common.culrcwrap.main (   filename,
  info,
  fetcher 
)

Definition at line 117 of file culrcwrap.py.

Variable Documentation

◆ __version__

string common.culrcwrap.__version__ = '6.6.8'
private

Definition at line 10 of file culrcwrap.py.

◆ debug

bool common.culrcwrap.debug = False

Definition at line 25 of file culrcwrap.py.

◆ lyricssettings

dictionary common.culrcwrap.lyricssettings = {}

Definition at line 27 of file culrcwrap.py.