Package | Description |
---|---|
org.stanwood.media.store.db |
Modifier and Type | Method and Description |
---|---|
java.util.List<DBEpisode> |
DBSeason.getEpisodes()
Used to get a list of episodes in the season
|
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseStore.updateEpisode(IEpisode episode,
DBEpisode dbEpisode,
java.io.File episodeFile,
java.io.File oldFileName,
java.io.File rootMediaDir) |
Modifier and Type | Method and Description |
---|---|
void |
DBSeason.setEpisodes(java.util.List<DBEpisode> episodes)
Used to set the list of episodes in the season
|