TYBA






protocol.PrevRequest

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.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <prev2>
              <id>255</id>
              <id>255</id>
          </prev2>
      </fn>
  </sireq>

 

back to index