I found this great Music Album Art Downloader program on SourceForge.
It is lightning fast and searches 22 websites at once for cover art.
It requires .Net 3.5, but it worth installing it if you are looking for cover art.
I asked the author Alex Vallat if it was possible the recompile the command line program AAD.exe for .Net2, but that need rewriting of the code.....so that will not probably happen. That would have been a great feature for music plugins to use....just to send Artist and Album tags to the command line and cover art would appear "magically".
http://sourceforge.net/projects/album-art/
My bat file to get cover art with the command line
@echo off
Set Artist=Takida
set Album=Sue
echo.
echo %Artist% - %Album%
echo.
del folder.jpg
aad.exe /ar "%Artist%" /al "%Album%" /p folder.jpg
copy folder.jpg ".\Album\%Artist% - %Album%.jpg"
It is lightning fast and searches 22 websites at once for cover art.
It requires .Net 3.5, but it worth installing it if you are looking for cover art.
I asked the author Alex Vallat if it was possible the recompile the command line program AAD.exe for .Net2, but that need rewriting of the code.....so that will not probably happen. That would have been a great feature for music plugins to use....just to send Artist and Album tags to the command line and cover art would appear "magically".
http://sourceforge.net/projects/album-art/
My bat file to get cover art with the command line
@echo off
Set Artist=Takida
set Album=Sue
echo.
echo %Artist% - %Album%
echo.
del folder.jpg
aad.exe /ar "%Artist%" /al "%Album%" /p folder.jpg
copy folder.jpg ".\Album\%Artist% - %Album%.jpg"
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]