protocol.tidal.library.AddTidalTracksToNewPlaylistRequest
This request allows you to add tidal tracks (by id) to the muse library.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uids | no | 1 | list | list of user ids |
uid | no | unbounded | user id | tidal user id |
trids | no | 1 | list | list of track ids |
trid | no | unbounded | database id | track id |
nm | no | 1 | text | name of the new playlist to create |
ro | no | 1 | boolean | is this a read only playlist |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addTidalTracksToNewPlaylist> <uids> <uid>1</uid> <uid>2</uid> </uids> <trids> <trid>4354354354</trid> <trid>565475765657</trid> </trids> <nm>Dells chill out tunes</nm> <ro>1</ro> </addTidalTracksToNewPlaylist> </fn> </siresp>