http://your-server/rest/search3.view
Since 1.8.0
Similar to search2
, but organizes music according to ID3 tags.
Parameter | Required | Default | Comment |
---|---|---|---|
query |
Yes | Search query. | |
artistCount |
No | 20 | Maximum number of artists to return. |
artistOffset |
No | 0 | Search result offset for artists. Used for paging. |
albumCount |
No | 20 | Maximum number of albums to return. |
albumOffset |
No | 0 | Search result offset for albums. Used for paging. |
songCount |
No | 20 | Maximum number of songs to return. |
songOffset |
No | 0 | Search result offset for songs. Used for paging. |
Returns a <subsonic-response>
element with a nested <searchResult3>
element on success. Example.