tv
fun tv(block: DiscoverApi.TvQuery.() -> Unit = {}): Flow.Publisher<PaginatedListResults<TvListResult>>
Discover TV shows by different types of data like average rating, number of votes, genres, the network they aired on and air dates.
Discover also supports a nice list of sort options. See TvQuery for all of the available options.
Also note that a number of filters support being comma (,
) or pipe (|
) separated. Comma's are treated like an AND
and query while pipe's are an OR
.
Some examples of what can be done with discover can be found here.