tma02 / spotispy

Displays the album art from your currently playing Spotify track in full-screen.
http://tma02.github.io/spotispy/
MIT License
80 stars 21 forks source link

After most recent Spotify update app no longer works. #7

Closed NOSDOOM closed 8 years ago

NOSDOOM commented 8 years ago

After Spotify updated to 1.0.37.150.gad02a02e the app no longer works, I think it's something with the webhelper, maybe just different ports but I'm not sure.

tma02 commented 8 years ago

This issue doesn't seem to be present on v0.0.5. Any more info on your current environment?

tma02 commented 8 years ago

Correction, it seems like some of the ports did become dynamic. I have written a fix for v0.0.6.

NOSDOOM commented 8 years ago

Just gave the new update a try the windows zip works on windows 10. Thank you.

The other thing instead of separating the artist and album name with " - " you might want to do it in js with "artist + ' ' + '-' + ' ' + album;" that way the - doesn't show up on the waiting for spotify and connecting to spotify screen before the artist and album name have loaded, but that's just nitpicking.

tma02 commented 8 years ago

I can certainly hide the separator while Spotispy is still connecting, but since this issue is solved I will go ahead and close it.