paulburkinshaw / mopidy-radio-pi

Online radio HTTP interface for the Mopidy music server
Apache License 2.0
2 stars 0 forks source link

Mopidy-Radio-Pi


Online radio HTTP interface for the Mopidy <http://www.mopidy.com/>_ music server

Installation

Install by running::

sudo pip install Mopidy-Radio-Pi

Alternatively, clone the GitHub repository <https://github.com/paulburkinshaw/mopidy-radio-pi.git>_ and copy all files from the /dist/ directory to the webclient directory on your server.

Dependencies

Mopidy (see Mopidy website for installation instructions for your OS)
Mopidy-Spotify - install with sudo apt-get install mopidy-spotify

Configuration

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

[radio-pi]
# TODO: Add example of extension config

You must also add configuration for Mopidy-Spotify, e.g:

[spotify]
enabled = true
username = yourusername
password = yourpassword

Project resources

Changelog

v0.1.0 (UNRELEASED)