MythTV
master
|
Public Member Functions | |
def | __init__ (self) |
def | revision3LinkGeneration (self, context, *arg) |
Start of XPath extension functions. More... | |
def | revision3Episode (self, context, *arg) |
def | revision3checkIfDBItem (self, context, arg) |
Public Attributes | |
functList | |
episodeRegex | |
namespaces | |
mediaIdFilters | |
FullScreen | |
FullScreenParser | |
Functions specific extending XPath
Definition at line 88 of file revision3XSL_api.py.
def nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.__init__ | ( | self | ) |
Definition at line 91 of file revision3XSL_api.py.
def nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration | ( | self, | |
context, | |||
* | arg | ||
) |
Start of XPath extension functions.
Generate a link for the video. Call example: 'mnvXpath:revision3LinkGeneration(string(link))' return the url link
Definition at line 120 of file revision3XSL_api.py.
def nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3Episode | ( | self, | |
context, | |||
* | arg | ||
) |
Parse the download link and extract an episode number Call example: 'mnvXpath:revision3Episode(.)' return the a massaged title element and an episode element in an array
Definition at line 147 of file revision3XSL_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3checkIfDBItem().
def nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3checkIfDBItem | ( | self, | |
context, | |||
arg | |||
) |
Use a unique key value pairing to find out if the 'internetcontentarticles' table already has a matching item. This is done to save accessing the Internet when not required. Call example: 'mnvXpath:revision3checkIfDBItem(.)' return True if a match was found return False if a match was not found
Definition at line 168 of file revision3XSL_api.py.
nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.functList |
Definition at line 92 of file revision3XSL_api.py.
nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.episodeRegex |
Definition at line 93 of file revision3XSL_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3Episode().
nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.namespaces |
Definition at line 96 of file revision3XSL_api.py.
nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.mediaIdFilters |
Definition at line 107 of file revision3XSL_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.FullScreen |
Definition at line 110 of file revision3XSL_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.FullScreenParser |
Definition at line 111 of file revision3XSL_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().