MythTV  master
Functions | Variables
ttvdb4 Namespace Reference

Functions

def print_etree (etostr)
 
def _parse_config (config)
 
def buildVersion ()
 
def performSelfTest (args)
 
def main ()
 

Variables

string __title__ = "TheTVDatabaseV4"
 
string __author__ = "Roland Ernst"
 
string __version__ = "0.5.1"
 

Function Documentation

◆ print_etree()

def ttvdb4.print_etree (   etostr)
lxml.etree.tostring is a bytes object in python3, and a str in python2.

Definition at line 25 of file ttvdb4.py.

Referenced by buildVersion(), tmdb3tv.main(), tmdb3.main(), and main().

◆ _parse_config()

def ttvdb4._parse_config (   config)
private
Parse the config read by ConfigParser.

Definition at line 31 of file ttvdb4.py.

Referenced by main(), and performSelfTest().

◆ buildVersion()

def ttvdb4.buildVersion ( )

Definition at line 41 of file ttvdb4.py.

Referenced by main().

◆ performSelfTest()

def ttvdb4.performSelfTest (   args)

Definition at line 57 of file ttvdb4.py.

Referenced by main().

◆ main()

def ttvdb4.main ( )
Main executor for MythTV's ttvdb v4 grabber.

Definition at line 107 of file ttvdb4.py.

Variable Documentation

◆ __title__

string ttvdb4.__title__ = "TheTVDatabaseV4"
private

Definition at line 20 of file ttvdb4.py.

◆ __author__

string ttvdb4.__author__ = "Roland Ernst"
private

Definition at line 21 of file ttvdb4.py.

◆ __version__

string ttvdb4.__version__ = "0.5.1"
private

Definition at line 22 of file ttvdb4.py.