class Tmdb::Tv::Season
- Tmdb::Tv::Season
- Reference
- Object
Included Modules
Defined in:
tv/season.crConstructors
-
.detail(show_id : Int64, season_number : Int32, language : String | Nil = nil) : Season
Get the TV season details by id.
- .new(data : JSON::Any, show_id : Int64)
Instance Method Summary
-
#aggregated_credits(language : String | Nil = nil) : Array(AggregatedCast | AggregatedCrew)
Get the aggregate credits for TV season.
- #air_date : Time | Nil
-
#changes(start_date : Time | Nil = nil, end_date : Time | Nil = nil) : Array(Change)
Get the changes for a movie.
-
#credits(show_id : Int64, language : String | Nil = nil) : Array(Tv::Cast | Tv::Crew)
Get the credits for TV season.
- #episodes : Array(Tv::Episode) | Nil
-
#external_ids(language : String | Nil = nil) : Array(ExternalId)
Get the external ids for a TV season.
- #id : Int64
-
#images(language : String | Nil = nil) : Array(Image)
Get the images that belong to a TV season.
- #name : String
- #overview : String
- #poster_path : String | Nil
-
#posters(language : String | Nil = nil) : Array(Poster)
See
#images
- #season_number : Int32
- #show_id : Int64
-
#translations(language : String | Nil = nil) : Array(Translation)
Get the credits for TV season.
-
#videos(language : String | Nil = nil) : Array(Video)
Get the videos that have been added to a TV season.
Instance methods inherited from module Tmdb::PosterUrls
poster_url(size : String = "original") : String
poster_url
Constructor Detail
Get the TV season details by id.
Instance Method Detail
Get the aggregate credits for TV season.
This call differs from the main #credits
call in that it does not only
return the season credits, but rather is a view of all the cast & crew for
all of the episodes belonging to a season.
Get the changes for a movie. By default only the last 24 hours are returned.
You can query up to 14 days in a single query by using the start_date
and
end_date
query parameters.
Get the credits for TV season.
Get the external ids for a TV season. We currently support the following external sources.
- TVDB ID
- Freebase MID*
- Freebase ID*
- TVRage ID*
*Defunct or no longer available as a service.
Get the images that belong to a TV season.
Querying images with a language
parameter will filter the results. If you
want to include a fallback language (especially useful for backdrops) you
can use the include_image_language
parameter. This should be a comma
seperated value like so: include_image_language=en,null
.
Get the credits for TV season.
Get the videos that have been added to a TV season.