|
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 73 of file revision3XSL_api.py.
| def nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.__init__ | ( | self | ) |
Definition at line 76 of file revision3XSL_api.py.
| 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 153 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 132 of file revision3XSL_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3checkIfDBItem().
| 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 105 of file revision3XSL_api.py.
| nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.episodeRegex |
| nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.FullScreen |
Definition at line 95 of file revision3XSL_api.py.
Referenced by nv_python_libs.rev3.rev3_api.Videos.displayTreeView(), and nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
| nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.FullScreenParser |
Definition at line 96 of file revision3XSL_api.py.
Referenced by nv_python_libs.rev3.rev3_api.Videos.getVideoID(), and nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
| nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.functList |
Definition at line 77 of file revision3XSL_api.py.
| nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.mediaIdFilters |
Definition at line 92 of file revision3XSL_api.py.
Referenced by nv_python_libs.xsltfunctions.mevio_api.xpathFunctions.mevioLinkGeneration(), and nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
| nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.namespaces |
Definition at line 81 of file revision3XSL_api.py.
Referenced by nv_python_libs.common.common_api.Common.displayCustomHTML(), and nv_python_libs.common.common_api.Common.getUrlData().