Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AbstractAction.resolvePatterns(MediaDirectory dir,
java.lang.String input,
IVideo video,
java.io.File mediaFile,
java.lang.Integer part) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExecuteSystemCommandAction.executeCommand(java.lang.String cmd,
java.io.File file,
MediaDirectory dir,
IVideo video) |
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
|
protected void |
PodCastAction.parseFeed(IVideo video,
java.io.File mediaFile,
java.lang.Integer part) |
Modifier and Type | Method and Description |
---|---|
IVideo |
ImportedEntry.getVideo()
Get the video information of the entry
|
Constructor and Description |
---|
ImportedEntry(java.io.File oldName,
java.io.File newName,
MediaDirectory dir,
IVideo video,
java.lang.Integer part)
The constructor
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEpisode
A base interface for all episodes
|
interface |
IFilm
Interface for all the film classes
|
Modifier and Type | Class and Description |
---|---|
class |
Episode
This is used to store episode information
|
class |
Film
This class is used to hold film related information
|
Modifier and Type | Method and Description |
---|---|
IVideo |
MediaSearchResult.getVideo()
Used to get the video information
|
Constructor and Description |
---|
MediaSearchResult(MediaDirectory mediaDirectory,
IVideo video)
The constructor
|
Modifier and Type | Class and Description |
---|---|
class |
XBMCEpisode
The episode type been returned by XBMC addons
|
Modifier and Type | Class and Description |
---|---|
class |
DBEpisode
Used to store database episode information
|
Modifier and Type | Method and Description |
---|---|
protected IAtom |
MP4AtomicParsleyManager.getArtworkAtom(java.io.File mp4File,
IVideo video) |
Modifier and Type | Method and Description |
---|---|
static java.net.URL |
MP4ManagerHelper.getVideoURL(IVideo video)
Used to get the image URL of a video
|
Modifier and Type | Method and Description |
---|---|
protected IAtom |
MP4JAudioTaggerManager.getArtworkAtom(java.io.File mp4File,
IVideo video) |
Modifier and Type | Class and Description |
---|---|
class |
XMLEpisode
Episode information for the store
XMLStore2 , that access the information from the XML File |
class |
XMLFilm
This is a Film object that talks directory to the DOM of the XML store
|
class |
XMLVideo
XML Video class that read/sets the information into a dom object
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLStore2.readDirectors(IVideo video,
org.w3c.dom.Node videoNode) |
protected void |
XMLStore2.readWriters(IVideo video,
org.w3c.dom.Node videoNode) |
protected void |
XMLStore2.writeFilenames(org.w3c.dom.Document doc,
org.w3c.dom.Node parent,
IVideo video,
java.io.File rootMediaDir)
Used to append a set of filenames to the document under the given parent node
|