TYBA






protocol.tidal.player.TidalAddToPlayerResponse

TidalAddToPlayerResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1textuser id. used for tidal login credentials
idnounboundedintegerplayer id. starts at 1
appno1booleanappend to or replace queue. on/off
itemsno1lista list of track,genre,album,playlist and/or artist id's

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <tidalAddToPlayer>
              <id>1</id>
              <uid>1</id>
              <app>on</app>
              <items>
                  <arid>45435434354343</arid>
                  <trid>12121212121</trid>
                  <trid>12121212121</trid>
                  <alid>232322323</alid>
                  <grid>232322323</grid>
                  <plid>232322323</plid>
                  <cpid>5435455435</cpid>
              </items>
          </tidalAddToPlayer>
      </fn>
  </sireq>

 

back to index