chekov217 / dogvibes

Automatically exported from code.google.com/p/dogvibes
0 stars 0 forks source link

Album art through libspotify #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
add support for getting album art from spotify:
http://developer.spotify.com/en/libspotify/docs/track_8c-example.html#a26

Original issue reported on code.google.com by johan.ny...@gmail.com on 3 Nov 2009 at 11:17

GoogleCodeExporter commented 9 years ago
A YouTube demo is enough with current support. We just click tracks where cover 
art is found

Original comment by brissmyr on 7 Apr 2010 at 4:47

GoogleCodeExporter commented 9 years ago

Original comment by brissmyr on 7 Apr 2010 at 5:19

GoogleCodeExporter commented 9 years ago
Suggestion:
When a new track is loaded from spot, the album art is immediately downloaded 
and saved to the albumart 
directory. Album art has previously been hashed with the following Python 
command: hashlib.sha224(artist + 
album).hexdigest() and saved to disk as {hash}.jpg. Find a solution that does 
the same in C code so that it's 
accessible with the same scheme. The server then polls for an album art file 
until a timeout hits.

Original comment by brissmyr on 7 Apr 2010 at 6:48