[WS] Discogs (pone mod)

Of course, everything is possible. To get rid of actions you need to perform everything in script, though I find it less convinient. I was using discogs xml script for quite some time when there was XML support on discogs, so kinda get used to it. That's the reason there is a need to apply some actions. I could rewrite it completely but I'm simply don't want invest my time into it.

I'm pretty sure it could be done with changing file settings:
Discogs Pone 4 Web Script Settings.mp3

With cutting 6 characters from right side YYYY-MM-DD I will get only year...but I don't know how to make right order. I have to think...

Hello,

I use only the script Discogs &Pone# Standard &Search.src

To fix the cover issue, you must do:

  1. Delete the following lines at line 230

    #< ## COVER #
    outputto "coverurl"
    findinline ""thumb":" 1 1
    if " ""
    findinline "-150-" 1 1
    say "http://s.pixogs.com/image/R-"
    sayuntil """
    endif
    gotochar 1#>

  2. Insert the following lines at line 145

    outputto "coverurl"
    findinline ""images": [{"uri": " 1 1
    if """
    movechar 1
    sayuntil """
    endif

  3. Insert the following line at line 8
    [UserAgent]=1

This pone has stopped working correctly tonight, it was working fine a few hours ago.

  1. Update mp3tag to its latest version v2.75

  2. Change in scripts URLs to https://:

    [IndexUrl]=https://api.discogs.com/database/search?type=release&per_page=100&catno=%s
    [AlbumUrl]=https://api.discogs.com/releases/

QUOTE (mp3taglover @ Mar 15 2016, 05:04) <{POST_SNAPBACK}>
1. Update mp3tag to its latest version v2.75
  1. Change in scripts URLs to https://:

    [IndexUrl]=https://api.discogs.com/database/search?type=release&per_page=100&catno=%s
    [AlbumUrl]=https://api.discogs.com/releases/

So just adding a s to http:// to https:// correct? Using Direct by Discogs ID this doesn't change the result.

try my version of scripts i've published here.

NOTE: you need to change url in my scripts to https:// and make sure you use mp3tag v2.75 also don't foget to apply actions after you tag with my script.

I forgot to mention that I've been using mp3tag v2.75 all along, I tried your script & it works (though it doesn't display Artist under Release) but no offense but most to all of the Additional Information categories are not ones I use & few to none I use are included so this wouldn't work for me.
I'm pretty minimal in tagging style this is the Metadata entries I use:


Discogs__Pone__Direct_by_Discogs__ID.src (16.7 KB)

What do you mean it doesn't display? In tagging window?

If so - this is how script works it populates artists etc after you apply actions on files.

You can read few pages back, I just left whole logic of dealing with tags in actions instead of moving this into websources script. It's easier and I'm just used to it.

You can edit actions/1. Discogs_XML.mta and in action #74 list all tags you don't need so they will be erased after applying action.

Under Release / Artist:


I'm unclear on why Pone Mod 4.4 stopped working, it worked fine up to around 4:30PM EST yesterday, I don't know what changed.

Re-read my comment above:

It's normal. After you apply actions everything will be tagged properly.

Sorry, I have no idea. I'm not maintaining Pone Mod at all. All i'm using from Pone is his search that's all. Maybe discogs changed something apart from https://.

Hi mp3taglover, tried your script from previous page and quite like it. Have just one problem with CREDITS tag. Basically, would like to behave just like NOTES tag, like a simple text field, and just like how they look on discogs release page for instance.

Here's the screenshot how values look like pasted into notepad (and my unsuccessful tinkering with your original script on the left):

All's well with NOTES, but CREDITS are a mess. And here's a discogs page for that particular release, and how I'd like it to look after tagging. https://www.discogs.com/release/2406749

Any ideas?

Btw, CHAPTER tag, would that be complicated to add?

Thanks!

I'm having similar problems today too. It's not working properly.
I changed the http to https and I can now get onto Discogs but there is info missing in the results section.
For example, I looked for an album (in Pone Standard Search). I found it but when the results came up, it doesn't actually show the track titles.
I also tried using the Pone URL search - again, it finds the album but does not show track titles.
Does anyone know why this is and if there is a fix?
Any info much appreciated.
Thanks in advance.

P.S. I am using v2.75

Oh yeah, about the actual discogs pone 4.4 script. I too have problems with it. Tried just "Direct by direct ID" option and missing ARTIST, YEAR, GENRE, TRACKNUMBER, TITLE,...maybe something more.

Luckily, mp3taglover's one is a great alternative.

Pone hasn't been seen since November, I'm worried his script won't be updated, there seems to be 2 pones working with Discogs presently the stock & mp3taglover's I'm attempting to modify the stock to fit my needs, I'm stuck at adding a Albumartist field sometimes I think it would be faster to manual tag as I've been at this all day & I'm literally years behind in tagging with 4 GB left on my hard drive presently.

I feel exactly the same @ blackbeen. I really like and appreciate mp3taglover's script too but it has far too many fields for my needs and sadly, I am so so rubbish at editing scripts and things, I'm clueless. I end up making things worse. It looks like I too may have to resort to manually tagging things, or use foobar again - which I don't particularly want to :frowning:

I usedDiscogs json all ID and I don't get the artist either. any help would be appreciated on what to change and where? cover is also missing, im not great with scrips but dangerous enough.. It looks like artist has been commented out and missing a line or 2 of code maybe??

Thanks

BFR1028

What's wrong with credits? It looks exactly like on discogs:

and on discogs:

I think it's possible to add, will look later into it.