public interface VideoOperations
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
addVideo(String filename,
String hostname)
- POST
|
org.springframework.http.ResponseEntity<BlurayInfoWrapper> |
getBluray(String path,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
getVideo(int id,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
getVideoByFilename(String filename,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoMetadataInfoList> |
getVideoList(boolean descending,
int startIndex,
int count,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<VideoLookupList> |
lookupVideo(String title,
String subtitle,
String inetRef,
int season,
int episode,
String grabberType,
boolean allowGeneric,
ETagInfo etag)
- GET
|
org.springframework.http.ResponseEntity<Bool> |
removeVideoFromDatabase(int id)
- POST
|
org.springframework.http.ResponseEntity<Bool> addVideo(String filename, String hostname) throws MythServiceApiRuntimeException
filename - hostname - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<BlurayInfoWrapper> getBluray(String path, ETagInfo etag) throws MythServiceApiRuntimeException
path - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> getVideo(int id, ETagInfo etag) throws MythServiceApiRuntimeException
id - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> getVideoByFilename(String filename, ETagInfo etag) throws MythServiceApiRuntimeException
filename - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoMetadataInfoList> getVideoList(boolean descending, int startIndex, int count, ETagInfo etag) throws MythServiceApiRuntimeException
descending - startIndex - count - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<VideoLookupList> lookupVideo(String title, String subtitle, String inetRef, int season, int episode, String grabberType, boolean allowGeneric, ETagInfo etag) throws MythServiceApiRuntimeException
title - subtitle - inetRef - season - episode - grabberType - allowGeneric - MythServiceApiRuntimeExceptionorg.springframework.http.ResponseEntity<Bool> removeVideoFromDatabase(int id) throws MythServiceApiRuntimeException
id - MythServiceApiRuntimeExceptionCopyright © 2012. All Rights Reserved.