Artist Browse
This page focuses on a single object type.
Refer to the main Api Browse methods page for further information regarding the other Browse types method.
Available browse filters
You can filter responses by the object name using the following conditions.
e.g. cond=like,unplayed+tracks
- Name/Title string filters
- like
- not_like
- equal
- regex_match
- regex_not_match
- starts_with
- not_starts_with
public const FILTERS = array(
'add_gt',
'add_lt',
'album_artist',
'song_artist',
'catalog',
'catalog_enabled',
'user_catalog',
'exact_match',
'label',
'regex_match',
'regex_not_match',
'starts_with',
'genre',
'unplayed',
'update_gt',
'update_lt',
);
Available browse sorts
protected array $sorts = array(
'id',
'title',
'name',
'placeformed',
'yearformed',
'song_count',
'album_count',
'total_count',
'rand',
'rating',
'time',
'user_flag',
'user_flag_rating',
);