protocol.IsTrackInLibraryRequest
This request allows you to check whether or not a track exists in the library based upon the supplied metadata. *
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
trnm | no | 1 | text | track name |
arnm | no | 1 | text | artist name |
alnm | no | 1 | text | album name |
Example xml:
<sireq> <cid>client123</cid> <fn> <isTrackInLibrary> <trnm>Track Name</trnm> <arnm>Artist Name</arnm> <alnm>Album Name</alnm> </isTrackInLibrary> </fn> </sireq>