Skip to main content

Catalog Browse

Catalog Browse

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

API methods using this browse

browse, catalogs

Available browse filters

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

e.g. cond=starts_with,a

FilterValueDescription
alpha_matchstringAlias of like.
enabled0 or 1Send 1 for enabled catalogs, 0 for disabled ones.
equalstringThe catalog name is exactly this value. Matching is case insensitive.
exact_matchstringAlias of equal.
gather_typestringOnly catalogs gathering this media type: music, video or podcast.
gather_typesarrayThe array form of gather_type. cond can only send one string, so use gather_type from the API.
idarrayOnly these catalog ids. It takes a list, which cond cannot send, so cond=id,1 builds an empty list and the browse returns nothing.
likestringThe catalog name contains this value.
not_likestringThe catalog name does not contain this value.
not_starts_withstringThe catalog name does not start with this value.
regex_matchregexThe catalog name matches this MySQL regular expression. Setting it clears any regex_not_match filter.
regex_not_matchregexThe catalog name does not match this MySQL regular expression. Setting it clears any regex_match filter.
starts_withstringThe catalog name starts with this value.
useruser idOnly catalogs this user is allowed to see.

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
catalog_typeCatalog backend: local, beets, remote, seafile, subsonic or dropbox.
enabledEnabled catalogs group together.
gather_typesThe media type the catalog gathers: music, video or podcast.
idThe catalog id, which is the order they were created in.
last_addWhen something was last added to the catalog.
last_cleanWhen the catalog was last cleaned.
last_updateWhen it was last updated.
nameCatalog name.
ratingYour own rating, then when you set it. Catalogs you have not rated group together.
rename_patternThe catalog's rename pattern.
sort_patternThe catalog's sort pattern.
titleAlias of name.
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.