Package | Description |
---|---|
org.stanwood.media.actions | |
org.stanwood.media.actions.command | |
org.stanwood.media.actions.podcast | |
org.stanwood.media.actions.rename |
Modifier and Type | Class and Description |
---|---|
class |
ActionPerformer
This class is used to perform a list of actions upon files in a media directory
|
Modifier and Type | Method and Description |
---|---|
void |
IAction.perform(MediaDirectory dir,
IEpisode episode,
java.io.File mediaFile,
IActionEventHandler actionEventHandler)
Used to perform the action upon a TV episode file.
|
void |
IAction.perform(MediaDirectory dir,
IFilm film,
java.io.File mediaFile,
java.lang.Integer part,
IActionEventHandler actionEventHandler)
Used to perform the action upon a film file.
|
void |
AbstractAction.performOnDirectory(MediaDirectory dir,
java.io.File file,
IActionEventHandler actionEventHandler)
This is called so the action can perform on directories within the media directory
|
void |
IAction.performOnDirectory(MediaDirectory mediaDir,
java.io.File dir,
IActionEventHandler actionEventHandler)
This is called so the action can perform on directories within the media directory
|
Modifier and Type | Method and Description |
---|---|
void |
ExecuteSystemCommandAction.perform(MediaDirectory dir,
IEpisode episode,
java.io.File mediaFile,
IActionEventHandler actionEventHandler)
This will execute the command in the parameter
|
void |
ExecuteSystemCommandAction.perform(MediaDirectory dir,
IFilm film,
java.io.File mediaFile,
java.lang.Integer part,
IActionEventHandler actionEventHandler)
This will execute the command in the parameter
|
void |
ExecuteSystemCommandAction.performOnDirectory(MediaDirectory dir,
java.io.File mediaDir,
IActionEventHandler actionEventHandler)
This will execute the command in the parameter
|
protected void |
ExecuteSystemCommandAction.sendEvents(IActionEventHandler actionEventHandler,
java.io.File mediaFile) |
Modifier and Type | Method and Description |
---|---|
void |
PodCastAction.perform(MediaDirectory dir,
IEpisode episode,
java.io.File mediaFile,
IActionEventHandler actionEventHandler)
Used to perform the action upon a TV episode file.
|
void |
PodCastAction.perform(MediaDirectory dir,
IFilm film,
java.io.File mediaFile,
java.lang.Integer part,
IActionEventHandler actionEventHandler)
Used to perform the action upon a film file.
|
Modifier and Type | Method and Description |
---|---|
void |
RenameAction.perform(MediaDirectory dir,
IEpisode episode,
java.io.File mediaFile,
IActionEventHandler actionEventHandler)
Perform the rename action of the file files
|
void |
RenameAction.perform(MediaDirectory dir,
IFilm film,
java.io.File mediaFile,
java.lang.Integer part,
IActionEventHandler actionEventHandler)
Perform the rename action of the file files
|
void |
RenameAction.performOnDirectory(MediaDirectory mediaDir,
java.io.File dir,
IActionEventHandler actionEventHandler)
If the "pruneEmptyFolders" option has been set, then this will delete any empty
directories it finds.
|