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

List of all members.

Public Member Functions

def __init__
def detectUserLocationByIP
 Start - Utility functions.
def massageDescription
def textUtf8
def ampReplace
def setTreeViewIcon
def processVideoUrl
 End of Utility functions.
def searchTitle
def searchForVideos
def getCategories
def displayTreeView
def makeURL
def getVideos
def getVideosForURL

Public Attributes

 config
 mythxml
 log_name
 log
 error_messages
 key_translation
 tree_order
 tree_org
 tree_customize
 feed_names
 feed_icons
 categories
 treeview
 channel_icon
 tree_dir_icon
 next_page
 channel
 tree_key

Private Member Functions

def _initLogger

Detailed Description

Main interface to http://blip.tv/
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 required to access http://blip.tv/

Definition at line 103 of file bliptv_api.py.


Constructor & Destructor Documentation

def nv_python_libs.bliptv.bliptv_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 111 of file bliptv_api.py.


Member Function Documentation

Start - Utility functions.

Get longitude and latitiude to find videos relative to your location. Up to three different
servers will be tried before giving up.
return a dictionary e.g.
{'Latitude': '43.6667', 'Country': 'Canada', 'Longitude': '-79.4167', 'City': 'Toronto'}
return an empty dictionary if there were any errors
Code found at: http://blog.suinova.com/2009/04/from-ip-to-geolocation-country-city.html

Definition at line 261 of file bliptv_api.py.

Setups a logger using the logging module, returns a log object

Definition at line 354 of file bliptv_api.py.

def nv_python_libs.bliptv.bliptv_api.Videos.setTreeViewIcon (   self,
  dir_icon = None 
)
def nv_python_libs.bliptv.bliptv_api.Videos.searchTitle (   self,
  title,
  pagenumber,
  pagelen 
)
def nv_python_libs.bliptv.bliptv_api.Videos.searchForVideos (   self,
  title,
  pagenumber 
)
Common name for a video search. Used to interface with MythTV plugin NetVision

Definition at line 523 of file bliptv_api.py.

Get the list of valid category ids and their name and update the proper dictionaries
return nothing

Definition at line 575 of file bliptv_api.py.

Gather the categories/feeds/...etc then retrieve a max page of videos meta data in each of them
return array of directories and their video meta data

Definition at line 631 of file bliptv_api.py.

def nv_python_libs.bliptv.bliptv_api.Videos.getVideos (   self,
  dir_dict,
  dictionaries 
)
Parse a list made of categories and retrieve video meta data
return a dictionary of directory names and categories video meta data

Definition at line 685 of file bliptv_api.py.

def nv_python_libs.bliptv.bliptv_api.Videos.getVideosForURL (   self,
  url,
  dictionaries 
)
Get the video meta data for url search
return the video dictionary of directories and their video mata data

Definition at line 716 of file bliptv_api.py.


Member Data Documentation

Definition at line 142 of file bliptv_api.py.

