MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Public Attributes
nv_python_libs.rev3.rev3_api.Videos Class Reference

List of all members.

Public Member Functions

def __init__
def getRev3Config
 Start - Utility functions.
def getUserPreferences
def updateRev3
def getSeasonEpisode
def getVideoID
def searchTitle
 End of Utility functions.
def searchForVideos
def displayTreeView

Public Attributes

 config
 common
 log_name
 logger
 error_messages
 channel
 s_e_Patterns
 FullScreen
 FullScreenParser
 FullScreenVidIDxPath
 channel_icon
 rev3_config
 userPrefs

Detailed Description

Main interface to http://www.rev3.com/
This is done to support a common naming framework for all python Netvision plugins no matter their site
target.

Supports search methods
The apikey is a not required to access http://www.rev3.com/

Definition at line 93 of file rev3_api.py.


Constructor & Destructor Documentation

def nv_python_libs.rev3.rev3_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 101 of file rev3_api.py.


Member Function Documentation

Start - Utility functions.

Read the MNV Revision3 grabber "rev3_config.xml" configuration file
return nothing

Definition at line 196 of file rev3_api.py.

Referenced by nv_python_libs.rev3.rev3_api.Videos.searchForVideos().

Read the rev3_config.xml and user preference rev3.xml file.
If the rev3.xml file does not exist then create it.
If the rev3.xml file is too old then update it.
return nothing

Definition at line 216 of file rev3_api.py.

Referenced by nv_python_libs.rev3.rev3_api.Videos.displayTreeView(), and nv_python_libs.tedtalks.tedtalks_api.Videos.searchForVideos().

def nv_python_libs.rev3.rev3_api.Videos.updateRev3 (   self,
  create = False 
)
Create or update the rev3.xml user preferences file
return nothing

Definition at line 254 of file rev3_api.py.

def nv_python_libs.rev3.rev3_api.Videos.getSeasonEpisode (   self,
  title,
  link = None 
)
Check is there is any season or episode number information in an item's title
return array of season and/or episode numbers
return array with None values

Definition at line 437 of file rev3_api.py.

Referenced by nv_python_libs.rev3.rev3_api.Videos.displayTreeView(), nv_python_libs.thewb.thewb_api.Videos.searchTitle(), and nv_python_libs.rev3.rev3_api.Videos.searchTitle().

Read the Web page to find the video ID number used for fullscreen autoplay
return the video ID number
return None if the number cannot be found

Definition at line 461 of file rev3_api.py.

Referenced by nv_python_libs.rev3.rev3_api.Videos.displayTreeView().

def nv_python_libs.rev3.rev3_api.Videos.searchTitle (   self,
  title,
  pagenumber,
  pagelen 
)

End of Utility functions.

Key word video search of the Rev3 web site
return an array of matching item elements
return

Definition at line 502 of file rev3_api.py.

Referenced by nv_python_libs.tedtalks.tedtalks_api.Videos.searchForVideos(), nv_python_libs.thewb.thewb_api.Videos.searchForVideos(), and nv_python_libs.rev3.rev3_api.Videos.searchForVideos().

def nv_python_libs.rev3.rev3_api.Videos.searchForVideos (   self,
  title,
  pagenumber 
)
Common name for a video search. Used to interface with MythTV plugin NetVision

Definition at line 581 of file rev3_api.py.

Gather the Revision3 feeds then get a max page of videos meta data in each of them
Display the results and exit

Definition at line 645 of file rev3_api.py.


Member Data Documentation

Definition at line 132 of file rev3_api.py.

Definition at line 132 of file rev3_api.py.

Referenced by nv_python_libs.rev3.rev3_api.Videos.getVideoID().

Definition at line 198 of file rev3_api.py.

Referenced by nv_python_libs.rev3.rev3_api.Videos::searchForVideos().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends