Package | Description |
---|---|
org.stanwood.media.source | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.store.db | |
org.stanwood.media.store.memory |
Modifier and Type | Method and Description |
---|---|
Show |
TagChimpSource.getShow(java.lang.String showId,
java.net.URL url,
java.io.File file)
This always returns null as this source does not support reading episodes.
|
Show |
HybridFilmSource.getShow(java.lang.String showId,
java.net.URL url,
java.io.File file)
This always returns null as this source does not support reading episodes.
|
Modifier and Type | Method and Description |
---|---|
Show |
XBMCSource.getShow(java.lang.String showId,
java.net.URL url,
java.io.File file)
This will get a show from the source.
|
Modifier and Type | Class and Description |
---|---|
class |
DBShow
Used to store show information in a database
|
Modifier and Type | Class and Description |
---|---|
class |
CacheShow
Used to create a cache of the TV show data
|
Modifier and Type | Method and Description |
---|---|
Show |
MemoryStore.getShow(java.io.File rootMediaDir,
java.io.File episodeFile,
java.lang.String showId)
This will get a show from the store.
|