plintx / mopidy-radionet

Mopidy extension for playing music from radio.net http://www.mopidy.com
Apache License 2.0
11 stars 5 forks source link

Mopidy-RadioNet


.. image:: https://img.shields.io/pypi/v/Mopidy-RadioNet.svg?style=flat :target: https://pypi.python.org/pypi/Mopidy-RadioNet/ :alt: Latest PyPI version

.. image:: https://img.shields.io/travis/plintx/mopidy-radionet/master.svg?style=flat :target: https://travis-ci.org/plintx/mopidy-radionet :alt: Travis CI build status

.. image:: https://img.shields.io/coveralls/plintx/mopidy-radionet/master.svg?style=flat :target: https://coveralls.io/r/plintx/mopidy-radionet :alt: Test coverage

Mopidy extension for radio.net

Installation

Install by running::

pip install Mopidy-RadioNet

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com <http://apt.mopidy.com/>_.

Configuration

Before starting Mopidy, you must add configuration for Mopidy-RadioNet to your Mopidy configuration file::

[radionet]
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'
  'thetrip'
  'nectarine'

Project resources

Changelog

v0.2.1 Changes in radio.net

v0.2.0 Python 3

v0.1.0 (UNRELEASED)