star

Attaches a star to a song, album or artist.

http://your-server/rest/star Since 1.8.0

Attaches a star to a song, album or artist.

Parameters

ParameterReq.OpenS.DefaultComment
idNoThe ID of the file (song) or folder (album/artist) to star. Multiple parameters allowed.
albumIdNoThe ID of an album to star. Use this rather than id if the client accesses the media collection according to ID3 tags rather than file structure. Multiple parameters allowed.
artistIdNoThe ID of an artist to star. Use this rather than id if the client accesses the media collection according to ID3 tags rather than file structure. Multiple parameters allowed.

Example

Result

An empty subsonic-response element on success.

{
  "subsonic-response": {
    "status": "ok",
    "version": "1.16.1",
    "type": "AwesomeServerName",
    "serverVersion": "0.1.3 (tag)",
    "openSubsonic": true
  }
}
{
  "subsonic-response": {
    "status": "ok",
    "version": "1.16.1"
  }
}