Skip to content

Pyinstaller Test Release 0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Fornoth Fornoth released this 05 Jul 04:35
· 24 commits to master since this 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.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