OK. So here are some instructions to get album art downloading sorted with foobar2000. Firstly, download the components required. These are
AlbumArtDownloader XUI and
Foo_Run.
I'm using version 0.27.1 of AlbumArtDownloader XUI and 0.3.7 of Foo_Run.
AlbumArtDownloader XUI comes as a self installing exe. Once downlaoded, scan the exe for viruses and then run it. The exe then runs a wizard to guide you through the installation process.
The first page is a License Agreement. Click I Agree (assuming you do!).
The second page asks where you want to install the program. I just accept the default. Click Next.
The third page asks which components to install and the sites to use for searching for album art. If you want to use this outside of foobar2000, then place a tick into the "Add icon to Start Menu". I only use this within foobar2000. Click Install.
The program is installed and "Completed" is reported. Click Close.
I actually got a warning from Vista that the program may not have installed correctly. Click Program installed properly.
Foo_Run comes as a zip file. Once downloaded, scan the zip file for viruses and then unzip it. Copy the foo_run.dll and place it within your foobar2000 components folder. Mine is found at C
rogram Filesfoobar2000components.
Now, fire up foobar2000. File | Preferences.
Expand the Tools node and select Run Service.
Click Add.
In the Service properties, change the name of the service to Album Art Search (or whatever).
Now set the path to AlbumArtDownloader XUI. For me this is....
"c
rogram filesAlbumArtDownloaderAlbumArt.exe" "%artist%" "%album%" "$replace(%_path%,%_filename_ext%,)%album%.jpg"
So breaking this path down, the first bit points to the executable that needs to run, the rest of it are parameters the exe needs to find your album art. My path will place the album art with the music files. If you have your album art in a single folder (like tractorboy) use something like this path instead
"c
rogram filesAlbumArtDownloaderAlbumArt.exe" "%artist%" "%album%" "C:MusicAlbumArt%album%.jpg"
where C:MusicAlbumArt is the path to your album art.
Note: both of these paths assume that you have tags within your music tracks called artist and album. They need to be populated with accurate data.
Now close the preferences window.
You are now all set to download album art. Within foobar, right file a track or album name and select Run Service and then select Album Art Search (or whatever).
The Album Art Search GUI fires up and scans for the artwork. To save the artwork, just click the floppy icon next to the image you want. I find the Album Art Exchange generally has the best quality images.
I'll let you play with the tool. Any problems, then give me a shout.