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

Post a reply

Visual Confirmation

To prevent automated access and spam, you are required to confirm that you are human. Please place a check mark next to all images of monkeys or apes. If you cannot see any images, please contact the Board Administrator.

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Discogs Tagger 3.62 (Updated: 2013-02-09)

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

Post by crap_inhuman » Thu May 23, 2013 2:16 pm

Hi adrianmarsh,

at the time the DiscogsImages Script only works with Discogs Tagger installed !!

The Release_ID is the internal number for a release at discogs.

Here is an example url from discogs : http://www.discogs.com/Orange-Peels-Sun ... se/4592226
The number 4592226 is the Release_ID for the release. This are unique numbers.

If you tag an album (release) with Discogs Tagger, the script put the release_id (or better release number) in one of the Custom Tag-Fields. You can choose the Custom Tag-Field on the left side of the script-window (the name is Release Tag).
The DiscogsImages Script take the release_id from the choosen Custom Tag-Field and search at Discogs for the images. If the Discogs Tagger is not installed or no number is in the Field, the script show the error "Discogs Images: The First Track have no Release-ID"

Eventually i change the script, so you can choose the Custom Tag-Field.

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

Post by adrianmarsh » Sat May 18, 2013 7:54 am

crap_inhuman,

Just saw your new script and it looks interesting... I installed and ran it against a file that I've used Discogs Tagger with, and checked the site manually to check there was oher images..

I get an error about the First Track not having a release-id ?

My Discogs puts numeric references into Custom 2, Custom 3

Whats a release-id ??

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

Post by crap_inhuman » Wed Apr 24, 2013 3:18 pm

OklahomaMike wrote:Thus far it's been working great for me with one exception, and one "missing feature" 1 any links I click within the plugin are met with loading this horrendous program with a big blue e. I have both Chrome and FF installed with Chrome as my default yet it insists on using that exploder program.

The missing feature is I have a rather large vinyl collection that I've been encoding including a number of imports (old hobby) and love that MM handles multiple images in the tag so eloquently. Discogs is great for having front, back, sleeves, labels, media, etc. Any chance the program could pull a thumb of all available artwork for the selection and let us choose and label each one?

Your plugin is one of the ones that made me switch to MM and I hope to see it continue to grow.


At the moment it is not possible to add more than one image without tricks.
But i wrote an addon-script for the Discogs Tagger which hopefully solve your problem.

With this script you first tag the album with the Discogs Tagger. After that you run "DiscogsImages" to add the additional images (if existing)

Please test the script and give me a reply ! Here is it : http://www.germanc64.de/mm/DiscogsImages.mmip

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

Post by crap_inhuman » Wed Apr 24, 2013 12:10 pm

The Discogs Tagger show 2 Release-Dates. "Date" show the Release-Date of the selected Release. "Original Date" show the Release-Date of the Master-Release which most often the earliest release-date.

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

Post by DocMAX » Wed Apr 24, 2013 7:44 am

i'd like to see earliest release date (album, no compilations). how can i do it?

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

Post by Chuke01 » Mon Apr 22, 2013 8:10 am

Thanks. The auto-tag Genre from Last.fm its great, but I prefer the Genre Tags from Discogs.

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

Post by steviegt » Sat Apr 20, 2013 8:22 pm

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

Post by Chuke01 » Sat Apr 20, 2013 8:07 pm

I only want to update the Genre tag of my music files. But it's not possible without also change the title tag. There is any solution for this?

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

Post by Let » Tue Apr 16, 2013 11:08 pm

Mm tagger api supports only one album art. Maybe tagging multiple times could solve it.

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

Post by crap_inhuman » Tue Apr 16, 2013 8:45 pm

First a big thanks to Let for updating the first post !

Anyone knows how we fix the decimal separator problem for all users ? Maybe we read the settings from the registry ?

OklahomaMike wrote:The missing feature is I have a rather large vinyl collection that I've been encoding including a number of imports (old hobby) and love that MM handles multiple images in the tag so eloquently. Discogs is great for having front, back, sleeves, labels, media, etc. Any chance the program could pull a thumb of all available artwork for the selection and let us choose and label each one?


This will be the next feature i add to the Discogs Tagger.

Re: Discogs Tagger 3.3 (Updated: 2011-11-10)

Post by Let » Tue Apr 16, 2013 12:00 pm

I have been very busy lately. Fortunately someone else overtake the script and get it working. I will update the first thread to point to crap_inhuman's link.

I don't get notifications for this thread. send me private message if neccessary.

Re: Discogs Tagger 3.3 (Updated: 2011-11-10)

Post by tobstarrr » Wed Apr 03, 2013 2:19 pm

coulz wrote:
tobstarrr wrote:I receive Error #13 - Microsoft VBScript runtime error
Type mismatch: 'CDbl'
File: "C:\....\MediaMonkey\Scripts\DiscogsAuto TagWeb.vbs", Line: 243, Column: 4

when running Discogs Tagger 3.6.2


Hi, your error is kinda weird because in Swiss, I think you use either a comma or a dot as a decimal separator.

Check your settings under Control Panel (take a look right here) and change if needed the decimal separator.

If it is not that, I don't know the issue, sorry.

tobstarrr wrote:I don't know the language that well to know what this line is doing.


That line changes the "," separator into a "." separator, since it returns a decimal number. Needed for guys whose machine uses the comma as a decimal separator. You can also replace the "," in this line with your decimal separator if you don't want to change the settings under Control Panel.


I was able to fix it. Just had to change the "." to a "," on line 243. Now looks like this: "ParseValue = CDbl(Replace(ms(0),",",","))" and everything runs smoothly

Re: Discogs Tagger 3.3 (Updated: 2011-11-10)

Post by Lowlander » Mon Mar 25, 2013 10:15 am

OklahomaMike wrote:any links I click within the plugin are met with loading this program with a big blue e
Nothing can be changed about it as MediaMonkey uses IE and thus links are opened in it.

Re: Discogs Tagger 3.3 (Updated: 2011-11-10)

Post by OklahomaMike » Mon Mar 25, 2013 1:08 am

Thus far it's been working great for me with one exception, and one "missing feature" 1 any links I click within the plugin are met with loading this horrendous program with a big blue e. I have both Chrome and FF installed with Chrome as my default yet it insists on using that exploder program.

The missing feature is I have a rather large vinyl collection that I've been encoding including a number of imports (old hobby) and love that MM handles multiple images in the tag so eloquently. Discogs is great for having front, back, sleeves, labels, media, etc. Any chance the program could pull a thumb of all available artwork for the selection and let us choose and label each one?

Your plugin is one of the ones that made me switch to MM and I hope to see it continue to grow.

Re: Discogs Tagger 3.3 (Updated: 2011-11-10)

Post by coulz » Tue Mar 12, 2013 7:44 am

tobstarrr wrote:I receive Error #13 - Microsoft VBScript runtime error
Type mismatch: 'CDbl'
File: "C:\....\MediaMonkey\Scripts\DiscogsAuto TagWeb.vbs", Line: 243, Column: 4

when running Discogs Tagger 3.6.2


Hi, your error is kinda weird because in Swiss, I think you use either a comma or a dot as a decimal separator.

Check your settings under Control Panel (take a look right here) and change if needed the decimal separator.

If it is not that, I don't know the issue, sorry.

tobstarrr wrote:I don't know the language that well to know what this line is doing.


That line changes the "," separator into a "." separator, since it returns a decimal number. Needed for guys whose machine uses the comma as a decimal separator. You can also replace the "," in this line with your decimal separator if you don't want to change the settings under Control Panel.

Top