This model represents all the informations we have about a given
Shoutcast radio station.
Instance Variables | name | name of the station (ex: 'foobar FM')
(type: unicode
) |
| genre | name of the Genre (ex: 'Alternative')
(type: unicode
) |
| bitrate | audio bitrate at which the station is broadcasted
(type: unicode
) |
| listeners_count | number of people currently listening to the station
(type: int
) |
| currently_playing | track or event currently being broadcasted
(type: unicode
) |
| get_playable | uri used to retrieve the stream url
(type: elisa.core.media_uri.MediaUri
) |