Discogs Auto-tag Web Search

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

Moderators: Peke, Gurus

Peter Caddy
Posts: 1
Joined: Sun Dec 28, 2008 7:31 pm

Re: Discogs Auto-tag Web Search

Post by Peter Caddy »

Thanks for the working link :)

When I first installed this plug-in I received an error relating to a missing vb file... I simply ignored it, re-installed the plug-in and now it's working fine.

Thank you for writing this script, I find Discogs to be the most useful database for the music I'm tagging - nice work! :D
Sartano
Posts: 4
Joined: Sun Dec 28, 2008 8:43 pm

Re: Discogs Auto-tag Web Search

Post by Sartano »

Is the installer down? I tried downloading it but was directed to french 404.
d00p
Posts: 2
Joined: Mon Dec 15, 2008 1:34 pm

Re: Discogs Auto-tag Web Search

Post by d00p »

Iep!
I'm getting a 404 too!
macrbest
Posts: 26
Joined: Thu Apr 24, 2008 6:47 am

Re: Discogs Auto-tag Web Search

Post by macrbest »

Sorry, stupid link problem.
Fixed.

The Album cover bug is also stupid, sorry.
Will be fixed later this week.
macrbest
Posts: 26
Joined: Thu Apr 24, 2008 6:47 am

Re: Discogs Auto-tag Web Search

Post by macrbest »

Done!

just use "update" in MM3 extension panel now to get latest updates.

MB
aidan_cage
Posts: 291
Joined: Mon Dec 11, 2006 9:45 pm

Re: Discogs Auto-tag Web Search

Post by aidan_cage »

hey just installed and set up an API key thing on the site. I'm getting a flashing within the auto tag window, like it is constantly refreshing. Not sure what this' about.
Drumman74
Posts: 5
Joined: Sun Aug 15, 2004 4:13 pm

Re: Discogs Auto-tag Web Search

Post by Drumman74 »

Same thing here,... flashing constantly, and when i choose an album different then the one on top, it instantly reverts back to the top album... Only thing i can figure is that Im using 3.1 beta, is this the prob? Great script by the way, hoping to get it working...
aidan_cage
Posts: 291
Joined: Mon Dec 11, 2006 9:45 pm

Re: Discogs Auto-tag Web Search

Post by aidan_cage »

same here
Bart D
Posts: 17
Joined: Tue Jan 27, 2009 7:41 am

Re: Discogs Auto-tag Web Search

Post by Bart D »

thx for this great addition
r.mota

Re: Discogs Auto-tag Web Search

Post by r.mota »

Yesterday i installed the script and everything was working perfectly. Today when automatic or manual search i only get a blank screen with no results.


Please help me! :P
Bart D
Posts: 17
Joined: Tue Jan 27, 2009 7:41 am

Re: Discogs Auto-tag Web Search

Post by Bart D »

i think it's something to do with discogs, it doesnt work here either
phuzz
Posts: 11
Joined: Sat May 31, 2008 1:50 pm
Location: Canada

Re: Discogs Auto-tag Web Search

Post by phuzz »

Anyone else having luck with the script? The searches seem to work fine and the results list is populated, but nothing shows up below.
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Re: Discogs Auto-tag Web Search

Post by onenonymous »

it appears Discogs may have changed their xml code - try changing line 239
from this:

Code: Select all

XMLdoc2.Load(FoundLinks.Item(ResultID) & "?f=xml&api_key=" & MyDiscogsAPIKey )
to this:

Code: Select all

XMLdoc2.Load("http://www.discogs.com/release/" & mid(FoundLinks.Item(ResultID), instr(FoundLinks.Item(ResultID) ,"/release/")+9) & "?f=xml&api_key=" & MyDiscogsAPIKey)
Eyal
Posts: 3123
Joined: Sun Jun 26, 2005 9:27 am
Location: Québec
Contact:

Re: Discogs Auto-tag Web Search

Post by Eyal »

onenonymous wrote:it appears Discogs may have changed their xml code - try changing line 239
from this:

Code: Select all

XMLdoc2.Load(FoundLinks.Item(ResultID) & "?f=xml&api_key=" & MyDiscogsAPIKey )
to this:

Code: Select all

XMLdoc2.Load("http://www.discogs.com/release/" & mid(FoundLinks.Item(ResultID), instr(FoundLinks.Item(ResultID) ,"/release/")+9) & "?f=xml&api_key=" & MyDiscogsAPIKey)
WOW! you're a genius onenonymous :D
Skins for MediaMonkey: Cafe, Carbon, Helium, Spotify, Zekton. [ Wiki Zone ].
aidan_cage
Posts: 291
Joined: Mon Dec 11, 2006 9:45 pm

Re: Discogs Auto-tag Web Search

Post by aidan_cage »

can this be fixed to update via a download and reinstall/update from the extensions?
Locked