Referenced by nv_python_libs.mtv.mtv_api.Videos::_initLogger(), nv_python_libs.bliptv.bliptv_api.Videos::_initLogger(), nv_python_libs.youtube.youtube_api.Videos::_initLogger(), nv_python_libs.dailymotion.dailymotion_api.Videos::_initLogger(), nv_python_libs.vimeo.vimeo_api.Videos::_initLogger(), nv_python_libs.mainProcess.siteQueries::displayHTML(), nv_python_libs.mainProcess.siteQueries::displayTreeView(), nv_python_libs.mashups.mashups_api.Videos::displayTreeView(), nv_python_libs.hulu.hulu_api.Videos::displayTreeView(), nv_python_libs.rev3.rev3_api.Videos::displayTreeView(), giantbomb.giantbomb_api.gamedbQueries::gameData(), giantbomb.giantbomb_api.gamedbQueries::gameSearch(), nv_python_libs.bliptv.bliptv_api.Videos::getCategories(), nv_python_libs.mnvsearch.mnvsearch_api.Videos::getTreeviewData(), nv_python_libs.rev3.rev3_api.Videos::getVideoID(), nv_python_libs.mtv.mtv_api.Videos::getVideos(), nv_python_libs.bliptv.bliptv_api.Videos::getVideos(), nv_python_libs.youtube.youtube_api.Videos::getVideos(), nv_python_libs.dailymotion.dailymotion_api.Videos::getVideos(), nv_python_libs.vimeo.vimeo_api.Videos::getVideos(), nv_python_libs.mtv.mtv_api.Videos::getVideosForURL(), nv_python_libs.bliptv.bliptv_api.Videos::getVideosForURL(), nv_python_libs.youtube.youtube_api.Videos::getVideosForURL(), tmdb.moviedbQueries::hashData(), tmdb.moviedbQueries::movieData(), tmdb.moviedbQueries::movieSearch(), tmdb.moviedbQueries::peopleData(), tmdb.moviedbQueries::peopleSearch(), nv_python_libs.mnvsearch.mnvsearch_api.Videos::searchForVideos(), nv_python_libs.mashups.mashups_api.Videos::searchForVideos(), nv_python_libs.tedtalks.tedtalks_api.Videos::searchForVideos(), nv_python_libs.hulu.hulu_api.Videos::searchForVideos(), nv_python_libs.thewb.thewb_api.Videos::searchForVideos(), nv_python_libs.rev3.rev3_api.Videos::searchForVideos(), nv_python_libs.mnvsearch.mnvsearch_api.Videos::searchTitle(), nv_python_libs.hulu.hulu_api.Videos::searchTitle(), nv_python_libs.tedtalks.tedtalks_api.Videos::searchTitle(), nv_python_libs.mtv.mtv_api.Videos::searchTitle(), nv_python_libs.thewb.thewb_api.Videos::searchTitle(), nv_python_libs.youtube.youtube_api.Videos::searchTitle(), nv_python_libs.rev3.rev3_api.Videos::searchTitle(), nv_python_libs.dailymotion.dailymotion_api.Videos::searchTitle(), nv_python_libs.pbs.pbs_api.Videos::updatePBS(), nv_python_libs.rev3.rev3_api.Videos::updateRev3(), nv_python_libs.tedtalks.tedtalks_api.Videos::updateTedTalks(), nv_python_libs.thewb.thewb_api.Videos::updateTheWB(), and nv_python_libs.mtv.mtv_api.Videos::videoDetails().

Definition at line 142 of file bliptv_api.py.

Definition at line 142 of file bliptv_api.py.

Definition at line 142 of file bliptv_api.py.

Referenced by nv_python_libs.mashups.mashups_api.Videos.displayTreeView(), nv_python_libs.hulu.hulu_api.Videos.displayTreeView(), nv_python_libs.rev3.rev3_api.Videos.displayTreeView(), nv_python_libs.bliptv.bliptv_api.Videos.getCategories(), nv_python_libs.vimeo.vimeo_api.Videos.getTreeVideos(), nv_python_libs.mtv.mtv_api.Videos.getVideosForURL(), nv_python_libs.bliptv.bliptv_api.Videos.getVideosForURL(), nv_python_libs.youtube.youtube_api.Videos.getVideosForURL(), tmdb.moviedbQueries.hashData(), tmdb.moviedbQueries.movieData(), tmdb.moviedbQueries.movieSearch(), tmdb.moviedbQueries.peopleData(), tmdb.moviedbQueries.peopleSearch(), nv_python_libs.mashups.mashups_api.Videos.searchForVideos(), nv_python_libs.tedtalks.tedtalks_api.Videos.searchForVideos(), nv_python_libs.hulu.hulu_api.Videos.searchForVideos(), nv_python_libs.thewb.thewb_api.Videos.searchForVideos(), nv_python_libs.bliptv.bliptv_api.Videos.searchForVideos(), nv_python_libs.rev3.rev3_api.Videos.searchForVideos(), nv_python_libs.mnvsearch.mnvsearch_api.Videos.searchTitle(), nv_python_libs.hulu.hulu_api.Videos.searchTitle(), nv_python_libs.tedtalks.tedtalks_api.Videos.searchTitle(), nv_python_libs.mtv.mtv_api.Videos.searchTitle(), nv_python_libs.thewb.thewb_api.Videos.searchTitle(), nv_python_libs.youtube.youtube_api.Videos.searchTitle(), nv_python_libs.rev3.rev3_api.Videos.searchTitle(), nv_python_libs.vimeo.vimeo_api.Videos.searchTitle(), nv_python_libs.pbs.pbs_api.Videos.updatePBS(), nv_python_libs.rev3.rev3_api.Videos.updateRev3(), nv_python_libs.tedtalks.tedtalks_api.Videos.updateTedTalks(), nv_python_libs.thewb.thewb_api.Videos.updateTheWB(), and nv_python_libs.mtv.mtv_api.Videos.videoDetails().

Definition at line 142 of file bliptv_api.py.

Definition at line 142 of file bliptv_api.py.

Referenced by nv_python_libs.bliptv.bliptv_api.Videos.getVideos().

Definition at line 394 of file bliptv_api.py.


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