TYBA






protocol.AddToPlayerArtistGenreResponse

AddToPlayerArtistGenreResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id. starts at 1
appno1booleanappend to or replace queue. on/off
aridno1database idartist id
gridno1database idgenre id

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <addToPlayerArtistGenre>
              <id>1</id>
              <app>on</app>
              <arid>45435434354343</arid>
              <grid>232322323</grid>
          </addToPlayerArtistGenre>
      </fn>
  </siresp>

 

back to index