Try to set the mixer on the command line:./spotify-connect-web -u USERAME -p PASSWORD -m PCM
Or
./spotify-connect-web -u USERAME -p PASSWORD -m 0
sadly it didnt worked
i tried to change the device in amixer, but i got
Try to set the mixer on the command line:./spotify-connect-web -u USERAME -p PASSWORD -m PCM
Or
./spotify-connect-web -u USERAME -p PASSWORD -m 0
sadly it didnt worked
i tried to change the device in amixer, but i got
i tried the stable build, but didnt fix my error
here is the output of aplay and amixer
LibreELEC:~/.update # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 7/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
LibreELEC:~/.update # amixer
Simple mixer control 'PCM',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback -10239 - 400
Mono: Playback 400 [100%] [4.00dB] [on]
Display More
I also added "dtparam=audio=on" in config.txt
Display More
Docker not required.
This package contains all that is needed for Rpi2 and Rp3, and works fine:Releases · Fornoth/spotify-connect-web · GitHub
Just uncompress this archive, add your spotify_appkey.key and start:
./spotify-connect-web -u USERAME -p PASSWORDYou need alsa for it to work, so
dtparam=audio=on
in /flash/config for jack and hdmiFor hifiberry and likes, you just need to activate the according overlay
Config.txt - OpenELECEt voila, your Pi (2 or 3) is a spotify connect device
Hi,
it tried it this way, but couldn´t get it working.
LibreELEC:~/spotify-connect-web # ./spotify-connect-web --help
Loading Spotify library...
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "runpy.py", line 180, in run_module
File "runpy.py", line 72, in _run_code
File "/storage/spotify-connect-web/main.py", line 14, in <module>
from connect import Connect
File "/storage/spotify-connect-web/connect.py", line 9, in <module>
from console_callbacks import audio_arg_parser, mixer, error_callback, connection_callbacks, debug_callbacks, playback_callbacks, playback_setup
File "/storage/spotify-connect-web/console_callbacks.py", line 17, in <module>
audio_arg_parser.add_argument('--mixer', '-m', help='alsa mixer name for volume control', default=alsa.mixers()[0])
alsaaudio.ALSAAudioError: Invalid argument [default]
loader returned -1
Display More
im using
LibreELEC (community) Version: devel-20160603232424-#0603-gb4f3545
LibreELEC git: b4f3545fd7a85c7fcac25567f146e06eafa3342c
Milhouse build from 03-06-2016
Hope someone could help