Alpha Release 0.0.4
Pre-release
Pre-release
Packaged Release
This is a version of spotify-connect-web with all dependencies bundled
For armv7+ (Rpi 2, Rpi 3, etc, but not Rpi 1) devices only for now
Installation instructions:
wget https://github.com/Fornoth/spotify-connect-web/releases/download/0.0.4-alpha/spotify-connect-web_0.0.4-alpha.tar.gz
tar zxvf spotify-connect-web_0.0.4-alpha.tar.gz
A spotify-connect-web
directory will be created, and you'll need to put your spotify_appkey.key
in that directory
Running:
Just use ./spotify-connect-web
Supports the same options as the regular version (options are in the README)
Changelog
- Add last.fm support
- Fix shuffle/repeat
- Update pyalsaaudio to 0.8
- Add
--cors
to--help
- Updated flask
Chroot
For Rpi1/Zero
Installation Instructions
curl -OL https://github.com/Fornoth/spotify-connect-web/releases/download/0.0.4-alpha/spotify-connect-web.sh
chmod u+x spotify-connect-web.sh
# Download the current chroot (~ 180 MB)
./spotify-connect-web.sh install
Running:
# Copy your `spotify_appkey.key` into the app directory. (See README for information on how to get that file.)
sudo cp spotify_appkey.key spotify-connect-web-chroot/usr/src/app/
# Run using normal cmdline options
./spotify-connect-web.sh --username 12345678 --password xyz123 --bitrate 320