Releases: Fornoth/spotify-connect-web
Alpha Release 0.0.4
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
Pyinstaller Test Release 0.0.3
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.3-alpha/spotify-connect-web_0.0.3-alpha.tar.gz
tar zxvf spotify-connect-web_0.0.3-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
--playback_device
and--mixer_device_index
options
Chroot
For Rpi1/Zero
Installation Instructions
curl -OL https://github.com/Fornoth/spotify-connect-web/releases/download/0.0.3-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
Pyinstaller Test Release 0.0.2
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.2-alpha/spotify-connect-web_0.0.2-alpha.tar.gz
tar zxvf spotify-connect-web_0.0.2-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
- Fixed Web UI
- Everything else since 0.0.1
Pyinstaller Test Release 0.0.1
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.1-alpha/spotify-connect-web_0.0.1-alpha.tar.gz
tar zxvf spotify-connect-web_0.0.1-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)