Album Grabber is basically a bot that grabs album covers from Allmusic.com and Google images. In order for it to work, it expects your music collection to be in a certain format. Your root music directory should contain artist directories, and underneath each artist directory should be album directories. Album Grabber will attempt to locate the correct album cover and present it to you in a window along with 'yes' (save the album JPEG inside the album directory) and 'no' (do nothing and proceed) options. The program is multi-threaded, so you can let it run for a while and then come back and make your decisions.
| Tags | multimedia Graphics |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent comments
05 Oct 2010 20:46
Hi.
I'd like to have some help about using albumgrabber.
When I run it (on Linux environment) and search an album cover for the test directory, I've got a warning message which is : "WARN Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended."
Below you'll find full logs :
INFO Searching for... The Beatles - Abbey Road
INFO doGet: URL = images.google.com/imag...
WARN Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
How can I do to make it work ?
Thanks in advance