protocol.streaming.playlist.MoveStreamingPlaylistItemsRequest
This request allows you to move items within a streaming playlist.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | database id | playlist id |
ixs | no | 1 | indices | the indices of the items to move (ix) |
ix | no | unbounded | unsigned integer | move item index |
dest | no | 1 | unsigned integer | the destination index |
Example xml:
<sireq> <cid>Mum</cid> <fn> <moveStreamingPlaylistItems> <id>45435434354343</id> <ixs> <ix>1</ix> <ix>2</ix> </ixs> <dest>5</dest> </moveStreamingPlaylistItems> </fn> </sireq>