Modifier and Type | Method and Description |
---|---|
IShow |
MediaDirectory.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
SearchResult searchResult,
boolean refresh)
Get a show with a given show id and source id.
|
Modifier and Type | Method and Description |
---|---|
ISeason |
MediaDirectory.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum,
boolean refresh)
Get a season with a given season number.
|
Modifier and Type | Class and Description |
---|---|
class |
Show
This is used to store and retrive information about shows
|
Modifier and Type | Method and Description |
---|---|
IShow |
ISeason.getShow()
Get the show the season belongs too
|
IShow |
Season.getShow()
Get the show the season belongs too
|
Modifier and Type | Method and Description |
---|---|
void |
Season.setShow(IShow show)
Used to set the show
|
Constructor and Description |
---|
Season(IShow show,
int seasonNumber)
The constructor used to create a instance of the season.
|
Modifier and Type | Method and Description |
---|---|
IShow |
ISource.getShow(java.lang.String showId,
java.net.URL url,
java.io.File file)
This will get a show from the source.
|
Modifier and Type | Method and Description |
---|---|
ISeason |
TagChimpSource.getSeason(IShow show,
int seasonNum,
java.io.File file)
This always returns null as this source does not support reading episodes.
|
ISeason |
HybridFilmSource.getSeason(IShow show,
int seasonNum,
java.io.File file)
This always returns null as this source does not support reading episodes.
|
ISeason |
ISource.getSeason(IShow show,
int seasonNum,
java.io.File file)
This will get a season from the source.
|
Modifier and Type | Method and Description |
---|---|
ISeason |
XBMCSource.getSeason(IShow show,
int seasonNum,
java.io.File file)
This will get a season from the source.
|
Modifier and Type | Method and Description |
---|---|
IShow |
IStore.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
java.lang.String showId)
This will get a show from the store.
|
IShow |
SapphireStore.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
java.lang.String showId)
Always returns null as it is not implemented for this store.
|
Modifier and Type | Method and Description |
---|---|
void |
IStore.cacheShow(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show)
This is used to write a show too the store.
|
void |
SapphireStore.cacheShow(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show)
Does nothing as it is not implemented for this store
|
ISeason |
IStore.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum)
This will get a season from the store.
|
Season |
SapphireStore.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum)
Always returns null as it is not implemented for this store.
|
Modifier and Type | Class and Description |
---|---|
class |
DBShow
Used to store show information in a database
|
Modifier and Type | Method and Description |
---|---|
IShow |
DatabaseStore.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
java.lang.String showId)
This will get a show from the store.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseStore.cacheShow(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show) |
protected void |
DatabaseStore.cacheShowNoTrans(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show) |
ISeason |
DatabaseStore.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum)
This will get a season from the store.
|
protected void |
DatabaseStore.updateShow(IShow show,
DBShow foundShow) |
Modifier and Type | Class and Description |
---|---|
class |
CacheShow
Used to create a cache of the TV show data
|
Modifier and Type | Method and Description |
---|---|
IShow |
CacheSeason.getShow()
Get the show the season belongs too
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryStore.cacheShow(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show)
This is used to write a show too the store.
|
ISeason |
MemoryStore.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum)
This will get the season from the store
|
Constructor and Description |
---|
CacheShow(IShow show)
Used to create a instance of the cache show
|
Modifier and Type | Method and Description |
---|---|
IShow |
MP4ITunesStore.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
java.lang.String showId)
This will always return null as this is a write only store
|
Modifier and Type | Method and Description |
---|---|
void |
MP4ITunesStore.cacheShow(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show)
This does nothing as the show information can't be stored by this store
|
ISeason |
MP4ITunesStore.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum)
This will always return null as this is a write only store
|
Modifier and Type | Method and Description |
---|---|
IShow |
RemoteMacOSXItunesStore.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
java.lang.String showId)
This will get a show from the store.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteMacOSXItunesStore.cacheShow(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show)
This is used to write a show too the store.
|
ISeason |
RemoteMacOSXItunesStore.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum)
This will get a season from the store.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLShow
Used to store and get information about a show from a DOM show node
|
Modifier and Type | Method and Description |
---|---|
IShow |
XMLSeason.getShow()
Get the show the season belongs too
|
IShow |
XMLStore2.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
java.lang.String showId)
This will get a show from the store.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLStore2.cacheShow(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show)
This is used to write a show too the store.
|
ISeason |
XMLStore2.getSeason(java.io.File rootMediaDir,
java.io.File episodeFile,
IShow show,
int seasonNum)
This will get a season from the store.
|
Constructor and Description |
---|
XMLSeason(IShow show,
org.w3c.dom.Element seasonNode)
The constructor
|