Modifier and Type | Method and Description |
---|---|
MediaDirConfig |
MediaDirectory.getMediaDirConfig()
Get the configuration of the media directory
|
Modifier and Type | Method and Description |
---|---|
static IFeedFile |
FeedFileFactory.createFile(java.io.File file,
MediaDirConfig dirConfig,
IVideo media,
java.lang.String baseUrl)
Create a feed file
|
static IFeedFile |
FeedFileFactory.createFile(java.io.File file,
MediaDirConfig dirConfig,
java.lang.String title,
java.lang.String description,
java.lang.String baseUrl)
Create a feed file
|
Constructor and Description |
---|
RSSFeed(java.io.File feedFile,
java.lang.String baseUrl,
MediaDirConfig dirConfig)
The constructor used to create a instance of the RSSFeed object
|
VideoFeedFile(java.io.File file,
MediaDirConfig dirConfig,
java.lang.String title,
java.lang.String description,
java.lang.String baseUrl,
java.lang.String contentType)
The constructor
|
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
|
java.lang.String |
PatternMatcher.getNewTVShowName(MediaDirConfig dirConfig,
java.lang.String pattern,
IEpisode episode,
java.lang.String ext,
IMediaFileInfo info)
Get a file name for a TV show pattern
|
static ParsedFileName |
FileNameParser.parse(MediaDirConfig dirConfig,
java.io.File file,
SearchResult lookupResults)
Parse the filename and work out the episode and season number
|
Modifier and Type | Method and Description |
---|---|
MediaDirConfig |
CacheKey.getConfig()
Used to get media directory configuration
|
Modifier and Type | Method and Description |
---|---|
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
|
void |
CacheKey.setConfig(MediaDirConfig config)
Used to set the media directory configuration
|
Constructor and Description |
---|
CacheKey(MediaDirConfig config,
int number)
The constructor
|
Modifier and Type | Method and Description |
---|---|
MediaDirConfig |
ConfigReader.getMediaDirectory(java.io.File directory)
Used to get the configuration for a root media directory
|
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 |
---|---|
java.util.Collection<IEpisode> |
IStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.List<IEpisode> |
SapphireStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
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.
|
SearchResult |
IStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
SearchResult |
SapphireStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
DatabaseStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
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.
|
SearchResult |
DatabaseStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
MemoryStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
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.
|
SearchResult |
MemoryStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IEpisode> |
MP4ITunesStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
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.
|
SearchResult |
MP4ITunesStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
RemoteMacOSXItunesStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
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.
|
SearchResult |
RemoteMacOSXItunesStore.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
XMLStore2.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
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.
|
SearchResult |
XMLStore2.searchMedia(java.lang.String name,
Mode mode,
java.lang.Integer part,
MediaDirConfig dirConfig,
java.io.File mediaFile)
Used to search for store for media
|