Refactored library and radionet class

- Changes in radio.net API (added support for configurable apikey)
- Added better caching
- Added support for browsing additional categories
This commit is contained in:
Eric van Blokland
2021-09-08 00:48:20 +02:00
parent 2f659d8c60
commit 63da37c012
10 changed files with 708 additions and 242 deletions

View File

@@ -37,6 +37,7 @@ Mopidy-RadioNet to your Mopidy configuration file::
enabled = true
language = pl # or net, de, at, fr, pt, es, dk, se, it
min_bitrate = 96
api_key = valid_api_key
favorite_stations =
'bbcradio1'
'bbcradio2'
@@ -77,8 +78,8 @@ Mopidy-RadioNet to your Mopidy configuration file::
Project resources
=================
- `Source code <https://github.com/blackberrymamba/mopidy-radionet>`_
- `Issue tracker <https://github.com/blackberrymamba/mopidy-radionet/issues>`_
- `Source code <https://github.com/plintx/mopidy-radionet>`_
- `Issue tracker <https://github.com/plintx/mopidy-radionet/issues>`_
Changelog