Uses of Interface
org.stanwood.media.extensions.IExtension

Packages that use IExtension
org.stanwood.media.actions   
org.stanwood.media.actions.command   
org.stanwood.media.actions.podcast   
org.stanwood.media.actions.rename   
org.stanwood.media.extensions   
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
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 IExtension in org.stanwood.media.actions
 

Subinterfaces of IExtension in org.stanwood.media.actions
 interface IAction
          This interface should be implemented by classes that are used to represent actions that can be performed on media files in a media directory
 

Classes in org.stanwood.media.actions that implement IExtension
 class AbstractAction
          Helper class that actions should extends so that they only have to implement action methods that are needed.
 

Uses of IExtension in org.stanwood.media.actions.command
 

Classes in org.stanwood.media.actions.command that implement IExtension
 class ExecuteSystemCommandAction
          This action is used execute a system command upon media files and directories
 

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

Classes in org.stanwood.media.actions.podcast that implement IExtension
 class PodCastAction
           This action is used create a pod cast of media that it finds.
 

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

Classes in org.stanwood.media.actions.rename that implement IExtension
 class RenameAction
          This action is used to rename media files in a media directory based on a pattern.
 

Uses of IExtension in org.stanwood.media.extensions
 

Classes in org.stanwood.media.extensions with type parameters of type IExtension
 class ExtensionInfo<T extends IExtension>
          Used to describe extensions to the media manager
 

Uses of IExtension in org.stanwood.media.source
 

Subinterfaces of IExtension in org.stanwood.media.source
 interface ISource
          This interfaces should be implemented by classes used to retrive information from a source.
 

Classes in org.stanwood.media.source that implement IExtension
 class HybridFilmSource
          This class is a source used to retrieve the best film information it can.
 class TagChimpSource
          This class is a source used to retrieve information about films from "www.tagchimp.com".
 

Uses of IExtension in org.stanwood.media.source.xbmc
 

Classes in org.stanwood.media.source.xbmc that implement IExtension
 class XBMCSource
          This is a source that reads the details using XBMC addons.
 

Uses of IExtension in org.stanwood.media.store
 

Subinterfaces of IExtension in org.stanwood.media.store
 interface IStore
          Stores are similar too sources, except that they are also writable.
 

Classes in org.stanwood.media.store that implement IExtension
 class SapphireStore
           This is a write only store that is used to store information in a format that can be used by the sapphire frontrow plug-in.
 

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

Classes in org.stanwood.media.store.memory that implement IExtension
 class MemoryStore
          This store is used to store the show information in memory.
 

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

Classes in org.stanwood.media.store.mp4 that implement IExtension
 class MP4ITunesStore
           This store is used to store Film/TV show information in .mp4/.m4v files used by iTunes.
 

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

Classes in org.stanwood.media.store.mp4.itunes that implement IExtension
 class RemoteMacOSXItunesStore
           This store is used to inform itunes of file changes in a media directory.
 

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

Classes in org.stanwood.media.store.xmlstore that implement IExtension
 class XMLStore2
          This store is used to store the show and film information in a XML called .mediaManager-xmlStore.xml.