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

Repeat usually doesn't work. Shuffle doesn't turn off. #77

Closed dolphrundgren closed 3 years ago

dolphrundgren commented 3 years ago

Simple as that. I was initially able to get a track to repeat. That is no longer the case. I suspect it's the sort of bug that will pop up and then recede, maybe having to do with internal state management?

Conversely, I am capable of shuffling songs on a playlist, but even after I toggle it off, the songs continue shuffling.

In both cases, I can toggle the R and S in the status bar for 'Repeat' and 'Shuffle' respectively, so I know that the functions are being called, they're just not behaving as expected.

dolphrundgren commented 3 years ago

Config: ;; Set up spotify/smudge for emacs (setq smudge-oauth2-client-secret "my-secret-number") (setq smudge-oauth2-client-id "my-id") (setq smudge-transport 'connect) (setq smudge-status-location 'modeline) (setq smudge-player-status-refresh-interval 1) (setq smudge-player-status-truncate-length 10) (global-smudge-remote-mode)

Running on Arch, with Lenovo ThinkBook

dolphrundgren commented 3 years ago

Updated Arch and restarted computer. Issue seems to have gone away, at least for now!