danielfm/smudge

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

dolphrundgren opened this issue · 2 comments

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.

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

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