Modifier and Type | Method and Description |
---|---|
java.util.List<ExtensionInfo<? extends IStore>> |
Controller.getAvalibaleStores()
Used to get a list of possible stores that can be used with a media directory.
|
ExtensionInfo<? extends IStore> |
Controller.getStoreInfo(java.lang.String id)
Used to get information about a store
|
java.util.List<IStore> |
MediaDirectory.getStores()
Get the stores been used by the media directory
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IStore> |
ConfigReader.loadStoresFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the stores from the configuration file
|
Modifier and Type | Class and Description |
---|---|
class |
SapphireStore
This is a write only store that is used to store information in a format that can be used by the sapphire frontrow
plug-in.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseStore
The database details are specified via a database resource.
|
class |
FileDatabaseStore
The file database store.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
This store is used to store the show information in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
MP4ITunesStore
This store is used to store Film/TV show information in .mp4/.m4v files used
by iTunes.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteMacOSXItunesStore
This store is used to inform itunes of file changes in a media directory.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLStore2
This store is used to store the show and film information in a XML called .mediaManager-xmlStore.xml.
|