Package | Description |
---|---|
org.stanwood.media | |
org.stanwood.media.setup | |
org.stanwood.media.source | |
org.stanwood.media.source.xbmc |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExtensionInfo<? extends ISource>> |
Controller.getAvalibaleSources()
Used to get a list of possible sources that can be used with a media directory.
|
ExtensionInfo<? extends ISource> |
Controller.getDefaultSource(Mode mode)
Used to get the default source information
|
ExtensionInfo<? extends ISource> |
Controller.getSourceInfo(java.lang.String id)
Used to get information about a source
|
java.util.List<ISource> |
MediaDirectory.getSources()
Get the sources been used by the media directory
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ISource> |
ConfigReader.loadSourcesFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the sources from the configuration file
|
Modifier and Type | Class and Description |
---|---|
class |
HybridFilmSource
This class is a source used to retrieve the best film information it can.
|
class |
TagChimpSource
This class is a source used to retrieve information about films from "www.tagchimp.com".
|
Modifier and Type | Method and Description |
---|---|
ExtensionInfo<? extends ISource> |
TagChimpSource.getInfo()
Used to get the source information details
|
ExtensionInfo<? extends ISource> |
HybridFilmSource.getInfo()
Used to get the source information details
|
ExtensionInfo<? extends ISource> |
ISource.getInfo()
Used to get the source information details
|
Modifier and Type | Class and Description |
---|---|
class |
XBMCSource
This is a source that reads the details using XBMC addons.
|
Modifier and Type | Method and Description |
---|---|
ExtensionInfo<? extends ISource> |
XBMCSource.getInfo()
Used to get the source information details
|
Constructor and Description |
---|
XBMCSource(ExtensionInfo<? extends ISource> sourceInfo,
XBMCAddonManager mgr,
java.lang.String addonId)
Used to create a instance of this class
|