TYBA






protocol.GetGeniusTracksRequest

GetGeniusTracksRequest

This request allows you to get all the tracks from the genius playlist. An optional indices parameter can be passed if you wish to subset the returned list if you have a limit on the number of results you can display on your user interface. The concept of genius as a playlist will cease in future versions This message will remain in the short term for backward compatibility but will not do anything.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
ixsyes1indicesstart (i0) and end (i1) index inclusive

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getGeniusTracks>
              <ixs>
                  <i0>0</i0>
                  <i1>9</i1>
              </ixs>
          </getGeniusTracks>
      </fn>
  </sireq>

 

back to index