Skip to content

Commit

Permalink
Merge pull request #13 from TrollDecker/master
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
plintx committed Apr 28, 2021
2 parents 7fefee8 + f828667 commit fe4a7e3
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.rst
Expand Up @@ -37,7 +37,42 @@ Mopidy-RadioNet to your Mopidy configuration file::
enabled = true
language = pl # or net, de, at, fr, pt, es, dk, se, it
min_bitrate = 96

favorite_stations =
'bbcradio1'
'bbcradio2'
'thetrip'
'nectarine'
* ``enabled`` determines whether the plugin is enabled. Disabling the
plugin is a simple case of changing this to `false` and restarting
Mopidy.

* ``language`` determines the language of text information such as station
descriptions. The following options are:

- ``net`` - defaults to English
- ``at`` - Austrian
- ``de`` - German
- ``dk`` - Danish
- ``es`` - Spanish
- ``fr`` - French
- ``it`` - Italian
- ``pl`` - Polish
- ``pt`` - Portuguese
- ``se`` - Swedish

* ``min_bitrate`` sets the minimum desirable bitrate of streams. Typically
higher bitrates mean better quality (or at least, that's the idea),
but take up more bandwidth. If your stream of choice keeps halting, it
might help to turn this down a little.

* ``favorite_stations`` lets you define a list of your favorite stations
for quick access. To add a station to the list, you need to add its
slug, the part that comes after the domain name in the station's URL.
As an example, BBC Radio 1 can be found at ``radio.net/s/bbcradio1``.
Therefore, to add the station to your favourites, you would take the
part after the final forward slash - ``bbcradio1`` - and add that to
``favorite_stations``

Project resources
=================
Expand Down

0 comments on commit fe4a7e3

Please sign in to comment.