TYBA






protocol.GetTracksByTypeResponse2

GetTracksByTypeResponse2

This response acts as an acknowledgment to its corresponding request as well as containing a collection of tracks matching your request parameters. There is meta data included prior to the list to indicate the number of results returned as well as the total matching results in the database. This is useful if you have subset the results. There is also meta data relating to slice if slice is used which indicates upper and lower index of the slice in relation to all the data in this context.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
typeno1integertrack type
sortno1textmedia type to sort by
ixsyes1indicesstart (i0) and end (i1) index inclusive
sliyes1slicepivot returned results around matching string (ss) with number of items before (w0) and after (w1) matching string. Contains (li) lower index and (ui) upper index position of slice in relation to all data. Contains (ix) index of matching result thats pivoted around
tnno1integertotal number matching request
nno1integernumber of results returned
colno1listlist of tracks.

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <getTracksByType>
              <type>0</type>
              <sort>track</sort>
              <ixs>
                  <i0>0</i0>
                  <i1>9</i1>
              </ixs>
              <sli>
                  <ss>a</ss>
                  <w0>50</w0>
                  <w1>50</w1>
                  <li>29</li>
                  <ui>55</ui>
                  <ix>35</ix>
              </sli>
              <tn>30</tn>
              <n>3</n>
              <col>
                  <tr>
                      <trid>432546325432</trid>
                      <trnm>Dark days are over</trnm>
                      <arnm>Florence and the Machine</arnm>
                      <arid>432546325432</arid>
                      <alnm>Lungs</alnm>
                      <alid>432546325432</alid>
                      <dura>350909</dura>
                      <cv>http://10.5.0.39:8080/art.cgi?id=ere&amp;fm=png</cv>
                      <grid>6546665454654654</grid>
                      <grnm>rock</grnm>
                      <cpid>3434353</cpid>
                      <cpnm>3434353</cpnm>
                      <bpm>123</bpm>
                      <brt>256 kbs</brt>
                      <frq>44100 hz</frq>
                      <yr>1998</yr>
                      <tarid>65565665</tarid>
                      <tarnm>Florence and the Machine</tarnm>
                      <cve>1</cve>
                      <alarid>432546325432</alarid>
                      <alarnm>The Best of Florence and the Machine</alarnm>
                  </tr>
                  <tr>
                      <trid>432546325432</trid>
                      <trnm>Dark days are over</trnm>
                      <arnm>Florence and the Machine</arnm>
                      <arid>432546325432</arid>
                      <alnm>Lungs</alnm>
                      <alid>432546325432</alid>
                      <dura>350909</dura>
                      <cv>http://10.5.0.39:8080/art.cgi?id=ere&amp;fm=png</cv>
                      <grid>6546665454654654</grid>
                      <grnm>rock</grnm>
                      <cpid>3434353</cpid>
                      <cpnm>3434353</cpnm>
                      <bpm>123</bpm>
                      <brt>256 kbs</brt>
                      <frq>44100 hz</frq>
                      <yr>1998</yr>
                      <tarid>65565665</tarid>
                      <tarnm>Florence and the Machine</tarnm>
                      <cve>1</cve>
                      <alarid>432546325432</alarid>
                      <alarnm>The Best of Florence and the Machine</alarnm>
                  </tr>
              </col>
          </getTracksByType>
      </fn>
  </siresp>

 

back to index