![]() |
How To Use Another Audio Device In Spotify Client - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting) +--- Thread: How To Use Another Audio Device In Spotify Client (/Thread-How-To-Use-Another-Audio-Device-In-Spotify-Client) |
RE: Spotify Client - agent_kith - 07-Feb-2020 (07-Feb-2020, 12:44 AM)OscarH Wrote: No luck I’m afraid...Everything looks good as far as i can tell. The ALSA output can't be muted, because MPD is working. Are you playing songs from Spotify, or local? Can you go into Spotify settings, under advanced, make sure "Show Unavailable songs in playlists" is off? This looks more like a Spotify issue, probably need to ask them. ![]() RE: How To Use Another Audio Device In Spotify Client - OscarH - 07-Feb-2020 Hi agent_kith, Thanks for checking. It’s rather mysterious... all settings are as they should. Everything plays fine on all other computers in the home network. I can also control any other Spotify Connect device through the VNC on the snakeoil machine and they still play. Yet somehow no songs are available to the snakeoil machine. Will investigate whether Spotify have an equally dedicated support... doubt it... RE: How To Use Another Audio Device In Spotify Client - agent_kith - 07-Feb-2020 One last hail mary, maybe can SSH into the PC and run the following: Code: sudo rm ~/.config/spotify/ -rf Also, can you run the following and let me know what it says? Code: ls /etc/asound.* -l Restart the PC. You should be prompted to re sign-in to Spotify. now see if you get audio out your USB. RE: How To Use Another Audio Device In Spotify Client - OscarH - 07-Feb-2020 (07-Feb-2020, 02:08 PM)agent_kith Wrote: One last hail mary, maybe can SSH into the PC and run the following: For the last piece of code it said: no such file or directory Somewhat uncertain about whether it successfully ran the first code. Spotify still does the same: declares all songs unavailable. I have restarted the computer between all above attempts. I might give at a 64 bit install another go... RE: How To Use Another Audio Device In Spotify Client - agent_kith - 07-Feb-2020 (07-Feb-2020, 04:08 PM)OscarH Wrote: For the last piece of code it said: no such file or directoryThat part is correct (07-Feb-2020, 04:08 PM)OscarH Wrote: Somewhat uncertain about whether it successfully ran the first code.if you restart Spotify and it asked you re-login, then it's working. (07-Feb-2020, 04:08 PM)OscarH Wrote: Spotify still does the same: declares all songs unavailable.Maybe there's a bug with 32 bit version. Certainly give the 64 bits a go and let me know how it goes. Hopefully this weekend I can run the 33 bit code and see if it works. RE: How To Use Another Audio Device In Spotify Client - OscarH - 07-Feb-2020 Just for completeness I went back to the original kernel. Spotify now plays fine through the headphone out again, just like before. And all the output options are there for the other players. Seems the DSD kernel doesn't work with Spotify, but possibly the audio output part of it has some value? Will try to create a new bootable media. Not sure why the 64 bit didn't want to install last time. RE: How To Use Another Audio Device In Spotify Client - agent_kith - 07-Feb-2020 (07-Feb-2020, 05:15 PM)OscarH Wrote: Just for completeness I went back to the original kernel. Spotify now plays fine through the headphone out again, just like before. And all the output options are there for the other players.The DSD kernel only works with the USB audio driver, hence your observation above. Because your onboard audio output is the first audio device, it'll work. For all intents and purposes it seems Spotify is "hard coded" to always use the first audio device (i.e. card 0). The DSD kernel still treats the USB audio as card 1, even though it's the only audio device. This is just a suspicion atm and I'll try and verify this later when I can. So, as strange as it may sound, have to figure out how to disable your onboard audio. I'm just surprised I can't seem to find the option to do that in the manual. RE: How To Use Another Audio Device In Spotify Client - OscarH - 07-Feb-2020 The DSD Kernel somehow corrupts the Spotify functionality - i.e. the songs come up as unavailable. So it’s not certain whether the audio would in fact go to usb, despite this being called “1”. RE: How To Use Another Audio Device In Spotify Client - agent_kith - 08-Feb-2020 Hmm. Using the DSD kernel, remote desktop to the virtual desktop, quit Spotify. Then right click with your mouse and start a new terminal. Run the following commands: Code: spotify --show-console RE: How To Use Another Audio Device In Spotify Client - OscarH - 08-Feb-2020 I’ve sent you the Spotify console output. I won’t have access to the snakeoil computer the coming week. When I get back I’ll try the 64-bit install. |