Uses of Class
org.stanwood.media.model.Show

Packages that use Show
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
org.stanwood.media.store.memory   
 

Uses of Show in org.stanwood.media.source
 

Methods in org.stanwood.media.source that return Show
 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.
 

Uses of Show in org.stanwood.media.source.xbmc
 

Methods in org.stanwood.media.source.xbmc that return Show
 Show XBMCSource.getShow(java.lang.String showId, java.net.URL url, java.io.File file)
          This will get a show from the source.
 

Uses of Show in org.stanwood.media.store.memory
 

Subclasses of Show in org.stanwood.media.store.memory
 class CacheShow
          Used to create a cache of the TV show data
 

Methods in org.stanwood.media.store.memory that return Show
 Show MemoryStore.getShow(java.io.File rootMediaDir, java.io.File episodeFile, java.lang.String showId)
          This will get a show from the store.