You are not logged in.
Pages: 1
I am installing spotify-player with this command:
cargo install --git https://github.com/aome510/spotify-player.git --branch spotify-connect-support --locked --no-default-features --features notify,pulseaudio-backend,media-controlI am expecting pulseaudio output after this install, but spotify-player uses rodio output. What I am doing wrong?
Offline
Well one thing that isn't right is not using your package manager.
pacman -S spotify-playerI'd try that and see if it works
Last edited by piratebill (2025-09-05 20:19:08)
Offline
Well one thing that isn't right is not using your package manager.
pacman -S spotify-playerI'd try that and see if it works
Spotify has changed the way to login to the service. In the package version of spotify-player that issue is not fixed. Only the git version has patches to login to spotify, that is the reason why I am installing from github.
Offline
Pages: 1