MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Variables
comedycentral Namespace Reference

Classes

class  OutStreamEncoder

Variables

string __title__ = "Comedy Central"
string __mashup_title__ = "comedycentralMashup"
string __author__ = "R.D. Vaughan"
string __version__ = "v0.10"
string __usage_examples__
int __search_max_page_items__ = 20
int __tree_max_page_items__ = 20
string apikey = ""
tuple main = process.mainProcess(target, apikey, )

Variable Documentation

string comedycentral.__title__ = "Comedy Central"

Definition at line 23 of file comedycentral.py.

string comedycentral.__mashup_title__ = "comedycentralMashup"

Definition at line 24 of file comedycentral.py.

string comedycentral.__author__ = "R.D. Vaughan"

Definition at line 25 of file comedycentral.py.

string comedycentral.__version__ = "v0.10"

Definition at line 26 of file comedycentral.py.

string comedycentral.__usage_examples__
Initial value:
1 '''
2 (Option Help)
3 > ./comedycentral.py -h
4 Usage: ./comedycentral.py -hduvlST [parameters] <search text>
5 Version: v0.1.0 Author: R.D.Vaughan
6 
7 For details on the MythTV Netvision plugin see the wiki page at:
8 http://www.mythtv.org/wiki/MythNetvision
9 
10 Options:
11  -h, --help show this help message and exit
12  -d, --debug Show debugging info (URLs, raw XML ... etc, info
13  varies per grabber)
14  -u, --usage Display examples for executing the script
15  -v, --version Display grabber name and supported options
16  -l LANGUAGE, --language=LANGUAGE
17  Select data that matches the specified language fall
18  back to English if nothing found (e.g. 'es' EspaƱol,
19  'de' Deutsch ... etc). Not all sites or grabbers
20  support this option.
21  -p PAGE NUMBER, --pagenumber=PAGE NUMBER
22  Display specific page of the search results. Default
23  is page 1. Page number is ignored with the Tree View
24  option (-T).
25  -T, --treeview Display a Tree View of a sites videos
26 
27 > ./comedycentral.py -v
28 
29 > ./comedycentral.py -T
30 '''

Definition at line 29 of file comedycentral.py.

int comedycentral.__search_max_page_items__ = 20

Definition at line 59 of file comedycentral.py.

int comedycentral.__tree_max_page_items__ = 20

Definition at line 60 of file comedycentral.py.

string comedycentral.apikey = ""

Definition at line 148 of file comedycentral.py.

tuple comedycentral.main = process.mainProcess(target, apikey, )

Definition at line 153 of file comedycentral.py.