TYBA






protocol.IsTrackInLibraryResponse2

IsTrackInLibraryResponse2

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataType Notes
cidno1text client id. used to track origin of any particular message
trnmno1texttrack name
arnmno1textartist name
alnmno1textalbum name
typeno1integertrack type code
retno1booleantrue if exists, otherwise false
tridno1database idtrack id

Example xml:

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

back to index