-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Labels
bugA functionality or parts of a program that do not work as intendedA functionality or parts of a program that do not work as intended
Description
Description
I'm installing spotifyd via homebrew with brew install spotifyd
, I then enable the service with brew services start spotifyd
. I have a config file located at ~/.config/spotifyd/spotifyd.conf
(see below). I am intending to use spotifyd with spotify-tui and expect to see it come up under the listed devices, however it does not. Additionally, when I run brew services
the status is in the error state
spotifydl.conf
[global]
username = "username"
password = "password"
backend = "alsa"
mixer = "PCM"
volume_controller = "softvol"
device_name = "spotify_daemon"
bitrate = 320
cache_path = "/Users/thefoolishpupil/.config/spotifyd/cache"
volume_normalisation = true
zeroconf_port = 1234
Logs
Click to show logs
$ spotifyd --verbose --no-daemon
Loading config from "/Users/thefoolishpupil/.config/spotifyd/spotifyd.conf"
CliConfig { config_path: None, no_daemon: true, verbose: true, pid: None, shared_config: SharedConfigValues { username: Some("taken out for privacy"), username_cmd: None, password: Some("taken out for privacy"), password_cmd: None, use_keyring: false, use_mpris: None, on_song_change_hook: None, cache_path: Some("/Users/thefoolishpupil/.config/spotifyd/cache"), no-audio-cache: false, backend: Some(Alsa), volume_controller: Some(SoftVolume), device: None, control: None, mixer: Some("PCM"), device_name: Some("spotify_daemon"), bitrate: Some(Bitrate320), initial_volume: None, volume_normalisation: true, normalisation_pregain: None, zeroconf_port: Some(1234), proxy: None, device_type: None } }
Found user shell: Some("/bin/zsh")
No proxy specified
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
build; num-workers=12
registering; token=Token(18446744073709551615); interests=Readable
registering with poller
Using software volume controller.
starting background reactor
adding I/O source: 0
registering with poller
registering; token=Token(0); interests=Readable | Writable | Error | Hup
Zeroconf server listening on 0.0.0.0:1234
adding I/O source: 4194305
registering with poller
registering; token=Token(4194305); interests=Readable | Writable | Error | Hup
Failed to register IPv6 receiver: Os { code: 49, kind: AddrNotAvailable, message: "Can\'t assign requested address" }
event Writable Token(4194305)
loop process - 1 events, 0.000s
Caught panic with message: Unknown backend: alsa.
shutdown; state=pool::State { lifecycle: Running, num_futures: 0 }
-> transitioned to shutdown
-> shutting down workers
deregistering handle with poller
dropping I/O source: 0
deregistering handle with poller
dropping I/O source: 1
Versions (please complete the following information):
- OS: macOS 11.2.3 (20D91)
- Homebrew: 3.0.9-55-g3bfa59b
- Spotifyd: 0.3.2
- cargo: N/A?
Extra Details
$ launchctl list | grep spotifyd
- 1 homebrew.mxcl.spotifyd
Metadata
Metadata
Assignees
Labels
bugA functionality or parts of a program that do not work as intendedA functionality or parts of a program that do not work as intended