Page 7 of 116

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Thu Feb 27, 2014 5:23 am
by skywalka
Hi Sven,

The artists for this release end up being bunched together.

Does it stray from the standard.

Thanx.

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Thu Feb 27, 2014 6:40 am
by crap_inhuman
Tell me more about the release and i will take a look, buddy !

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Fri Feb 28, 2014 5:49 am
by insdel
Hi. This is really great, I am using it cause Amazon's catalog isn't as great as Discogs.
What if I ONLY need album artwork and don't need any other information being updated e.g. Album, Title etc. I understand that unchecking box certainly helps, but I don't want to do it every time, it would be better if at the beginning everything was DESELECTED so that I could only select needed fields (in my case album artwork). Thanks!

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Sat Mar 01, 2014 2:45 am
by skywalka
crap_inhuman wrote:Tell me more about the release and i will take a look, buddy !
An important little detail that I forgot!

http://www.discogs.com/release/1867031

Thanx.

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Sat Mar 01, 2014 3:51 am
by skywalka
Also!

I've put "remix "in my Producer key words but it doesn't seem to work.
This is what I have:
Producer,Co-producer,coproducer,Co-producer [Co-realised],remixed by,remix,programmed by,programming

Here is an example:
http://www.discogs.com/release/715867

Thanx!

Re: Discogs Tagger 4.35 (Updated: 2013-11-23)

Posted: Sun Mar 02, 2014 9:59 am
by Aff
crap_inhuman wrote:
jokerjoe wrote:Something very strange is happening, the tagger stopped working a few days ago, then was producing errors relating mxsml6, now all it says is:

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

Please help, I'm totally dependent on the tagger!
hi, please look at this post http://www.mediamonkey.com/forum/viewto ... 27#p363982

please write again, if you can't resolve the problem !
At the moment, your script won't work in many countries. The simple solution is to tell CDbl what number format to use. This is done with SetLocale. You can switch it back to the system default afterwards.

So could you please change your code as follows:

Code: Select all

				SetLocale "en-US"
				ParseValue = CDbl(ms(0))
				SetLocale 0

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Mon Mar 03, 2014 4:31 am
by skywalka
Hey Sven!

The keywords are case sensitive.

I just had to add both "Featuring" & "featuring" to the Featuring keywords.

That's probably what the problem was with my Producer/Remix complication.

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Mon Mar 03, 2014 8:26 am
by crap_inhuman
insdel wrote:Hi. This is really great, I am using it cause Amazon's catalog isn't as great as Discogs.
What if I ONLY need album artwork and don't need any other information being updated e.g. Album, Title etc. I understand that unchecking box certainly helps, but I don't want to do it every time, it would be better if at the beginning everything was DESELECTED so that I could only select needed fields (in my case album artwork). Thanks!
Hi,

just deselect all not needed fields and push the "save options" button. That's it !

Re: Discogs Tagger 4.35 (Updated: 2013-11-23)

Posted: Mon Mar 03, 2014 8:32 am
by crap_inhuman
Aff wrote:At the moment, your script won't work in many countries. The simple solution is to tell CDbl what number format to use. This is done with SetLocale. You can switch it back to the system default afterwards.

So could you please change your code as follows:

Code: Select all

				SetLocale "en-US"
				ParseValue = CDbl(ms(0))
				SetLocale 0
Thanks for your hint ! I 'll change the code as you say !

Re: Discogs Tagger 4.38 (Updated: 2014-02-25)

Posted: Mon Mar 03, 2014 8:47 am
by crap_inhuman
skywalka wrote:Hey Sven!

The keywords are case sensitive.

I just had to add both "Featuring" & "featuring" to the Featuring keywords.

That's probably what the problem was with my Producer/Remix complication.
Hey Steve!

Great, that's it ! Thank you ! I change the code so it's not case sensitive.

Re: Discogs Tagger 4.39 (Updated: 2014-03-03)

Posted: Mon Mar 03, 2014 2:45 pm
by crap_inhuman
I released a new Discogs Tagger Version. See the first post in this thread for details !

Re: Discogs Tagger 4.39 (Updated: 2014-03-03)

Posted: Mon Mar 03, 2014 7:21 pm
by skywalka
crap_inhuman wrote:I released a new Discogs Tagger Version. See the first post in this thread for details !
Thanx, as always!

Re: Discogs Tagger 4.39 (Updated: 2014-03-03)

Posted: Tue Mar 04, 2014 4:40 am
by skywalka
skywalka wrote:
crap_inhuman wrote:I released a new Discogs Tagger Version. See the first post in this thread for details !
Thanx, as always!
Doesn't seem to be fixed in the new version!

I added the keyword "vocal" (without a capital) to the Featuring section & it didn't pick up the artist. I added "Vocal" (with a capital) too & it did pick up the artist!

Thanx again.

Re: Discogs Tagger 4.40 (Updated: 2014-03-05)

Posted: Wed Mar 05, 2014 5:43 pm
by crap_inhuman
skywalka wrote:Doesn't seem to be fixed in the new version!

I added the keyword "vocal" (without a capital) to the Featuring section & it didn't pick up the artist. I added "Vocal" (with a capital) too & it did pick up the artist!

Thanx again.
I forgot the 'featuring' section, thanks for your info !! The new version is out ;)

Re: Discogs Tagger 4.40 (Updated: 2014-03-05)

Posted: Thu Mar 06, 2014 1:26 am
by skywalka
Woohoo!