tvdb v0.0.1 Tvdb.Series

Interface to look at information about series. Using the TVDb api

Summary

Functions

Get list of actors from the id of the series To get the id, you can use the Tvdb.Search

Get detailed episode information, so the id is the episode id To get the id, you can use the Tvdb.Series.Episodes

Get list of episodes for series. TODO: Pagination To get the id, you can use the Tvdb.Search

Get summary of the volume of pictures available in the query To get the id, you can use the Tvdb.Search

Get image information (not working at the moment, due to query implementation) To get the id, you can use the Tvdb.Search

Get series information based on the id of the series To get the id, you can use the Tvdb.Search

Get series summary of number of seasons, dvd’s and episodes To get the id, you can use the Tvdb.Search

Functions

actors(id)

Get list of actors from the id of the series To get the id, you can use the Tvdb.Search

episode_information(ep_id)

Get detailed episode information, so the id is the episode id To get the id, you can use the Tvdb.Series.Episodes

episodes(id)

Get list of episodes for series. TODO: Pagination To get the id, you can use the Tvdb.Search

image_summary(id)

Get summary of the volume of pictures available in the query To get the id, you can use the Tvdb.Search

images(id)

Get image information (not working at the moment, due to query implementation) To get the id, you can use the Tvdb.Search

information(id)

Get series information based on the id of the series To get the id, you can use the Tvdb.Search

summary(id)

Get series summary of number of seasons, dvd’s and episodes To get the id, you can use the Tvdb.Search