iTunesMonkey 1.0 + Acoustid

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

Moderators: Peke, Gurus

MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

Apple has changed the name of the thumbnail Artwork.
I have fixed the replace-RegEx to find again the bigger 600x600 cover art.

You can manually replace the line 263 inside iTunesMonkey.vbs (about 95kb) from the old value

Code: Select all

reArtworkURL.Pattern = "\d+x\d+(?=.*-\d+\.jpg$)"
to the new shorter value:

Code: Select all

reArtworkURL.Pattern = "\d+x\d+(?=.*\.jpg$)"
or you can download the updated Addon v1.2 from:
http://www.happymonkeying.com/plugin.php?q=300103

Please let me know if this works for you too.
Magic Nodes v4.3.3 (2018-10-03) last free version SQL Viewer v2.4 (2009-10-25)
ExternalTools v1.4 (2011-05-09) iTunesMonkey 1.0 + Acoustid
Calculate Cover Size v1.7 (2012-10-23) RegExp Find & Replace v4.4.9 (2018-10-03) last free version
korniza
Posts: 1
Joined: Sun Dec 20, 2015 1:37 am

Re: iTunesMonkey 1.0 + Acoustid

Post by korniza »

Good day,
I have the last version installed (1.2.0.0) installed. I removed the previous version. It reports the error:

Error #2147024809 -
Invalid Argument.
File : "....\iTunesMonkeyMatchSearch.vbs", Line 995, Column:4

As previous mentioned, issue is has to do with progress bar. I m running on latast version of MM on windows 10.
Hope I helped
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

The progressbar wasn't changed in "my" versions 1.1 and 1.2, just the way Apple actually names his cover pictures.

If you have a problem with the progressbar on your system, you should apply http://www.mediamonkey.com/forum/viewto ... 50#p414918

BTW: What do you use as standard browser (Version?) and OS (Home/Pro/other)?

One way to detect the actual installed Internet Explorer-Version:
Open a commandline windows (cmd.exe) and enter

Code: Select all

REG QUERY "HKLM\Software\Microsoft\Internet Explorer" /v svcVersion
You get the "Updateversion" for IE with:

Code: Select all

REG QUERY "HKLM\Software\Microsoft\Internet Explorer" /v svcUpdateVersion
Magic Nodes v4.3.3 (2018-10-03) last free version SQL Viewer v2.4 (2009-10-25)
ExternalTools v1.4 (2011-05-09) iTunesMonkey 1.0 + Acoustid
Calculate Cover Size v1.7 (2012-10-23) RegExp Find & Replace v4.4.9 (2018-10-03) last free version
Altureus
Posts: 1
Joined: Sun Oct 11, 2015 5:57 pm

Re: iTunesMonkey 1.0 + Acoustid

Post by Altureus »

Great extension you made here, however I'm having trouble with it applying the artwork. It seems to auto-tag everything besides the artwork. I guess I can always separately use MM built in artwork finder to tag separately, but it would be nice if I could do it all at once with one command.

I'm using MM 4.1.11.1783 and the 1.2 version of iTunesMonkey

Edit: Nevermind I figured out you have to click the little circle to the left of the progress bar to apply the artwork. Too bad there's not an option to auto-tag the artwork but it does work. :)
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

Maybe this helps a little bit:
A double-click on the visible artwork should tag all the selected tracks (according one of the "tips").

One of the problems with auto-tag is the possibility that more then one artwork will be found, especially with multiple selected tracks. Which one should then be the correct one to be filled to the tracks?
Magic Nodes v4.3.3 (2018-10-03) last free version SQL Viewer v2.4 (2009-10-25)
ExternalTools v1.4 (2011-05-09) iTunesMonkey 1.0 + Acoustid
Calculate Cover Size v1.7 (2012-10-23) RegExp Find & Replace v4.4.9 (2018-10-03) last free version
Stonecaper

Re: iTunesMonkey 1.0 + Acoustid

Post by Stonecaper »

Stopped working.Been like this for the last 30 Mins - http://pasteboard.co/81ag4j8oc.jpg
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

Which option do you use (Button in the upper right corner of your print screen)?
I just made a small test and at least I get a "No results for".
Magic Nodes v4.3.3 (2018-10-03) last free version SQL Viewer v2.4 (2009-10-25)
ExternalTools v1.4 (2011-05-09) iTunesMonkey 1.0 + Acoustid
Calculate Cover Size v1.7 (2012-10-23) RegExp Find & Replace v4.4.9 (2018-10-03) last free version
foxyl
Posts: 2
Joined: Fri Aug 19, 2016 8:34 am

Re: iTunesMonkey 1.0 + Acoustid

Post by foxyl »

Friends, I get this error. Please tell me what I can do? Thanks in advance!

Image

Windows 10x64 single language, MediaMonkey 4.1.13.1801, iTunesMonkey 1.2.

