Package | Description |
---|---|
org.stanwood.media.server.commands |
Modifier and Type | Method and Description |
---|---|
void |
XBMCRemoveAddonsCommand.setAddons(java.util.List<java.lang.String> addons)
Set the list of addons to uninstall using their addon ID from XBMC
|
void |
XBMCInstallAddonsCommand.setAddons(java.util.List<java.lang.String> addons)
Set the list of addons to install using their addon ID from XBMC
|
void |
XBMCUpdateAddonsCommand.setAddons(java.util.Set<java.lang.String> addons)
Used to set addons to update.
|
void |
ImportMediaCommand.setDeleteNonMedia(boolean value)
Used to set if non media files should be deleted.
|
void |
ImportMediaCommand.setExecuteActions(boolean executeActions)
If set to true, then actions of the media directory are executed after importing the media
|
void |
ManageMediaCommand.setMediaDirectories(java.util.List<java.io.File> mediaDirs)
Uses to set a list of media directories to process.
|
void |
ImportMediaCommand.setUseDefaults(boolean value)
If set to true, attempts are made to import the media files into a
default media directory if the actual media directory can't be found
|