Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adgaudio/raspberry_pi_mopidy
An install script that sets up mopidy and rompr on a raspberry pi running Ubuntu
https://github.com/adgaudio/raspberry_pi_mopidy
Last synced: 15 days ago
JSON representation
An install script that sets up mopidy and rompr on a raspberry pi running Ubuntu
- Host: GitHub
- URL: https://github.com/adgaudio/raspberry_pi_mopidy
- Owner: adgaudio
- Created: 2013-12-27T06:18:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T02:31:23.000Z (over 10 years ago)
- Last Synced: 2024-04-21T06:15:06.574Z (7 months ago)
- Language: Shell
- Size: 227 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This script will install Mopidy (a music player daemon) and Rompr (a web
frontend) on Ubuntu.I use this script to set up a raspberry pi with spotify.
Use like this:
1. Copy or clone files to the raspberry pi (or any server) running Ubuntu
2. Run install script```
# get files
git clone git [email protected]:adgaudio/raspberry_pi_mopidy.git
# install
cd raspberry_pi_mopidy
sh install.sh SPOTIFY_USER SPOTIFY_PW LASTFM_USER LASTFM_PW
```