Open GoogleCodeExporter opened 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
Original comment by brissmyr
on 7 Apr 2010 at 5:19
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
Original issue reported on code.google.com by
johan.ny...@gmail.com
on 3 Nov 2009 at 11:17