Interface | Description |
---|---|
IEpisode |
A base interface for all episodes
|
IFilm |
Interface for all the film classes
|
ISeason |
Base interface for all season classes
|
IShow |
Base interface for all show classes
|
IVideo |
This interface is used to define the methods that are common for any type of video
that can be shown as a tv show or a film.
|
IVideoActors |
This should be implemented by video classes that can store actor information
|
IVideoCertification |
Used to store certification information
|
IVideoExtra |
Should be implemented by video classes that store extra information not returned by usual getters and setters.
|
IVideoGenre |
This should be implemented by videos that support genres
|
IVideoRating |
This interface should be implemented by video classes that can be rated
|
Class | Description |
---|---|
Actor |
Used to store information on actors
|
Certification |
Used to hold a certification rating of a episode or film
|
Chapter |
This is used to store DVD Chapter information for films
|
Episode |
This is used to store episode information
|
Film |
This class is used to hold film related information
|
Messages |
Message bundle class
|
Rating |
Used to store information on video ratings
|
SearchResult |
This is used to hold the results of searching for a show id
|
Season |
This is used to hold information on a season within a show
|
Show |
This is used to store and retrive information about shows
|
VideoFile |
This is used to store information about files in a media directory
|
VideoFileComparator |
Used to compare video files
|
VideoFileSet |
Used to store video files in a sorted set
|
Enum | Description |
---|---|
Mode |
This enumeration contains the rename modes
|