media.RadioStation
This structure represents useful information about a track.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
rdid | no | 1 | database id | track id |
rdnm | no | 1 | text | track name |
wbs | no | 1 | text | artist name |
cv | no | 1 | url | url to access coverart. See Artwork URL api. |
grid | no | 1 | database id | mGenre id |
grnm | no | 1 | text | mGenre name |
brt | no | 1 | text | bitrate including unit of measure |
frq | no | 1 | text | mFrequency including unit of measure |
dsc | no | 1 | text | a mDescription about the radio station |
edit | no | 1 | boolean | whether the radio station details should be editable by the client |
surl | no | 1 | text | 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>