Uses of Class
org.stanwood.media.setup.MediaDirConfig

Packages that use MediaDirConfig
org.stanwood.media   
org.stanwood.media.actions.podcast   
org.stanwood.media.actions.rename   
org.stanwood.media.extensions   
org.stanwood.media.setup   
org.stanwood.media.store   
org.stanwood.media.store.memory   
org.stanwood.media.store.mp4   
org.stanwood.media.store.mp4.itunes   
org.stanwood.media.store.xmlstore   
 

Uses of MediaDirConfig in org.stanwood.media
 

Methods in org.stanwood.media that return MediaDirConfig
 MediaDirConfig MediaDirectory.getMediaDirConfig()
          Get the configuration of the media directory
 

Uses of MediaDirConfig in org.stanwood.media.actions.podcast
 

Methods in org.stanwood.media.actions.podcast with parameters of type MediaDirConfig
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
 

Constructors in org.stanwood.media.actions.podcast with parameters of type MediaDirConfig
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
 

Uses of MediaDirConfig in org.stanwood.media.actions.rename
 

Methods in org.stanwood.media.actions.rename with parameters of type MediaDirConfig
 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
 

Uses of MediaDirConfig in org.stanwood.media.extensions
 

Methods in org.stanwood.media.extensions that return MediaDirConfig
 MediaDirConfig CacheKey.getConfig()
          Used to get media directory configuration
 

Methods in org.stanwood.media.extensions with parameters of type MediaDirConfig
 T ExtensionInfo.getAnyExtension(MediaDirConfig config)
          Used to get any extension from the media directory configuration.
 T ExtensionInfo.getExtension(MediaDirConfig config, int number)
          Used to get the extension class type
 void CacheKey.setConfig(MediaDirConfig config)
          Used to set the media directory configuration
 

Constructors in org.stanwood.media.extensions with parameters of type MediaDirConfig
CacheKey(MediaDirConfig config, int number)
          The constructor
 

Uses of MediaDirConfig in org.stanwood.media.setup
 

Methods in org.stanwood.media.setup that return MediaDirConfig
 MediaDirConfig ConfigReader.getMediaDirectory(java.io.File directory)
          Used to get the configuration for a root media directory
 

Methods in org.stanwood.media.setup with parameters of type MediaDirConfig
 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
 

Uses of MediaDirConfig in org.stanwood.media.store
 

Methods in org.stanwood.media.store with parameters of type MediaDirConfig
 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
 

Uses of MediaDirConfig in org.stanwood.media.store.memory
 

Methods in org.stanwood.media.store.memory with parameters of type MediaDirConfig
 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
 

Uses of MediaDirConfig in org.stanwood.media.store.mp4
 

Methods in org.stanwood.media.store.mp4 with parameters of type MediaDirConfig
 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
 

Uses of MediaDirConfig in org.stanwood.media.store.mp4.itunes
 

Methods in org.stanwood.media.store.mp4.itunes with parameters of type MediaDirConfig
 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
 

Uses of MediaDirConfig in org.stanwood.media.store.xmlstore
 

Methods in org.stanwood.media.store.xmlstore with parameters of type MediaDirConfig
 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