danielfm / smudge

Control the Spotify app from within Emacs.
https://asciinema.org/a/218654
GNU General Public License v3.0
309 stars 47 forks source link

No active device #74

Closed ykgoon closed 3 years ago

ykgoon commented 3 years ago

Problem

Can't get track to play at all. What am I doing wrong?

Steps

Local setup

ykgoon commented 3 years ago

I dunno if this has anything to do with it but it sounds like I need to tell emacs to play through the correct audio output. If so how do I do that?

ykgoon commented 3 years ago

Spotify isn't responding with any device for API /me/player/devices. I wonder if the reason has to do with local callback web service.

When global smudge-remote mode is enabled, is http://localhost:8080/smudge-api-callback expected to be responding on the web browser?

Mine has no response/connection FWIW.

bnjmnt4n commented 3 years ago

Smudge by itself is unable to play songs, it is merely an interface with the Spotify API. You need to have a client to play songs, like the native Spotify native client or something like spotifyd.

ykgoon commented 3 years ago

OK that makes sense.