Modifier and Type | Method and Description |
---|---|
IFilm |
MediaDirectory.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
SearchResult searchResult,
boolean refresh,
boolean cacheIfNew)
Get a film with a given film id and source id.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
java.lang.String |
PatternMatcher.getNewFilmName(MediaDirConfig dirConfig,
java.lang.String pattern,
IFilm film,
java.lang.String ext,
java.lang.Integer part,
IMediaFileInfo info)
Get a file name for a film pattern
|
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
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Integer |
CLICopyStoreToStore.getFilmPart(java.io.File file,
IFilm film) |
Modifier and Type | Class and Description |
---|---|
class |
Film
This class is used to hold film related information
|
Modifier and Type | Method and Description |
---|---|
static IFilm |
MediaSearcher.getFilm(MediaDirectory dir,
java.io.File file,
boolean useSources,
boolean cacheIfNew)
Used to lookup film information
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Integer |
MediaSearcher.getFilmPart(MediaDirectory dir,
java.io.File file,
IFilm film)
Used to get the part number of a film
|
Modifier and Type | Method and Description |
---|---|
IFilm |
HybridFilmSource.getFilm(java.lang.String filmId,
java.net.URL url,
java.io.File file)
This will get a film from the source.
|
IFilm |
ISource.getFilm(java.lang.String filmId,
java.net.URL url,
java.io.File filmFile)
This will get a film from the source.
|
Modifier and Type | Method and Description |
---|---|
IFilm |
IStore.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.lang.String filmId)
This will get a film from the store.
|
IFilm |
SapphireStore.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.lang.String filmId)
Always returns null as it is not implemented for this store.
|
IFilm |
IStore.getFilm(MediaDirectory dir,
java.io.File file)
This is used to get a film from a store via it's file name.
|
IFilm |
SapphireStore.getFilm(MediaDirectory dir,
java.io.File file)
This is used to get a film from a store via it's file name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFilm> |
IStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
java.util.List<IFilm> |
SapphireStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
IStore.cacheFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.io.File orginalFile,
IFilm film,
java.lang.Integer part)
This is used to write a film to the store.
|
void |
SapphireStore.cacheFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.io.File oldFileName,
IFilm film,
java.lang.Integer part)
This is used to write a film to the store.
|
Modifier and Type | Method and Description |
---|---|
IFilm |
DatabaseStore.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.lang.String filmId)
This will get a film from the store.
|
IFilm |
DatabaseStore.getFilm(MediaDirectory dir,
java.io.File file)
This is used to get a film from a store via it's file name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFilm> |
DatabaseStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseStore.cacheFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.io.File oldFileName,
IFilm film,
java.lang.Integer part)
This is used to write a film to the store.
|
Modifier and Type | Method and Description |
---|---|
IFilm |
MemoryStore.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.lang.String filmId)
Used to read a film from the store.
|
IFilm |
MemoryStore.getFilm(MediaDirectory dir,
java.io.File file)
This is used to get a film from a store via it's file name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFilm> |
MemoryStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryStore.cacheFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.io.File oldFileName,
IFilm film,
java.lang.Integer part)
This is used to write a film to the store.
|
Modifier and Type | Method and Description |
---|---|
IFilm |
MP4ITunesStore.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.lang.String filmId)
Always returns null as it is not implemented for this store.
|
IFilm |
MP4ITunesStore.getFilm(MediaDirectory dir,
java.io.File file)
This is used to get a film from a store via it's file name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IFilm> |
MP4ITunesStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
MP4ITunesStore.cacheFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.io.File oldFileName,
IFilm film,
java.lang.Integer part)
This is used to write a film to the store.
|
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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
IFilm |
RemoteMacOSXItunesStore.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.lang.String filmId)
This will get a film from the store.
|
IFilm |
RemoteMacOSXItunesStore.getFilm(MediaDirectory dir,
java.io.File file)
This is used to get a film from a store via it's file name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFilm> |
RemoteMacOSXItunesStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteMacOSXItunesStore.cacheFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.io.File oldFileName,
IFilm film,
java.lang.Integer part)
This is used to write a film to the store.
|
Modifier and Type | Method and Description |
---|---|
void |
MP4JAudioTaggerManager.updateFilm(Controller controller,
java.io.File mp4File,
IFilm film,
java.lang.Integer part) |
Modifier and Type | Class and Description |
---|---|
class |
XMLFilm
This is a Film object that talks directory to the DOM of the XML store
|
Modifier and Type | Method and Description |
---|---|
IFilm |
XMLStore2.getFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.lang.String filmId)
This will get a film from the store.
|
IFilm |
XMLStore2.getFilm(MediaDirectory dir,
java.io.File file)
This is used to get a film from a store via it's file name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFilm> |
XMLStore2.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLStore2.cacheFilm(java.io.File rootMediaDir,
java.io.File filmFile,
java.io.File oldFileName,
IFilm film,
java.lang.Integer part)
This is used to write a film to the store.
|