Package | Description |
---|---|
org.stanwood.media.source.xbmc |
Modifier and Type | Method and Description |
---|---|
XBMCAddon |
XBMCAddon.findAddonWithFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Uses to find the addon that contains the function
|
protected XBMCAddon |
XBMCExtension.getAddon() |
XBMCAddon |
XBMCAddonManager.getAddon(java.lang.String id)
Used to get a addon
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XBMCAddon> |
XBMCAddon.getRquiredAddons()
Used to get a list of required addons by this addon
|
Modifier and Type | Method and Description |
---|---|
static XBMCExtension |
XBMCExtenstionFactory.createExtension(XBMCAddon addon,
org.w3c.dom.Element extensionNode)
Create the extension
|
java.lang.String |
XBMCAddon.executeFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Used to execute a scraper function
|
java.lang.String |
XBMCExtension.executeXBMCFunction(XBMCAddon rootAddon,
org.w3c.dom.Element functionNode)
Used to execute a XBMC function
|
java.lang.String |
XBMCLibrary.executeXBMCScraperFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Used to execute a XBMC function
|
java.lang.String |
XBMCScraper.executeXBMCScraperFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Used to execute a scraper function
|
abstract java.lang.String |
XBMCExtension.executeXBMCScraperFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Used to execute a XBMC function
|
XBMCAddon |
XBMCAddon.findAddonWithFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Uses to find the addon that contains the function
|
org.w3c.dom.Element |
XBMCAddon.findFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Uses to find a function in the scrapers
|
org.w3c.dom.Element |
XBMCLibrary.findXBMCScraperFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Used to find the scraper function
|
org.w3c.dom.Element |
XBMCScraper.findXBMCScraperFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Used to find the scraper function
|
abstract org.w3c.dom.Element |
XBMCExtension.findXBMCScraperFunction(XBMCAddon rootAddon,
java.lang.String functionName)
Used to find the scraper function
|
org.w3c.dom.Document |
XBMCScraper.getCreateSearchUrl(XBMCAddon rootAddon,
java.lang.String searchTerm,
java.lang.String year)
Used to get the URL which should be used to search
|
org.w3c.dom.Document |
XBMCScraper.getEpisodeGuideUrl(XBMCAddon rootAddon,
java.lang.String rawHtml)
Used to get the episode guide URL
|
org.w3c.dom.Document |
XBMCScraper.getGetDetails(XBMCAddon rootAddon,
java.io.File file,
java.lang.String... contents)
Used to get the show/film details as a XML document.
|
org.w3c.dom.Document |
XBMCScraper.getGetEpisodeDetails(XBMCAddon rootAddon,
java.lang.String contents,
java.lang.String episodeId)
Used to get the details of the a episode.
|
org.w3c.dom.Document |
XBMCScraper.getGetEpisodeList(XBMCAddon rootAddon,
java.lang.String html,
java.net.URL showURL)
Used to get a list of the the episodes in a show
|
org.w3c.dom.Document |
XBMCScraper.getGetSearchResults(XBMCAddon rootAddon,
java.lang.String rawHtml,
java.lang.String searchTerm)
This function is used to get a XML document of the search results.
|
boolean |
XBMCScraper.getNfoUrl(XBMCAddon rootAddon,
java.lang.String contents)
Used to get a Show or film URL from the contents of a NFO file.
|
boolean |
XBMCScraper.supportsURL(XBMCAddon rootAddon,
java.net.URL url)
This method is used to check if the scraper can be used for the episode details URL
|
Constructor and Description |
---|
XBMCExtension(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point)
The constructor
|
XBMCLibrary(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point)
The constructor
|
XBMCScraper(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point,
Mode mode)
Used to create the class and set the scraper file
|
XBMCSourceInfo(XBMCAddonManager mgr,
XBMCAddon addon)
The constructor
|