Batch Art Finder 4.2 - Updated 03/07/2012

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

DaveStewart
Posts: 47
Joined: Sat Jan 17, 2009 5:41 am

Re: Batch Art Finder 2.8 [MM2+3]

Post by DaveStewart »

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
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Batch Art Finder 2.8 [MM2+3]

Post by trixmoto »

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.
galleon2006
Posts: 1
Joined: Tue Jan 20, 2009 2:53 am

Re: Batch Art Finder 2.8 [MM2+3]

Post by galleon2006 »

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 :)
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Batch Art Finder 2.8 [MM2+3]

Post by trixmoto »

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.
Fumpf

Re: Batch Art Finder 2.8 [MM2+3]

Post by Fumpf »

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...
Hatachy

Re: Batch Art Finder 2.8 [MM2+3]

Post by Hatachy »

Same here. It worked the first time for 3 Images (a test).

Now I allways get the same error.
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Batch Art Finder 2.8 [MM2+3]

Post by trixmoto »

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.
DaveStewart
Posts: 47
Joined: Sat Jan 17, 2009 5:41 am

Re: Batch Art Finder 2.8 [MM2+3]

Post by DaveStewart »

Good luck with the move! ;)
ajkessel1

Re: Batch Art Finder 2.8 [MM2+3]

Post by ajkessel1 »

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>
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Batch Art Finder 2.8 [MM2+3]

Post by trixmoto »

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.
ajkessel
Posts: 36
Joined: Fri Jan 02, 2009 11:43 am

Re: Batch Art Finder 2.8 [MM2+3]

Post by ajkessel »

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?
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Batch Art Finder 2.8 [MM2+3]

Post by trixmoto »

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.
ajkessel
Posts: 36
Joined: Fri Jan 02, 2009 11:43 am

Re: Batch Art Finder 2.8 [MM2+3]

Post by ajkessel »

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?
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Batch Art Finder 2.8 [MM2+3]

Post by trixmoto »

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.
ajkessel
Posts: 36
Joined: Fri Jan 02, 2009 11:43 am

Re: Batch Art Finder 2.8 [MM2+3]

Post by ajkessel »

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.
Post Reply