Album Art Downloader XUI
Reply #84 – 2007-10-07 17:11:36
I reaaaaaaaaly like this program. It's just missing one feature that would save me so much time. Could you possibly include some built-in image resizing feature? Thanks for the suggestion. I'm not sure whether I want to be doing post-processing on the images after downloading or not. If I do, then resizing will certainly be one of the options offered, as would conversion to .jpg, and possibly aspect ratio correcting.Hey excellent app but I was scanning my foobar library when I got this message: Error occured while reading media library: The specified path, file name, or both are too long... anyway I can check a log to change the file or directory name? or is that a bug that will be fixed ? There is a way to get a log file - create a file called AlbumArt.exe.config in the program folder (or edit your user.config for Album Art Downloader, but that's trickier to find!), and put this in it:<?xml version="1.0" encoding="utf-8" ?> <configuration> <system.diagnostics> <trace autoflush="true"> <listeners> <add name="debugListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="tracelog.txt" /> </listeners> </trace> </system.diagnostics> </configuration> For any .net app, that causes the trace log output to be written to a file called tracelog.txt in the program folder. Unfortunately, reviewing the source for 0.10, I don't think you will see anything useful enough to tell you which file it is that is too long. I've stuck up a version 0.10.1 which if you update to will provide more useful information, and also not abandon scanning the rest of the library just because one file failed. The only other change to 0.10.1 is to remove the iTunes script from the installer, since Apple have blocked access again. Alex