Modifier and Type | Method and Description |
---|---|
ExtensionInfo<? extends ISource> |
Controller.getDefaultSource(Mode mode)
Used to get the default source information
|
java.util.List<MediaDirectory> |
Controller.getMediaDirectories(Mode type)
Used to get a list of media directories of a given type
|
Modifier and Type | Method and Description |
---|---|
Mode |
SearchResult.getMode()
Used to get the media results type
|
static Mode |
Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SearchResult(java.lang.String id,
java.lang.String sourceId,
java.lang.String url,
java.lang.Integer part,
Mode mode)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Mode |
MediaDirConfig.getMode()
Used to get the mode of the media directory
|
Modifier and Type | Method and Description |
---|---|
void |
MediaDirConfig.setMode(Mode mode)
Used to set the mode of the media directory
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
TagChimpSource.searchMedia(java.lang.String name,
java.lang.String year,
Mode mode,
java.lang.Integer part)
This is called to search the source for media details
|
SearchResult |
HybridFilmSource.searchMedia(java.lang.String name,
java.lang.String year,
Mode mode,
java.lang.Integer part)
This is called to search the source for media details
|
SearchResult |
ISource.searchMedia(java.lang.String name,
java.lang.String year,
Mode mode,
java.lang.Integer part)
This is called to search the source for media details
|
Modifier and Type | Method and Description |
---|---|
Mode |
XBMCScraper.getMode()
Get the mode of the scrper
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XBMCAddonManager.getDefaultAddonID(Mode mode)
Used to get the default source ID
|
XBMCScraper |
XBMCAddon.getScraper(Mode mode)
Used to get the scraper class that will read data using the XBMC XML scraper files
|
SearchResult |
XBMCSource.searchMedia(java.lang.String name,
java.lang.String year,
Mode mode,
java.lang.Integer part)
This is called to search the source for media details
|
boolean |
XBMCAddon.supportsMode(Mode mode)
Used o find out if the scraper supports a given mode
|
Constructor and Description |
---|
XBMCScraper(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point,
Mode mode)
Used to create the class and set the scraper file
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
IStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
SearchResult |
SapphireStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
DatabaseStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
MemoryStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
MP4ITunesStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
RemoteMacOSXItunesStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
XMLStore2.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|