TYBA






protocol.AddToPlayerFreqGenreResponse

AddToPlayerFreqGenreResponse

This request acts as an acknowledgment of 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
itemsno1lista list of multi genre items i.e. album,playlist,composer,artist

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <addToPlayerFreqGenre>
              <id>1</id>
              <app>on</app>
              <items>
                  <arid>45435434354343</arid>
                  <arid>45435434354343</arid>
                  <alid>232322323</alid>
                  <plid>232322323</plid>
                  <cpid>5435455435</cpid>
              </items>
          </addToPlayerFreqGenre>
      </fn>
  </siresp>

 

back to index