MythTV  master
Classes | Variables
nv_python_libs.mnvsearch.mnvsearch_api Namespace Reference

Classes

class  OutStreamEncoder
 
class  Videos
 

Variables

string __title__ = "mnvsearch_api - Simple-to-use Python interface to search the MythNetvision data base tables"
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "0.1.4"
 
 stdout
 
 stderr
 
 mythdb = MythDB()
 
string filename = os.path.expanduser("~")+'/.mythtv/config.xml'
 
string version = ''
 

Variable Documentation

◆ __title__

string nv_python_libs.mnvsearch.mnvsearch_api.__title__ = "mnvsearch_api - Simple-to-use Python interface to search the MythNetvision data base tables"
private

Definition at line 14 of file mnvsearch_api.py.

◆ __author__

string nv_python_libs.mnvsearch.mnvsearch_api.__author__ = "R.D. Vaughan"
private

Definition at line 15 of file mnvsearch_api.py.

◆ __purpose__

string nv_python_libs.mnvsearch.mnvsearch_api.__purpose__
private
Initial value:
1 = '''
2 This python script is intended to perform a data base search of MythNetvision data base tables for
3 videos based on a command line search term.
4 '''

Definition at line 16 of file mnvsearch_api.py.

◆ __version__

string nv_python_libs.mnvsearch.mnvsearch_api.__version__ = "0.1.4"
private

Definition at line 21 of file mnvsearch_api.py.

◆ stdout

nv_python_libs.mnvsearch.mnvsearch_api.stdout

Definition at line 60 of file mnvsearch_api.py.

◆ stderr

nv_python_libs.mnvsearch.mnvsearch_api.stderr

Definition at line 61 of file mnvsearch_api.py.

◆ mythdb

nv_python_libs.mnvsearch.mnvsearch_api.mythdb = MythDB()

Definition at line 73 of file mnvsearch_api.py.

◆ filename

string nv_python_libs.mnvsearch.mnvsearch_api.filename = os.path.expanduser("~")+'/.mythtv/config.xml'

Definition at line 76 of file mnvsearch_api.py.

◆ version

string nv_python_libs.mnvsearch.mnvsearch_api.version = ''

Definition at line 101 of file mnvsearch_api.py.