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

Albums Not showing #18

Closed Genjura closed 7 years ago

Genjura commented 7 years ago

Album covers stopped showing up Had to sign up for a spotify dev account for web API and send token in header with config.headers['Authorization'] = 'Bearer ***'; in getJson function.

tma02 commented 7 years ago

It looks like Spotify recently changed their web API to require OAuth tokens for the /v1/albums/ endpoint. The plan now is to update Spotispy to support this API change.

tma02 commented 7 years ago

I've recently found an unauthenticated endpoint on open.spotify.com that returns the album image URL. It's already been implemented into Baritone and I'll be implementing it here as soon as I can.

noomSik commented 7 years ago

So is this going to be solved soon?

tma02 commented 7 years ago

I'll have time to work on the issue this Saturday.

Frankity commented 7 years ago

i did something cool but i'm, awaiting for your album art update, kepp it up, good job. image

tma02 commented 7 years ago

Fixed in f1940cc