|
MythTV master
|
Public Member Functions | |
| def | __init__ (self) |
| def | linuxActionLinkGeneration (self, context, *arg) |
| Start of XPath extension functions. More... | |
| def | linuxActionTitleSeEp (self, context, *arg) |
| def | linuxActioncheckIfDBItem (self, context, *arg) |
Public Attributes | |
| functList | |
| s_e_Regex | |
| namespaces | |
| mediaIdFilters | |
| FullScreen | |
| FullScreenParser | |
Functions specific extending XPath
Definition at line 73 of file linuxAction_api.py.
| def nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.__init__ | ( | self | ) |
Definition at line 76 of file linuxAction_api.py.
| def nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.linuxActioncheckIfDBItem | ( | 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:linuxActioncheckIfDBItem(title, author)' return True if a match was found return False if a match was not found
Definition at line 176 of file linuxAction_api.py.
| def nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.linuxActionLinkGeneration | ( | self, | |
| context, | |||
| * | arg | ||
| ) |
Start of XPath extension functions.
Generate a link for the video. Call example: 'mnvXpath:linuxActionLinkGeneration(string(link))' return the url link
Definition at line 107 of file linuxAction_api.py.
| def nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.linuxActionTitleSeEp | ( | self, | |
| context, | |||
| * | arg | ||
| ) |
Parse the download link and extract an episode number Call example: 'mnvXpath:linuxActionTitleSeEp(title)' return the a massaged title element and an episode element in an array
Definition at line 135 of file linuxAction_api.py.
Referenced by nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.linuxActioncheckIfDBItem().
| nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.FullScreen |
Definition at line 97 of file linuxAction_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.linuxAction_api.xpathFunctions.FullScreenParser |
Definition at line 98 of file linuxAction_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.linuxAction_api.xpathFunctions.functList |
Definition at line 77 of file linuxAction_api.py.
| nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.mediaIdFilters |
Definition at line 94 of file linuxAction_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.linuxAction_api.xpathFunctions.namespaces |
Definition at line 84 of file linuxAction_api.py.
Referenced by nv_python_libs.common.common_api.Common.displayCustomHTML(), and nv_python_libs.common.common_api.Common.getUrlData().
| nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.s_e_Regex |
Definition at line 78 of file linuxAction_api.py.
Referenced by nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.linuxActionTitleSeEp().