[WS] Discogs (pone mod)

hello,
i am receiving no data from discogs since today using the pone mod.
can anyone confirm the problems?
thanks in advance!

Thanks to pone for discogs script! It's awesome!

I have mp3tag v2.66 and script 4.4
There is no cover anymore, but i put it manually, not terrible.
And, in DISCOGS_FORMAT (metadata tag) there are always comma and free space at the end.

for example: "CD, Maxi-Single, "
Is there something wrong in script or maybe my mistake..?
I would like to fix that...

see artwork issue

Just updated to latest mp3tag - v.2.67 - but still no images from Discogs :s ?

pone mod needs an extra update, maybe I can do it.

And Mp3tag 2.67 has been withdrawn and should not be used!

Thanks, Dano. I've just come back to check, figured something not right with the app after the update...

Hi,

Cover art is not downloaded from discogs even when album is found by discogs ID.
I updated scripts to 4.4 and I have version 2.67a.

As I realized this is a bug.




Same here using 2.66 version°°°° need some experts help, thanks in advance to you all guys.

Just updated to 2.69, but still no images when using standard search from pone 4.4.
Do I need to reinstall the pone mod?

yup - same here

cover art not working to me (v2.96) (pone 4.4)

Any ideas if we can get this working? Thanks :slight_smile:

after a long time of 'not tagging' i wanted to restart w/ mp3tag 2,69 and Discogs_Pone_Mod_4.4. i always search via discogs id; i get no album, title and cover but things like www, publisher, albumartist, things i deleted before creating the script.

It seems that the cover download is still not working.
The other information (title, artist, album, ...) works fine with the script. Maybe it helps to review or reset the settings file.

here is a workaround for the cover:

Discogs images

I'm currently re-writing my own set of scripts to suit my needs .. there is a new thing to parse discogs more easily with json commands.

I might post later what I come with, if you still need a working discogs script you can use the one bundled with mp3tag.

hmmm, i used this script:

WS Discogs Album search...

Its based on Pone and also not working after late Feb.

I modify the script and it works fine for me. At the beginning i added the JSON "ON"...

[ParserScriptIndex]=...
#?
[ParserScriptAlbum]=...
# Pone Mod 4.1
# debug "on" "C:\debug.txt"
json "ON"

#< ## Totaldiscs # 
outputto "totaldiscs temp"

and at the end added

# Coverurl
outputto "coverurl"
json_foreach "images"
    json_select "type"
    if "primary"
        json_select "uri"
        say "http://cache.mp3tag.de/coxy"
        sayregexp "(?<=\.com).*"
        #sayrest
    endif
json_foreach_end
QUOTE (The Zyc @ May 5 2015, 00:25) <{POST_SNAPBACK}>
and at the end added
# Coverurl
outputto "coverurl"
json_foreach "images"
    json_select "type"
    if "primary"
        json_select "uri"
        say "http://cache.mp3tag.de/coxy"
        sayregexp "(?<=\.com).*"
        #sayrest
    endif
json_foreach_end<!--QuoteEnd--></div><!--QuoteEEnd-->

it will only work if discogs release got only 1 primary image, if it has secondary images or multiple primary images it won't work.

Okay, sorry... I have tested this workaround with a selection from 8-10 Albums, and one of this has no Cover. I meant no harm by it

What went wrong? :frowning:


did you authenticate your mp3tag application in the discogs?

mp3tag should ask you to do that first time.

Yes, the normal Discogs function works.