MythTV  master
Classes | Variables
nv_python_libs.mashups.mashups_api Namespace Reference

Classes

class  OutStreamEncoder
 
class  Videos
 

Variables

string __title__ = "mashups_api - Simple-to-use Python interface to Mashups of RSS feeds and HTML video data"
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "v0.1.6"
 
 stdout
 
 stderr
 
string version = ''
 

Variable Documentation

◆ __title__

string nv_python_libs.mashups.mashups_api.__title__ = "mashups_api - Simple-to-use Python interface to Mashups of RSS feeds and HTML video data"
private

Definition at line 14 of file mashups_api.py.

◆ __author__

string nv_python_libs.mashups.mashups_api.__author__ = "R.D. Vaughan"
private

Definition at line 15 of file mashups_api.py.

◆ __purpose__

string nv_python_libs.mashups.mashups_api.__purpose__
private
Initial value:
1 = '''
2 This python script is intended to perform a variety of utility functions to search and access text
3 meta data, video and image URLs from various Internet sources. These routines process the RSS feeds and information into MNV standard channel, directory and item RSS XML files. The specific Mashups are specified through a user XML preference file usually found at
4 "~/.mythtv/MythNetvision/userGrabberPrefs/xxxxMashup.xml" where "xxxx" is the specific mashup name matching the associated grabber name that calls these functions.
5 '''

Definition at line 16 of file mashups_api.py.

◆ __version__

string nv_python_libs.mashups.mashups_api.__version__ = "v0.1.6"
private

Definition at line 22 of file mashups_api.py.

◆ stdout

nv_python_libs.mashups.mashups_api.stdout

Definition at line 59 of file mashups_api.py.

◆ stderr

nv_python_libs.mashups.mashups_api.stderr

Definition at line 60 of file mashups_api.py.

◆ version

string nv_python_libs.mashups.mashups_api.version = ''

Definition at line 74 of file mashups_api.py.