Skip to main content

Live Stream Browse

Live Stream Browse

This page lists the filters and sorts the live_stream browse accepts. Refer to the main Api Browse methods page for how to send them.

API methods using this browse

live_streams

Available browse filters

Send filters in the cond parameter as filter,value pairs, separated by ;

e.g. cond=starts_with,a;catalog,2

FilterValueDescription
alpha_matchstringAlias of like.
catalogcatalog idOnly live streams in this catalog. 0 is ignored rather than matching catalog zero, so it means every catalog.
catalog_enablednoneOnly live streams in an enabled catalog. Needs no value.
equalstringThe live stream name is exactly this value. Matching is case insensitive.
exact_matchstringAlias of equal.
idarrayOnly these live stream ids. It takes a list, which cond cannot send, so cond=id,1 builds an empty list and the browse returns nothing.
likestringThe live stream name contains this value.
not_likestringThe live stream name does not contain this value.
not_starts_withstringThe live stream name does not start with this value.
regex_matchregexThe live stream name matches this MySQL regular expression. Setting it clears any regex_not_match filter.
regex_not_matchregexThe live stream name does not match this MySQL regular expression. Setting it clears any regex_match filter.
starts_withstringThe live stream name starts with this value.
user_catalognoneOnly live streams in a catalog the current user is allowed to see. Needs no value.
user_flag0 or 1Send 1 for live streams the current user has favourited, 0 for the ones they have not.
user_rating0 to 5Only live streams the current user rated this value. Send 0 for live streams they have not rated at all.

Available browse sorts

Send a single sort in the sort parameter as name,order, where order is ASC or DESC.

e.g. sort=name,DESC

SortDescription
catalogThe catalog id it belongs to.
codecStream codec.
genreGenre string on the stream.
idThe live stream id, which is the order they were created in.
nameStream name.
ratingYour own rating, then when you set it. Live streams you have not rated group together.
site_urlThe stream's home page.
titleAlias of name.
urlThe stream URL.
user_flagWhen you added it to your favourites. This is a date, not a flag, so everything you have not favourited groups together.
user_flag_ratingWhen you added it to your favourites, then your rating.
userflagAlias of user_flag.