Online radio HTTP interface for the Mopidy music server
Install by running:
sudo pip install Mopidy-Radio-Pi
Alternatively, clone the GitHub repository and copy all files from the /dist/ directory to the webclient directory on your server.
Mopidy (see Mopidy website for installation instructions for your OS) Mopidy-Spotify - install with sudo apt-get install mopidy-spotify
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
- Initial release.