protocol.PrevRequest
This request allows you tell the specified players to jump to beginning of current song if song has been playing for longer than 2 seconds or it will start playing previous song in the player queue.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <prev2> <id>255</id> <id>255</id> </prev2> </fn> </sireq>