|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IStore in org.stanwood.media |
---|
Methods in org.stanwood.media that return types with arguments of type IStore | |
---|---|
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 |
Uses of IStore in org.stanwood.media.setup |
---|
Methods in org.stanwood.media.setup that return types with arguments of type IStore | |
---|---|
java.util.List<IStore> |
ConfigReader.loadStoresFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the stores from the configuration file |
Uses of IStore in org.stanwood.media.store |
---|
Classes in org.stanwood.media.store that implement IStore | |
---|---|
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. |
Uses of IStore in org.stanwood.media.store.memory |
---|
Classes in org.stanwood.media.store.memory that implement IStore | |
---|---|
class |
MemoryStore
This store is used to store the show information in memory. |
Uses of IStore in org.stanwood.media.store.mp4 |
---|
Classes in org.stanwood.media.store.mp4 that implement IStore | |
---|---|
class |
MP4ITunesStore
This store is used to store Film/TV show information in .mp4/.m4v files used by iTunes. |
Uses of IStore in org.stanwood.media.store.mp4.itunes |
---|
Classes in org.stanwood.media.store.mp4.itunes that implement IStore | |
---|---|
class |
RemoteMacOSXItunesStore
This store is used to inform itunes of file changes in a media directory. |
Uses of IStore in org.stanwood.media.store.xmlstore |
---|
Classes in org.stanwood.media.store.xmlstore that implement IStore | |
---|---|
class |
XMLStore2
This store is used to store the show and film information in a XML called .mediaManager-xmlStore.xml. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |