TYBA






protocol.AddRadioStationRequest

AddRadioStationRequest

This request allows you to add a radio station to the server.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
rdnmno1textthe radio station name
grnmyes1textthe radio station genre name
dscyes1textshort description about the radio station
strmno1textthe radio station stream url
brtyes1textthe 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>

 

back to index