protocol.CreateGeniusPlaylistRequest
This request allows you create a genius playlist based upon the track id supplied This can sometimes fail if iTunes has no genius data for that file. The concept of genius as a playlist will cease in future versions This message will remain in the short term for backward compatibility but will not do anything.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
trid | no | 1 | database id | id of track in database |
Example xml:
<sireq> <cid>Mum</cid> <fn> <createGeniusPlaylist> <trid>12121212121</trid> </createGeniusPlaylist> </fn> </sireq>