P.S. Sorry for my English. I use the Google translator :(
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

Unfortunately, I can't read/understand the error message text (written in Russian).
Can you please try to translate it?

Or you can open the file in the bigger error box in a text editor and copy the line 940-950 (including the error line 944).
Maybe I can guess the reason from this lines.

The strange thing is:
The original iTunesMonkeyMatch.vbs has only 15 lines.
Only the iTunesMonkey.vbs has much more (about 3000) lines of code.

And please have a look at the same question 7 posts above :wink:
Magic Nodes v4.3.3 (2018-10-03) last free version SQL Viewer v2.4 (2009-10-25)
ExternalTools v1.4 (2011-05-09) iTunesMonkey 1.0 + Acoustid
Calculate Cover Size v1.7 (2012-10-23) RegExp Find & Replace v4.4.9 (2018-10-03) last free version
foxyl
Posts: 2
Joined: Fri Aug 19, 2016 8:34 am

Re: iTunesMonkey 1.0 + Acoustid

Post by foxyl »

MMuser2011 wrote:Unfortunately, I can't read/understand the error message text (written in Russian).
Can you please try to translate it?
it says "invalid argument"

Or you can open the file in the bigger error box in a text editor and copy the line 940-950 (including the error line 944).
Maybe I can guess the reason from this lines.

Code: Select all

		.PERCENT.title = (iHave + iJump + iFail + iKept) &" / "& iCount
		With .BAR

			.FAIL.style.width = iFail / iCount * 100 &"%"
			.JUMP.style.width = iJump / iCount * 100 &"%"
			.HAVE.style.width = iHave / iCount * 100 &"%"
			If TypeName(iKept) <> "Boolean" Then .KEPT.style.width = iKept / iCount * 100 &"%"
			If TypeName(iSome) <> "Boolean" Then .SOME.style.width = iSome / iCount * 100 &"%"

			.HAVE.title = "("& Int(iHave / iCount * 100) &"%) "& iHave &" successful"
			.JUMP.title = "("& Int(iJump / iCount * 100) &"%) "& iJump &" ignored"
The strange thing is:
The original iTunesMonkeyMatch.vbs has only 15 lines.
Only the iTunesMonkey.vbs has much more (about 3000) lines of code.
And here I thought it was weird so I copied the lines from the file iTunesMonkey.vbs

But now the previous error has disappeared (I didn't do anything! honest!) and the program shows

Error #2147024809 -
Invalid Argument.
File : "....\iTunesMonkeyMatchSearch.vbs", Line 995, Column:4
And please have a look at the same question 7 posts above :wink:
when I comment lines 1047-1050 and 946 and 995 it turns out here so

Image
Error #1016 - compile error Microsoft VBScript
it is assumed the presence 'Sub'
and so on

Code: Select all

C:\Users\LD>REG QUERY "HKLM\Software\Microsoft\Internet Explorer" /v svcVersion

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer
    svcVersion    REG_SZ    11.51.14393.0


C:\Users\LD>REG QUERY "HKLM\Software\Microsoft\Internet Explorer" /v svcUpdateVersion

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer
    svcUpdateVersion    REG_SZ    11.0.34
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

Maybe the line numbers are not exactly correct for the version you have installed.
The problem with the progressbar comes from this lines including the command

Code: Select all

.style
946:

Code: Select all

If TypeName(iSome) <> "Boolean" Then .SOME.style.width = iSome / iCount * 100 &"%"
995:

Code: Select all

.style.width = (iProgress / iMax) * 100 &"%"
1047-1050:

Code: Select all

.SOME.style.width = iSome / iCount * 100 &"%"
.HAVE.style.width = (iHave + iKept) / iCount * 100 &"%"
.JUMP.style.width = iJump / iCount * 100 &"%"
.FAIL.style.width = iFail / iCount * 100 &"%"
Please search for this lines and try to comment out this lines with an addition leading ' - Character (=Single Quote).
It should look like:

Code: Select all

' If TypeName(iSome) <> "Boolean" Then .SOME.style.width = iSome / iCount * 100 &"%"
...
' .style.width = (iProgress / iMax) * 100 &"%"
...
Let us know, if this helps!
Magic Nodes v4.3.3 (2018-10-03) last free version SQL Viewer v2.4 (2009-10-25)
ExternalTools v1.4 (2011-05-09) iTunesMonkey 1.0 + Acoustid
Calculate Cover Size v1.7 (2012-10-23) RegExp Find & Replace v4.4.9 (2018-10-03) last free version
stonecaper1
Posts: 1
Joined: Fri Aug 26, 2016 10:39 pm

Re: iTunesMonkey 1.0 + Acoustid

Post by stonecaper1 »

MMuser2011 wrote:Which option do you use (Button in the upper right corner of your print screen)?
I just made a small test and at least I get a "No results for".
iTunes album.is there any logs I should post?
now none of the itunesmonkey options are working
@MMuser2011 #MMuser2011
AlanH
Posts: 197
Joined: Sun Sep 08, 2013 3:54 pm

Re: iTunesMonkey 1.0 + Acoustid

Post by AlanH »

I was using this on my old laptop with no problems, I've just moved everything over to a new laptop and suddenly the acoustic ID check no longer brings up any results.

Both laptops were running win10. The only thing that has changed is my new laptop has a SSD to boot off so my library now resides on D drive instead of C Drive.

I get no error message and the progress bar completes.

I'm using V1.2 but I've also tried V1.

Any help would be appreciated.
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

The library itself works fine? You can access your albums and songs and play them without any problems?
Maybe you can try to deinstall iTunesMonkey, close MediaMonkey, restart MediaMonkey and then reinstall iTunesMonkey?
Magic Nodes v4.3.3 (2018-10-03) last free version SQL Viewer v2.4 (2009-10-25)
ExternalTools v1.4 (2011-05-09) iTunesMonkey 1.0 + Acoustid
Calculate Cover Size v1.7 (2012-10-23) RegExp Find & Replace v4.4.9 (2018-10-03) last free version
AlanH
Posts: 197
Joined: Sun Sep 08, 2013 3:54 pm

Re: iTunesMonkey 1.0 + Acoustid

Post by AlanH »

I will give that a go later.

My library is intact, all files are present and play ok.

I wonder if I messed up by copying the MM folder over with the plugins, but I did try delete the plugin and reinstall but I didn't restart MM between times.
Post Reply