Skip to content
Quentin Rousseau edited this page Feb 27, 2015 · 16 revisions

Video Station API

The VideoStation API is an AuthenticatedAPI, that means the user needs to be authenticated before using this API. Fortunately, the AuthenticatedAPI is smart enough to automatically log the user.

The syno object uses the vs (or videoStation alias) property to interact with the VideoStation API.

SYNO.VideoStation.Info

Description

Provide Video Station information.

Methods

Method Name Description Required params
getVideoStationInfo(callback) Provide Video Station information -

SYNO.VideoStation.Movie

Description

Provide Video Station Movies methods.

Methods

Method Name Description Required params
listMovies(params, callback) List movies -
searchMovie(params, callback) Search a movie title
getMovieInfo(params, callback) Get information about a movie id

TODO: Missing Methods to implements

Method Name Description Required params
editMovie(params, callback) Edit a movie ?

SYNO.VideoStation.TVShow

Description

Provide Video Station TV Shows methods.

Methods

Method Name Description Required params
listTVShows(params, callback) List TV shows -
searchTVShow(params, callback) Search a TV Show title
getTVShowInfo(params, callback) Get information about a TV Show id

TODO: Missing Methods to implements

Method Name Description Required params
editTVShow(params, callback) Edit a TV Show ?

SYNO.VideoStation.TVShowEpisode

Description

Provide Video Station TV Show Episodes methods.

Methods

Method Name Description Required params
listTVShowEpisodes(params, callback) List TV shows episodes -
searchTVShowEpisode(params, callback) Search a TV Show episode title
getTVShowEpisodeInfo(params, callback) Get information about a TV Show episode id

TODO: Missing Methods to implements

Method Name Description Required params
editTVShowEpisode(params, callback) Edit a TV Show episode ?
editADVTVShowEpisode(params, callback) ? ?

SYNO.VideoStation.HomeVideo

Description

Provide Video Station Home Video methods.

Methods

Method Name Description Required params
listHomeVideos(params, callback) List Home videos -
searchHomeVideo(params, callback) Search a Home video title
getHomeVideoInfo(params, callback) Get information about a Home video id

TODO: Missing Methods to implements

Method Name Description Required params
editHomeVideo(params, callback) Edit a Home video ?
Clone this wiki locally