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