Package | Description |
---|---|
org.stanwood.media.model | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.store.db | |
org.stanwood.media.store.xmlstore |
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 | 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 | 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
|