TYBA






media.RadioStation

RadioStation

This structure represents useful information about a track.

ParameterOptionalMax Allowed DataTypeNotes
rdidno1database idtrack id
rdnmno1texttrack name
wbsno1textartist name
cvno1urlurl to access coverart. See Artwork URL api.
gridno1database idmGenre id
grnmno1textmGenre name
brtno1text bitrate including unit of measure
frqno1text mFrequency including unit of measure
dscno1text a mDescription about the radio station
editno1boolean whether the radio station details should be editable by the client
surlno1text the streaming url of the radio station

Example xml:

 <rstn>
   <rdid>432546325432</rdid>
   <rdnm>1.FM - ABSOLUTE 90's RADIO</rdnm>
   <wbs>http://www.1.fm</wbs>
   <rdcv>http://www.apple.com/art.jpg</rdcv>
   <grid>343443344344</grid>
   <grnm>90s pop dance rock</grnm>
   <brt>64kbit/s</brt>
   <frq>44100 Hz</frq>
   <dsc>Welcome to 1.FM, the best 90's radio station around 24 hours a day</dsc>
   <edit>0</edit>
   <surl>http://test.m3u</surl>
 </rstn>
 

back to index