TvShowsApi

class TvShowsApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getEpisodes(request: ERROR CLASS: Symbol not found for GetEpisodesRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getEpisodes(seriesId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), season: Int? = null, seasonId: ERROR CLASS: Symbol not found for UUID?? = null, isMissing: Boolean? = null, adjacentTo: ERROR CLASS: Symbol not found for UUID?? = null, startItemId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), enableUserData: Boolean? = null, sortBy: ERROR CLASS: Symbol not found for ItemSortBy?? = null): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets episodes for a tv season.

Link copied to clipboard
suspend fun getNextUp(request: ERROR CLASS: Symbol not found for GetNextUpRequest = GetNextUpRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getNextUp(userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), seriesId: ERROR CLASS: Symbol not found for UUID?? = null, parentId: ERROR CLASS: Symbol not found for UUID?? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), enableUserData: Boolean? = null, nextUpDateCutoff: ERROR CLASS: Symbol not found for DateTime?? = null, enableTotalRecordCount: Boolean? = true, enableResumable: Boolean? = true, enableRewatching: Boolean? = false): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets a list of next up episodes.

Link copied to clipboard
suspend fun getNextUpDeprecated(request: ERROR CLASS: Symbol not found for GetNextUpDeprecatedRequest = GetNextUpDeprecatedRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getNextUpDeprecated(userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), seriesId: ERROR CLASS: Symbol not found for UUID?? = null, parentId: ERROR CLASS: Symbol not found for UUID?? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), enableUserData: Boolean? = null, nextUpDateCutoff: ERROR CLASS: Symbol not found for DateTime?? = null, enableTotalRecordCount: Boolean? = true, disableFirstEpisode: Boolean? = false, enableResumable: Boolean? = true, enableRewatching: Boolean? = false): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets a list of next up episodes.

Link copied to clipboard
suspend fun getSeasons(request: ERROR CLASS: Symbol not found for GetSeasonsRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getSeasons(seriesId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), isSpecialSeason: Boolean? = null, isMissing: Boolean? = null, adjacentTo: ERROR CLASS: Symbol not found for UUID?? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), enableUserData: Boolean? = null): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets seasons for a tv series.

Link copied to clipboard
suspend fun getUpcomingEpisodes(request: ERROR CLASS: Symbol not found for GetUpcomingEpisodesRequest = GetUpcomingEpisodesRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getUpcomingEpisodes(userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), parentId: ERROR CLASS: Symbol not found for UUID?? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList(), enableUserData: Boolean? = null): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets a list of upcoming episodes.