Modifier and Type | Method and Description |
---|---|
Controller |
MediaDirectory.getController()
Used to get the media controller
|
Constructor and Description |
---|
MediaDirectory(Controller controller,
ConfigReader config,
java.io.File mediaDir)
The constructor
|
Constructor and Description |
---|
ActionPerformer(Controller controller,
java.util.List<IAction> actions,
MediaDirectory dir,
java.util.List<java.lang.String> exts)
Constructor used to create a instance of the class
|
Modifier and Type | Method and Description |
---|---|
protected ExecuteSystemCommandAction |
ExecuteSystemCommandActionInfo.createExtension(Controller controller) |
Modifier and Type | Method and Description |
---|---|
protected PodCastAction |
PodCastActionInfo.createExtension(Controller controller) |
Modifier and Type | Method and Description |
---|---|
protected RenameAction |
RenameActionInfo.createExtension(Controller controller) |
Modifier and Type | Method and Description |
---|---|
Controller |
AbstractSubCLICommand.getController()
Used to get the controller
|
Controller |
AbstractLauncher.getController()
Used to get the controller
|
Controller |
ICLICommand.getController()
Used to get the controller
|
Modifier and Type | Method and Description |
---|---|
void |
BaseLauncher.init(Controller controller)
Called to setup stuff that depends on the controller
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
ExtensionInfo.createExtension(Controller controller)
Used to create the extension
|
T |
ExtensionInfo.getAnyExtension(Controller controller,
MediaDirConfig config)
Used to get any extension from the media directory configuration.
|
T |
ExtensionInfo.getExtension(Controller controller,
MediaDirConfig config,
int number)
Used to get the extension class type
|
Constructor and Description |
---|
MediaSearcher(Controller controller)
The constructor
|
Modifier and Type | Method and Description |
---|---|
Controller |
AbstractServerCommand.getController()
Used to get the controller
|
Constructor and Description |
---|
AbstractServerCommand(Controller controller)
The constructor
|
ImportMediaCommand(Controller controller)
The constructor
|
ManageMediaCommand(Controller controller)
The constructor
|
XBMCInstallAddonsCommand(Controller controller)
The constructor
|
XBMCListAddonsCommand(Controller controller)
The constructor
|
XBMCRemoveAddonsCommand(Controller controller)
The constructor
|
XBMCUpdateAddonsCommand(Controller controller)
The constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IAction> |
ConfigReader.loadActionsFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the actions from the configuration file
|
java.util.List<ISource> |
ConfigReader.loadSourcesFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the sources from the configuration file
|
java.util.List<IStore> |
ConfigReader.loadStoresFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the stores from the configuration file
|
Modifier and Type | Method and Description |
---|---|
protected HybridFilmSource |
HybridFilmSourceInfo.createExtension(Controller controller) |
protected TagChimpSource |
TagChimpSourceInfo.createExtension(Controller controller)
Used to create the extension
|
Modifier and Type | Method and Description |
---|---|
protected XBMCSource |
XBMCSourceInfo.createExtension(Controller controller) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXBMCSubCommand.init(Controller controller)
Called to setup stuff that depends on the controller
|
Modifier and Type | Method and Description |
---|---|
protected SapphireStore |
SapphireStoreInfo.createExtension(Controller controller) |
Modifier and Type | Method and Description |
---|---|
protected Controller |
DatabaseStore.getController() |
Modifier and Type | Method and Description |
---|---|
protected DatabaseStore |
DatabaseStoreInfo.createExtension(Controller controller) |
protected FileDatabaseStore |
FileDatabaseStoreInfo.createExtension(Controller controller) |
Constructor and Description |
---|
DatabaseStore(Controller controller)
The constructor
|
FileDatabaseStore(Controller controller)
The constructor
|
Modifier and Type | Method and Description |
---|---|
protected MemoryStore |
MemoryStoreInfo.createExtension(Controller controller) |
Modifier and Type | Method and Description |
---|---|
protected MP4ITunesStore |
MP4ITunesStoreInfo.createExtension(Controller controller) |
void |
IMP4Manager.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode)
Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
|
void |
MP4ManagersWrapper.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode) |
void |
IMP4Manager.updateFilm(Controller controller,
java.io.File mp4File,
IFilm film,
java.lang.Integer part)
Used to add atoms to a MP4 file that makes iTunes see it as a Film.
|
void |
MP4ManagersWrapper.updateFilm(Controller controller,
java.io.File mp4File,
IFilm film,
java.lang.Integer part) |
Constructor and Description |
---|
MP4ITunesStore(Controller controller,
MP4ITunesStoreInfo storeInfo)
The constructor
|
Modifier and Type | Method and Description |
---|---|
void |
MP4AtomicParsleyManager.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode)
Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
|
void |
MP4AtomicParsleyManager.updateFilm(Controller controller,
java.io.File mp4File,
IFilm film,
java.lang.Integer part)
Used to add atoms to a MP4 file that makes iTunes see it as a Film.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteMacOSXItunesStore |
RemoteMacOSXItunesStoreInfo.createExtension(Controller controller) |
Modifier and Type | Method and Description |
---|---|
void |
MP4JAudioTaggerManager.updateEpsiode(Controller controller,
java.io.File mp4File,
IEpisode episode)
Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
|
void |
MP4JAudioTaggerManager.updateFilm(Controller controller,
java.io.File mp4File,
IFilm film,
java.lang.Integer part) |
Modifier and Type | Method and Description |
---|---|
protected XMLStore2 |
XMLStore2Info.createExtension(Controller controller) |