Package | Description |
---|---|
org.stanwood.media.store | |
org.stanwood.media.store.db | |
org.stanwood.media.store.memory |
Modifier and Type | Method and Description |
---|---|
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 |
DBSeason
Used to store season information in a database
|
Modifier and Type | Class and Description |
---|---|
class |
CacheSeason
A cached version of the season object for storing the details in memory
|