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 »

This is strange :o Already 31 people has downloaded the script, but you are the first where it doesn't work?
Do you really click on the Download-Button on the upper-right position (the one with the monkey face)?
You should get the "iTunesMonkey.mmip" automatically.

Maybe your anti-virus program has deleted some parts of the script?
Could you please try it again?
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
bobcov
Posts: 8
Joined: Mon Sep 29, 2008 1:34 am

Re: iTunesMonkey 1.0 + Acoustid

Post by bobcov »

You are right. In Avant browser, i get a php extension. In Firefox, i got the mmip extension, however I still get the same error in the script.
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

It seems, there are other people with the same error (in a previous version of the script). Just search for

Code: Select all

.style.width = (iProgress / iMax) 
in this thread.
Unfortunately, there is no real solution for this. One user told us to just comment out the lines with the progress bar.

I don't get this errors, therefore it is nearly impossible for me to fix it.

Do you get this progressbar problem in the actual FireFox 41.x as well?
If yes, do you have any AddOns installed? What kind of OS do you use?
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
bobcov
Posts: 8
Joined: Mon Sep 29, 2008 1:34 am

Re: iTunesMonkey 1.0 + Acoustid

Post by bobcov »

MMuser2011 wrote:It seems, there are other people with the same error (in a previous version of the script). Just search for

Code: Select all

.style.width = (iProgress / iMax) 
in this thread.
Unfortunately, there is no real solution for this. One user told us to just comment out the lines with the progress bar.

I don't get this errors, therefore it is nearly impossible for me to fix it.

Do you get this progressbar problem in the actual FireFox 41.x as well?
If yes, do you have any AddOns installed? What kind of OS do you use?
Is this going outside of MM and relying on browser resources? I have win 7 64, but my main browser is Avant, which incorporates rendering engines from FF and IE, so that could be the problem. Also I have standalone firefox 40.0.2. I will try commenting out the line. Commented out, reloaded mm and still get it at the same line which means the line is still being seen somehow. I removed the line entirely, so not sure why it still says error line 995
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

bobcov wrote:Is this going outside of MM and relying on browser resources?
Yes, to iTunes (using an API) & AcoustID & MusicBrainz
bobcov wrote:Commented out, reloaded mm and still get it at the same line which means the line is still being seen somehow. I removed the line entirely, so not sure why it still says error line 995
Are you sure, you edit the right version of this script?
It should be somewhere in %appdata%\MediaMonkey\Scripts\iTunesMonkey and is called "iTunesMonkey.vbs"
(Do you find several of this files on your MM computer?)

If you load it into an text editor, what do you see at lines 994-996?
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
bobcov
Posts: 8
Joined: Mon Sep 29, 2008 1:34 am

Re: iTunesMonkey 1.0 + Acoustid

Post by bobcov »

MMuser2011 wrote:
bobcov wrote:Is this going outside of MM and relying on browser resources?
Yes, to iTunes (using an API) & AcoustID & MusicBrainz
bobcov wrote:Commented out, reloaded mm and still get it at the same line which means the line is still being seen somehow. I removed the line entirely, so not sure why it still says error line 995
Are you sure, you edit the right version of this script?
It should be somewhere in %appdata%\MediaMonkey\Scripts\iTunesMonkey and is called "iTunesMonkey.vbs"
(Do you find several of this files on your MM computer?)

If you load it into an text editor, what do you see at lines 994-996?
Hi, thanks for the tip. I was editing the wrong location. After uninstalling, reinstalling and editing the right location, I now get the same error for line 1048 instead of line 995. !048 looks like this: .JUMP.style.width = iJump / iCount * 100 &"%"

here is 992-999

With oHTML.progresses.MERGED
With .BAR
With .DONE
.title = iHaveDisplay + iFailDisplay &" complete"& vbLf & (iCount - iHaveDisplay - iFailDisplay) &" remaining"
If iFailDisplay Then .title = .title & vbLf & iFailDisplay &" not found"
End With
.FILL.title = .DONE.title
End With


Update: I encountered further errors and commented out additional lines. Have no idea what the impact of that is, but the scripts are "working" (not knowing for sure because of aforementioned lack of knowledge) and I am getting the correct data. All of the scripts work except for the main one, which if I run it, throws an error for line 1047. I guess I might as well get rid of that line, too In for a penny, in for a pound
Last edited by bobcov on Thu Oct 08, 2015 5:59 am, edited 1 time in total.
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

Thanks for the reply. The user emufan wrote in his answer to comment out:

Code: Select all

 lines 1047-1050 and 946 and 995
Be sure to comment out 995 (not 955) as he wrote...

If you have time, we could try to find the real error. I write a PM to you in this forum with some instructions. Please let me know, if you want to help me to fix it. :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
bobcov
Posts: 8
Joined: Mon Sep 29, 2008 1:34 am

Re: iTunesMonkey 1.0 + Acoustid

Post by bobcov »

MMuser2011 wrote:Thanks for the reply. The user emufan wrote in his answer to comment out:

Code: Select all

 lines 1047-1050 and 946 and 995
Be sure to comment out 995 (not 955) as he wrote...

If you have time, we could try to find the real error. I write a PM to you in this forum with some instructions. Please let me know, if you want to help me to fix it. :wink:
Thanks! I will look for your PM, save the butchered "working" script I have and reinstall the original.
NMGMarques
Posts: 1
Joined: Sat Nov 07, 2015 11:52 am

Re: iTunesMonkey 1.0 + Acoustid

Post by NMGMarques »

Anyone ever fix this? I have also gotten many errors and commented out the offending lines but the script doesn't end up working for me.
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

The progressbar IS fixed in this version: http://www.happymonkeying.com/plugin.php?q=300103
If it still doesn't work for you, please let me know the error message & code line(s).
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
orbit123

Re: iTunesMonkey 1.0 + Acoustid

Post by orbit123 »

This is a nice script in that it runs but the results are not even close to being right right
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

@orbit123: If you expect any help, please provide some examples for your
results are not even close to being right right
and describe what you have already done exactly.
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 »

Is it just me or did the cover art just stopped appearing/Loading?
MMuser2011
Posts: 1308
Joined: Mon Oct 17, 2011 8:28 am
Location: Central Europe

Re: iTunesMonkey 1.0 + Acoustid

Post by MMuser2011 »

Does it not appear anymore in every mode or just in a specific one?
Does it not appear anymore for a single album or specific artist or always?
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 »

Every Mode
Always
Post Reply