Retrieves detailed information about a specific episode.
The ID of the episode.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
A promise resolving to the EpisodeDetails object.
Retrieves a list of episodes with optional filtering and pagination.
The ID of the TV show.
Optional
season: numberThe season number.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
Optional
limits: ListLimitsOptional pagination limits.
Optional
sort: ListSortOptional sorting options.
Optional
filter: anyOptional filter criteria.
A promise resolving to the EpisodesResponse object.
Retrieves a list of genres.
A promise resolving to the GenresResponse object.
Retrieves detailed information about a specific movie.
The ID of the movie.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
A promise resolving to the MovieDetails object.
Retrieves a list of movies with optional filtering and pagination.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
Optional
limits: ListLimitsOptional pagination limits.
Optional
sort: ListSortOptional sorting options.
Optional
filter: ListFilterMoviesOptional filter criteria.
A promise resolving to the MoviesResponse object.
Retrieves detailed information about a specific music video.
The ID of the music video.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
A promise resolving to the MusicVideoDetails object.
Retrieves a list of music videos with optional filtering and pagination.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
Optional
limits: ListLimitsOptional pagination limits.
Optional
sort: ListSortOptional sorting options.
Optional
filter: ListFilterMusicVideosOptional filter criteria.
A promise resolving to the MusicVideosResponse object.
Retrieves a list of recently added episodes.
Optional
limits: ListLimitsOptional pagination limits.
A promise resolving to the RecentlyAddedEpisodesResponse object.
Retrieves a list of recently added movies.
Optional
limits: ListLimitsOptional pagination limits.
A promise resolving to the RecentlyAddedMoviesResponse object.
Retrieves a list of recently added music videos.
Optional
limits: ListLimitsOptional pagination limits.
A promise resolving to the RecentlyAddedMusicVideosResponse object.
Retrieves a list of seasons for a specific TV show.
The ID of the TV show.
A promise resolving to the SeasonsResponse object.
Retrieves a list of tags.
A promise resolving to the TagsResponse object.
Retrieves detailed information about a specific TV show.
The ID of the TV show.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
A promise resolving to the TVShowDetails object.
Retrieves a list of TV shows with optional filtering and pagination.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
Optional
limits: ListLimitsOptional pagination limits.
Optional
sort: ListSortOptional sorting options.
Optional
filter: ListFilterTVShowsOptional filter criteria.
A promise resolving to the TVShowsResponse object.
Retrieves detailed information about a specific video.
The ID of the video.
Optional
properties: VideoProperty[]Optional list of properties to retrieve.
A promise resolving to the VideoDetails object.
Retrieves a list of years for which videos are available.
A promise resolving to the YearsResponse object.
Updates the details of a specific episode.
The ID of the episode to update.
The properties to update.
A promise resolving to a boolean indicating success.
Updates the details of a specific movie.
The ID of the movie to update.
The properties to update.
A promise resolving to a boolean indicating success.
Updates the details of a specific music video.
The ID of the music video to update.
The properties to update.
A promise resolving to a boolean indicating success.
Updates the details of a specific TV show.
The ID of the TV show to update.
The properties to update.
A promise resolving to a boolean indicating success.
Cleans the video library by removing entries for missing files.