search2
Returns a listing of files matching the given search criteria. Supports paging through the result.
Categories:
http://your-server/rest/search2
Since 1.4.0
Returns albums, artists and songs matching the given search criteria. Supports paging through the result.
Parameters
Parameter | Req. | OpenS. | 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. | |
musicFolderId |
No | (Since 1.12.0) Only return results from the music folder with the given ID. See getMusicFolders . |
Example
http://your-server/rest/search2.view?u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
A subsonic-response
element with a nested searchResult2
element on success.
// TODO
// TODO
Field | Type | Req. | OpenS. | Details |
---|---|---|---|---|
searchResult2 |
searchResult2 |
Yes | The result |
Last modified March 31, 2023: Remove "Reference" level (0e00cdd)