Discogs Tagger 3.62 (Updated: 2013-02-09)

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

Moderators: Peke, Gurus

Let
Posts: 204
Joined: Mon Jun 15, 2009 1:46 am
Location: İstanbul, Turkey

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Let »

This happened to me and it took me several hours to solve this problem. The solution is opening discogs.com web site with Internet Explorer and login to your account.
Eyal
Posts: 3123
Joined: Sun Jun 26, 2005 9:27 am
Location: Québec
Contact:

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Eyal »

Let wrote:This happened to me and it took me several hours to solve this problem. The solution is opening discogs.com web site with Internet Explorer and login to your account.
I already did that many times. No success.
Skins for MediaMonkey: Cafe, Carbon, Helium, Spotify, Zekton. [ Wiki Zone ].
Let
Posts: 204
Joined: Mon Jun 15, 2009 1:46 am
Location: İstanbul, Turkey

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Let »

Open the link below in Internet Explorer (not Firefox, Opera etc.!) and observe what happens. If you see some xml containing track names then it should work.

http://www.discogs.com/release/1810367?f=xml&api_key=
Eyal
Posts: 3123
Joined: Sun Jun 26, 2005 9:27 am
Location: Québec
Contact:

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Eyal »

Thank you Let, it's working now.
I had the "Remember Me" checkbox ticked, by clicking the above link I got an
oops, session has expired, please enter password
So I just logged out from discogs.com and logged in again. It's working again in MM and everything is fine for me.

Thanks, you're a master !

Eyal :~)
Skins for MediaMonkey: Cafe, Carbon, Helium, Spotify, Zekton. [ Wiki Zone ].
Let
Posts: 204
Joined: Mon Jun 15, 2009 1:46 am
Location: İstanbul, Turkey

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Let »

You're welcome :)
dumpy
Posts: 8
Joined: Wed Apr 21, 2010 4:53 pm

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by dumpy »

Hi,

i'm trying to use this script with MM, but it doesn't work. I only get the message "Cannot query the web site - The download of the specified resource has failed." Then i put another message box into the vbs-script to get the error code. The errorcode is -2146697208. Then i tried to use this link "http://www.discogs.com/release/1810367? ... key=<mykey> for testing the connection with the internet explorere as discribed here and I get only "HTTP 400". When I start the URL after logging in into discogs.com then I become the message "Oops, your session has expired. Please enter your password to continue.". Then I give him my password again an the answer is: "HTTP 400". When I test the URL with firefox I get the following output:
<resp requests="None" stat="fail">
<error>Client does not accept gzip encoding.</error>
</resp>
Has anyone an idea to my problem.

Many thanks from germany.
Dumpy
Let
Posts: 204
Joined: Mon Jun 15, 2009 1:46 am
Location: İstanbul, Turkey

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Let »

Would you try replacing <mykey> with your key? URL should be something like:

http://www.discogs.com/release/1810367?f=xml&api_key=123127123
dumpy
Posts: 8
Joined: Wed Apr 21, 2010 4:53 pm

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by dumpy »

sorry, i used my apicode when testing. I only changed it for this posting to <mycode>.
Dumpy
dumpy
Posts: 8
Joined: Wed Apr 21, 2010 4:53 pm

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by dumpy »

Has no one an idea for my problem?
Dumpy
Let
Posts: 204
Joined: Mon Jun 15, 2009 1:46 am
Location: İstanbul, Turkey

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Let »

Have you logged in to discogs.com with your user/pass? When I try to open that url with Internet Explorer with a wrong api key I get 400 error, with correct api key I get a correct response. With firefox I got the following with a wrong api key:

Code: Select all

<resp requests="None" stat="fail">
<error>Missing or invalid API Key</error>
</resp>
Do you have msxml 6.0 installed?
dumpy
Posts: 8
Joined: Wed Apr 21, 2010 4:53 pm

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by dumpy »

yes, i logged in to discogs. Then i opened the url with my own apicode. The first answer was: "Oops, your session has expired. Please enter your password to continue". Then i should rewrite my passwort. After rewriting my passwort he gave me the same message. This was new, last week i got this message only for one time. After rewriting my passwort i got the 400 error. With firefox i got the following:

Code: Select all

<resp requests="None" stat="fail">
<error>Client does not accept gzip encoding.</error>
</resp>
The msxml6.dll exists in system32 folder.
richiefinger
Posts: 285
Joined: Sat Oct 24, 2009 7:58 am

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by richiefinger »

Hi, Love this script, love Discogs.
Can i Just check something?
I've got involved people checked. But the info underneath each track (remixer producer) etc is not being saved to the involved people field or anywhere else.
Is the info underneath each track classed as 'involved people' ?
Let
Posts: 204
Joined: Mon Jun 15, 2009 1:46 am
Location: İstanbul, Turkey

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Let »

dumpy wrote:yes, i logged in to discogs. Then i opened the url with my own apicode. The first answer was: "Oops, your session has expired. Please enter your password to continue". Then i should rewrite my passwort. After rewriting my passwort he gave me the same message. This was new, last week i got this message only for one time. After rewriting my passwort i got the 400 error. With firefox i got the following:

Code: Select all

<resp requests="None" stat="fail">
<error>Client does not accept gzip encoding.</error>
</resp>
The msxml6.dll exists in system32 folder.
the error above tells that your computer doesn't support gzip compressed http communication. it migth be a configuration problem. have you tried it on another computer?
Let
Posts: 204
Joined: Mon Jun 15, 2009 1:46 am
Location: İstanbul, Turkey

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by Let »

richiefinger wrote:Hi, Love this script, love Discogs.
Can i Just check something?
I've got involved people checked. But the info underneath each track (remixer producer) etc is not being saved to the involved people field or anywhere else.
Is the info underneath each track classed as 'involved people' ?
Hi there!

Tag extraction is kind of complicated;

- "artists/artist" combined together and saved as artist (anv is used if checked)
- first "artists/artist" is saved as album artist (anv is used if checked)
- "extraartists/artist" on release are saved to all tracks if no track is specified
- "extraartists/artist" on release are not saved if a track or a track range is specified (Why specify on release if it belongs to a track?)
- "extraartists/artist" on track are saved

Involved rule extraction:

- "Lyrics By" "Words By" or "Songwriter" roles are saved to Lyricist
- "Conductor" roles are saved to Conductor
- "Composed By" or "Score" roles are saved to Composer
- All other roles are saved to involved people
- Combined rules cannot be detected (e.g. Produced and Words By) thus being saved to involved people (Why combine if you can specify seperately?)


Yes, whatever you see red above will not work properly. I've faced much worse problems and fixed the script to handle them. There exists very wacky releases on discogs, so please don't expect this script to tag 100% of your albums successfully.

On the other hand, there might be a bug on the script :) If you are suspicious, let me know the release id so that i can check to see what happens.
richiefinger
Posts: 285
Joined: Sat Oct 24, 2009 7:58 am

Re: Discogs Tagger 2.9 (Updated: 31.12.2009)

Post by richiefinger »

OK I'll try it out a bit more and report back.
Excuse me for being a dumb ar*e but what is ANV?
Post Reply