protocol.IsTrackInLibraryResponse2
This response acts as an acknowledgment to its corresponding request.
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 |
type | no | 1 | integer | track type code |
ret | no | 1 | boolean | true if exists, otherwise false |
trid | no | 1 | database id | track 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>