MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Variables
nv_python_libs.mtv.mtv_api Namespace Reference

Classes

class  OutStreamEncoder
class  XmlHandler
class  Videos

Variables

string __title__ = "mtv_api - Simple-to-use Python interface to the MTV API (http://developer.mtvnservices.com/docs)"
string __author__ = "R.D. Vaughan"
string __purpose__
string __version__ = "v0.2.5"

Variable Documentation

string nv_python_libs.mtv.mtv_api.__title__ = "mtv_api - Simple-to-use Python interface to the MTV API (http://developer.mtvnservices.com/docs)"

Definition at line 14 of file mtv_api.py.

string nv_python_libs.mtv.mtv_api.__author__ = "R.D. Vaughan"

Definition at line 15 of file mtv_api.py.

string nv_python_libs.mtv.mtv_api.__purpose__
Initial value:
1 '''
2 This python script is intended to perform a variety of utility functions to search and access text
3 metadata, video and image URLs from MTV. These routines are based on the api. Specifications
4 for this api are published at http://developer.mtvnservices.com/docs
5 '''

Definition at line 16 of file mtv_api.py.

string nv_python_libs.mtv.mtv_api.__version__ = "v0.2.5"

Definition at line 22 of file mtv_api.py.