Closed TooTallNate closed 11 years ago
Getting warmer... https://gist.github.com/4463921#file-spotify-web-client-js-L9278-L9284
Check this function here, it builds the URLs from the file IDs: https://github.com/Hexxeh/spotify-websocket-api/blob/master/spotify_web/friendly.py#L515
Excellent. Thanks a lot man!
Hey @Hexxeh, just wanted to say a big Thank You! for this library. It's awesome :) And I've been diligently porting it to Node.js, and I'll be sure to show you that when it's ready :)
So my question is, have you figured out yet how to resole "file_id"s into (HTTP or otherwise) URIs? I'm trying to get album art for an album and can't figure out what to make of the
Image
metadata type.For example, when looking up the metadata of an "album" type, I see the "cover" field:
Which gives me dimensions and an ID, but now I don't know how to make that into real image data. Any thoughts?
Cheers! And great work again on the lib!