Package | Description |
---|---|
org.stanwood.media.source | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.store.db |
Modifier and Type | Method and Description |
---|---|
Film |
TagChimpSource.getFilm(java.lang.String filmId,
java.net.URL url,
java.io.File file)
This will get a film from the source.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TagChimpSource.parseCertification(Film film,
org.w3c.dom.Document doc) |
protected void |
TagChimpSource.parseChapters(Film film,
org.w3c.dom.Document doc) |
Modifier and Type | Method and Description |
---|---|
Film |
XBMCSource.getFilm(java.lang.String filmId,
java.net.URL url,
java.io.File file)
This will get a film from the source.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Film> |
DBMediaDirectory.getFilms()
Used to get a list of films in the media directory
|
Modifier and Type | Method and Description |
---|---|
void |
DBMediaDirectory.setFilms(java.util.List<Film> films)
Used to set a list of films in the media directory
|