protocol.AddRadioStationRequest
This request allows you to add a radio station to the server.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
rdnm | no | 1 | text | the radio station name |
grnm | yes | 1 | text | the radio station genre name |
dsc | yes | 1 | text | short description about the radio station |
strm | no | 1 | text | the radio station stream url |
brt | yes | 1 | text | the bitrate of the radio stream |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addRadioStation> <rdnm>1.fm</rdnm> <grnm>90s pop dance rock</grnm> <dsc>The Greatest hits of the 90s all day every day.</dsc> <strm>http://foo.com/radio.pls</strm> <brt>64 kbps</brt> </addRadioStation> </fn> </sireq>