Genre 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(
        'exact_match',
        'hidden',
        'object_type',
        'regex_match',
        'regex_not_match',
        'genre',
        'rating',
        'user_flag',
        'user_flag_rating',
    );
Available browse sorts
    protected array $sorts = array(
        'id',
        'rand',
        'genre',
        'name'
    );