Skip to content

Search pane

case_sensitive

case_sensitive: <bool>

Whether the filter should be case sensitive by default. Default is false.

mode

mode: Exact | StartsWith | Contains | Regex

What kind if filter to use by default. Default is Contains.

tags

tags: <(label: <string>, value: <string>)[]>

Array of tags to list as searchable on the Search pane. Each tag consists of a label and value. If not specified, the default values are used. If empty array is passed, a value of [(label: "Any Tag", value: "any")] will be used instead. For a list of supported tags refer to MPD’s documentation. Special tag any will check all possible tags.