Does anybody know of any free album art databases?
It would be nice if I could access any picture via query string, but a search is OK as long as it is accurate.
I'm using albumarg.org at the moment, and I'm directly calling their script which handles the AJAX request and then preg_match to extract the actual URLs. Then resize image and store locally. It would be nice if I could do it all in one step
site.com/albumart/$artist/$album.jpg
site.com/getalbumart.php?artist=$artist&album=$album
Thanks!