|
MythTV
0.26-pre
|
Public Member Functions | |
| def | __init__ |
| def | linuxActionLinkGeneration |
| Start of XPath extension functions. | |
| def | linuxActionTitleSeEp |
| def | linuxActioncheckIfDBItem |
Public Attributes | |
| functList | |
| s_e_Regex | |
| namespaces | |
| mediaIdFilters | |
| FullScreen | |
| FullScreenParser | |
Functions specific extending XPath
Definition at line 90 of file linuxAction_api.py.
Definition at line 93 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 124 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 152 of file linuxAction_api.py.
Referenced by nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.linuxActioncheckIfDBItem().
| 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 193 of file linuxAction_api.py.
Definition at line 93 of file linuxAction_api.py.
Definition at line 93 of file linuxAction_api.py.
Referenced by nv_python_libs.xsltfunctions.linuxAction_api.xpathFunctions.linuxActionTitleSeEp().
Definition at line 93 of file linuxAction_api.py.
Definition at line 93 of file linuxAction_api.py.
Referenced by nv_python_libs.xsltfunctions.mevio_api.xpathFunctions.mevioLinkGeneration(), and nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
Definition at line 93 of file linuxAction_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
Definition at line 93 of file linuxAction_api.py.
Referenced by nv_python_libs.xsltfunctions.revision3XSL_api.xpathFunctions.revision3LinkGeneration().
1.7.6.1