TYBA






protocol.IsTrackInLibraryRequest2

IsTrackInLibraryRequest2

This request allows you to check whether or not a track of a particular type (e.g Tidal) exists in the library based upon the supplied metadata.

ParameterOptionalMax AllowedDataType Notes
cidno1text client id. used to track origin of any particular message
trnmno1texttrack name
arnmno1textartist name
alnmno1textalbum name
typeno1integertrack type code

Example xml:

  <sireq>
      <cid>client123</cid>
      <fn>
          <isTrackInLibrary2>
              <trnm>Track Name</trnm>
              <arnm>Artist Name</arnm>
              <alnm>Album Name</alnm>
              <type>1</type>
          </isTrackInLibrary2>
      </fn>
  </sireq>
 

back to index