TYBA






protocol.tidal.player.AddTidalRisingTracksToPlayerResponse

AddTidalRisingTracksToPlayerResponse

This response acts as an acknowledgment to its corresponding request

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
uidno1textuser id. used for tidal login credentials
ixsno1indicesstart (i0) and end (i1) index inclusive
appno1booleanappend to or replace queue. on/off

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <addTidalRisingTracksToPlayer>
              <id>255</id>
              <id>255</id>
              <uid>1</id>
              <ixs>
                 <i0>0</i0>
                 <i1>9</i1>
              </ixs>
              <app>on</app>
          </addTidalRisingTracksToPlayer>
      </fn>
  </siresp>

 

back to index