Page 11 of 14

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 1:48 am
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?

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 2:27 am
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.

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 2:41 am
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?

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 3:20 am
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

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 5:30 am
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?

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 5:45 am
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

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 5:48 am
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:

Re: iTunesMonkey 1.0 + Acoustid

Posted: Thu Oct 08, 2015 6:00 am
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.

Re: iTunesMonkey 1.0 + Acoustid

Posted: Sat Nov 07, 2015 11:54 am
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.

Re: iTunesMonkey 1.0 + Acoustid

Posted: Sat Nov 07, 2015 12:04 pm
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).

Re: iTunesMonkey 1.0 + Acoustid

Posted: Tue Nov 10, 2015 12:31 pm
by orbit123
This is a nice script in that it runs but the results are not even close to being right right

Re: iTunesMonkey 1.0 + Acoustid

Posted: Tue Nov 10, 2015 4:01 pm
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.

Re: iTunesMonkey 1.0 + Acoustid

Posted: Sat Dec 12, 2015 11:37 am
by stonecaper
Is it just me or did the cover art just stopped appearing/Loading?

Re: iTunesMonkey 1.0 + Acoustid

Posted: Sat Dec 12, 2015 12:10 pm
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?

Re: iTunesMonkey 1.0 + Acoustid

Posted: Sun Dec 13, 2015 5:35 am
by stonecaper
Every Mode
Always