Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAction
Helper class that actions should extends so that they only have to
implement action methods that are needed.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecuteSystemCommandAction
This action is used execute a system command upon media files and directories
|
Modifier and Type | Class and Description |
---|---|
class |
PodCastAction
This action is used create a pod cast of media that it finds.
|
Modifier and Type | Class and Description |
---|---|
class |
RenameAction
This action is used to rename media files in a media directory based on a pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionInfo<T extends IExtension>
Used to describe extensions to the media manager
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISource
This interfaces should be implemented by classes used to retrive information from a source.
|
Modifier and Type | Class and Description |
---|---|
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".
|
Modifier and Type | Class and Description |
---|---|
class |
XBMCSource
This is a source that reads the details using XBMC addons.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStore
Stores are similar too sources, except that they are also writable.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseStore
The database details are specified via a database resource.
|
class |
FileDatabaseStore
The file database store.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
This store is used to store the show information in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
MP4ITunesStore
This store is used to store Film/TV show information in .mp4/.m4v files used
by iTunes.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteMacOSXItunesStore
This store is used to inform itunes of file changes in a media directory.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLStore2
This store is used to store the show and film information in a XML called .mediaManager-xmlStore.xml.
|