Public Member Functions | |
| def | __init__ |
Public Attributes | |
| config | |
| mythxml | |
| log_name | |
| log | |
| error_messages | |
| key_translation | |
| tree_key_list | |
| tree_order | |
| tree_org | |
| tree_customize | |
| feed_names | |
| feed_icons | |
| treeview | |
| channel_icon | |
Main interface to http://vimeo.com/ This is done to support a common naming framework for all python Netvision plugins no matter their site target. Supports search and tree view methods The apikey is a not passed but is created as a session token to access http://vimeo.com/
Definition at line 622 of file vimeo_api.py.
| def nv_python_libs::vimeo::vimeo_api::Videos::__init__ | ( | self, | ||
| apikey, | ||||
mythtv = True, |
||||
interactive = False, |
||||
select_first = False, |
||||
debug = False, |
||||
custom_ui = None, |
||||
language = None, |
||||
search_all_languages = False | ||||
| ) |
apikey (str/unicode):
Specify the target site API key. Applications need their own key in some cases
mythtv (True/False):
When True, the returned meta data is being returned has the key and values massaged to match MythTV
When False, the returned meta data is being returned matches what target site returned
interactive (True/False): (This option is not supported by all target site apis)
When True, uses built-in console UI is used to select the correct show.
When False, the first search result is used.
select_first (True/False): (This option is not supported currently implemented in any grabbers)
Automatically selects the first series search result (rather
than showing the user a list of more than one series).
Is overridden by interactive = False, or specifying a custom_ui
debug (True/False):
shows verbose debugging information
custom_ui (xx_ui.BaseUI subclass): (This option is not supported currently implemented in any grabbers)
A callable subclass of interactive class (overrides interactive option)
language (2 character language abbreviation): (This option is not supported by all target site apis)
The language of the returned data. Is also the language search
uses. Default is "en" (English). For full list, run..
search_all_languages (True/False): (This option is not supported by all target site apis)
By default, a Netvision grabber will only search in the language specified using
the language option. When this is True, it will search for the
show in any language
Definition at line 630 of file vimeo_api.py.
Definition at line 663 of file vimeo_api.py.
Definition at line 664 of file vimeo_api.py.
Definition at line 668 of file vimeo_api.py.
Definition at line 669 of file vimeo_api.py.
Definition at line 682 of file vimeo_api.py.
Definition at line 685 of file vimeo_api.py.
Definition at line 710 of file vimeo_api.py.
Definition at line 712 of file vimeo_api.py.
Definition at line 714 of file vimeo_api.py.
Definition at line 725 of file vimeo_api.py.
Definition at line 736 of file vimeo_api.py.
Definition at line 744 of file vimeo_api.py.
Definition at line 753 of file vimeo_api.py.
Definition at line 754 of file vimeo_api.py.
1.6.3