TYBA






protocol.IsTrackInLibraryRequest

IsTrackInLibraryRequest

This request allows you to check whether or not a track 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

Example xml:

  <sireq>
      <cid>client123</cid>
      <fn>
          <isTrackInLibrary>
              <trnm>Track Name</trnm>
              <arnm>Artist Name</arnm>
              <alnm>Album Name</alnm>
          </isTrackInLibrary>
      </fn>
  </sireq>
 

back to index