Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a "No song playing" notification is shown when using Spotify - JQBX #112

Open
ghost opened this issue Jan 4, 2019 · 7 comments
Open

a "No song playing" notification is shown when using Spotify - JQBX #112

ghost opened this issue Jan 4, 2019 · 7 comments

Comments

@ghost
Copy link

ghost commented Jan 4, 2019

When playing Spotify using JQBX, a "No song playing" notification is displayed for every song change. The album art is correct. When re-showing the notification (using the hotkey) the track and artist are there.

@mattbroussard
Copy link

I have noticed this too when playing through a Sonos. Perhaps it has something to do with Spotify Connect?

@oxydeon
Copy link

oxydeon commented Aug 5, 2019

it's work again for me, no reason...

@mattbroussard
Copy link

It seems like this application talks to Spotify using Scripting Bridge, and Spotify is sometimes not returning anything for the "name" field:

$ osascript -e "tell application \"Spotify\" to get name of current track"

$ osascript -e "tell application \"Spotify\" to get id of current track"
spotify:track:1jILVSedO8KYfAZiXvRHcW
$ 

A possible workaround would be to separately look up the track using the ID/URL that seems to still be returned.

@shousper
Copy link

I have noticed this too when playing through a Sonos. Perhaps it has something to do with Spotify Connect?

Seconded. Listening on my Sonos via Spotify right now and it's always showing "No song playing".

@jamescastells
Copy link

Spotify finally added support for Apple TV. However, when listening there, the notifications in my Mac show up as "No song playing".

@tonglil
Copy link

tonglil commented Oct 15, 2019

Same when listening through my Amazon Echo device, but it seems to only have started happening recently.

@rustysc
Copy link

rustysc commented Dec 24, 2019

Yeah like Matt said, it seems to be an issue with Spotify Connect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants