Batch Art Finder 4.2 - Updated 03/07/2012
-
- Posts: 47
- Joined: Sat Jan 17, 2009 5:41 am
Re: Batch Art Finder 2.8 [MM2+3]
If you add the Save checkbox and text inside a <label> tag, the user will be able to click the whole "Save" text and the checkbox will highlight.
You could also add some JavaScript to "check / uncheck all" which would make things a bit easier as well!
Good script,
Cheers,
Dave
You could also add some JavaScript to "check / uncheck all" which would make things a bit easier as well!
Good script,
Cheers,
Dave
Re: Batch Art Finder 2.8 [MM2+3]
On my list for the next version, thanks 

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 1
- Joined: Tue Jan 20, 2009 2:53 am
Re: Batch Art Finder 2.8 [MM2+3]
Hello, i need some help with that plugin.
File mask - <path>\cover
When Im tried to save album art it's saves in the root directory of my hard drive with the name for example - "-English-Disco-Modern Talking-1985 - The 1st Album-cover.jpg"
I couldn't understand why here "-" instead of "\"
Plz tell me what should i do to save cover in folders correctly..
Sry for bad english
File mask - <path>\cover
When Im tried to save album art it's saves in the root directory of my hard drive with the name for example - "-English-Disco-Modern Talking-1985 - The 1st Album-cover.jpg"
I couldn't understand why here "-" instead of "\"
Plz tell me what should i do to save cover in folders correctly..
Sry for bad english

Re: Batch Art Finder 2.8 [MM2+3]
All I can think is that you have a filename mapping for "\" to "-" which is breaking the filepath, although I don't know how you set these up, they can be modified directly in the MediaMonkey.ini file.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch Art Finder 2.8 [MM2+3]
Hi Trix.
I also get the error which sketchy posted:
#Error #35764 - Inet
Still executing last request
File: C:\program files\mediamonkey\scripts\auto\batchartfinder.vbs, line:1545, column 14
Adding
Call SDB.Tools.Sleep(500)
also changes nothing - still getting the same error...
Do you got some new Ideas?
Would be great because there´s a lot of art-work still undone and i don´t find anything close to the great idea of your script...
I also get the error which sketchy posted:
#Error #35764 - Inet
Still executing last request
File: C:\program files\mediamonkey\scripts\auto\batchartfinder.vbs, line:1545, column 14
Adding
Call SDB.Tools.Sleep(500)
also changes nothing - still getting the same error...
Do you got some new Ideas?
Would be great because there´s a lot of art-work still undone and i don´t find anything close to the great idea of your script...
Re: Batch Art Finder 2.8 [MM2+3]
Same here. It worked the first time for 3 Images (a test).
Now I allways get the same error.
Now I allways get the same error.
Re: Batch Art Finder 2.8 [MM2+3]
This script is high on my list of ones to fix, but I'm in the process of moving at the moment so I'm not even sure where my laptop is!! I was hoping 00christian00 would email me the fixes he has done but unfortunately he hasn't.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
- Posts: 47
- Joined: Sat Jan 17, 2009 5:41 am
Re: Batch Art Finder 2.8 [MM2+3]
Good luck with the move! 

Re: Batch Art Finder 2.8 [MM2+3]
Sometimes I get HTML in my folder.jpg, rather than the image. This seems to be a result of some server-side referrer rule blocking the image download. I'm not sure if there is a good general fix in terms of avoiding the blocking, but I would suggest the script at least check to make sure it gets a real JPG before writing it to metadata and disk. E.g.:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE
>
</HEAD><BODY>
<H1>ERROR</H1>
<H2>The requested URL could not be retrieved</H2>
<HR noshade size="1px">
<P>
While trying to retrieve the URL:
<A HREF="http://upload.wikimedia.org/wikipedia/e ... ella_Don%2
7t_Tell_Me_You_Do_big.jpg">http://upload.wikimedia.org/wikipedia/e ... g.jpg/200p
x-Rockapella_Don%27t_Tell_Me_You_Do_big.jpg</A>
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Access Denied.
</STRONG>
<P>
Access control configuration prevents your request from
being allowed at this time. Please contact your service provider if
you feel this is incorrect.
</UL>
<P>Your cache administrator is <A HREF="mailto:nobody">nobody</A>.
<BR clear="all">
<HR noshade size="1px">
<ADDRESS>
Generated Tue, 27 Jan 2009 19:08:27 GMT by sq44.wikimedia.org (squid/2.6.STABLE21)
</ADDRESS>
</BODY></HTML>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE
>
</HEAD><BODY>
<H1>ERROR</H1>
<H2>The requested URL could not be retrieved</H2>
<HR noshade size="1px">
<P>
While trying to retrieve the URL:
<A HREF="http://upload.wikimedia.org/wikipedia/e ... ella_Don%2
7t_Tell_Me_You_Do_big.jpg">http://upload.wikimedia.org/wikipedia/e ... g.jpg/200p
x-Rockapella_Don%27t_Tell_Me_You_Do_big.jpg</A>
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Access Denied.
</STRONG>
<P>
Access control configuration prevents your request from
being allowed at this time. Please contact your service provider if
you feel this is incorrect.
</UL>
<P>Your cache administrator is <A HREF="mailto:nobody">nobody</A>.
<BR clear="all">
<HR noshade size="1px">
<ADDRESS>
Generated Tue, 27 Jan 2009 19:08:27 GMT by sq44.wikimedia.org (squid/2.6.STABLE21)
</ADDRESS>
</BODY></HTML>
Re: Batch Art Finder 2.8 [MM2+3]
Ok I'd not seen this before, I will certainly put a check in for this in the next version.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch Art Finder 2.8 [MM2+3]
Yeah, I think Wikipedia may be blocking image requests when they aren't coming from within a Wikipedia page. But Batch Art Finder is clearly getting the image the first time, I guess with Google as the referrer (?). Is the image requested differently a second time when the user saves the art?
Re: Batch Art Finder 2.8 [MM2+3]
Yes, it downloads the image directly so would not have a referer, I don't think.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch Art Finder 2.8 [MM2+3]
Right, but what I'm asking is: is the image we see in the preview at a different URL than the one it tries to download? Because if it shows us the preview in the cover art dialog, it's obviously able to fetch the image from *somewhere*. Is it fetching it in the first instance from the Google cache, and then the second time from the original source?
Re: Batch Art Finder 2.8 [MM2+3]
Yes, I believe so.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch Art Finder 2.8 [MM2+3]
Is three some reason the script couldn't just save the version from the Google cache? Thus the user will be getting the same thing he see. I should mention I fairly often see a box with an X in it rather than an actual image; however, this is unrelated to the instances where the images can't be downloaded because the server is denying them for lack of proper referrer.