[WS] Discogs ALL

brilliant :music:

few small glitches for bug-report:
This out of style release still cannot receive (but I understand what mp3tag have bug about it )).
duplicate string in code - regexpreplace "Written[ -][Bb]y" "Written By"
and cannot receive "Box Set" in media format (this example) - and I dont can tune it ( - please give tip, if this possible

Fixed. I'll think something about 3x Shakiras and post v1.21.

EDIT: v1.21 published is out. Check first post (as always).

Discogs_xml_all.src (39.6 KB)

thank you!

small glitch - now for box set release missed releasetype and new strange values of totaltrack (T6) :book:

and offtopic question about customize action part of script. Can I move (cut) from TMPCR to separate fields only main (for me) credits like MIX, Producer etc., and format other track credits to one field ? I'm afraid need to introduce so many new credits fields in the player DB.. Also I try to combine into one large field (like on the html version discogs site) credits of release - and this too does not work
In regexp I'm fully 0 :frowning:

Read this.
I pretty much explained everything there.

About that total tracks and big-box-sets just remove totaltracks part from script...

Thanks again man )

and excuse me for careless reading .. Indeed, everything has already been described)

Yes, but it does`t fix release type for box-set release. I temporarily fixed like this:

# RELEASETYPE fixed
findinline "<descriptions>"
#findinline "<format name"
#findinline ">"
#if "<descriptions>"
    gotochar 1
    outputto "RELEASETYPE"
    replace "</description><description>" ", "
    findinline "<description>"
    sayuntil "</description>"
    findinline "</format>"
    ifnot "</formats>"
        do
            say " / "
            findinline "<description>"
            sayuntil "</description>"
            findinline "</format>"
        while "<format "
    endif
#endif

Can You give me discogs link?

this example

Hi Pufas,

The script misses all Credits, individual track Credits and Notes on this one for some reason...?

Regards,

//Windjammer

Hi Pufas,

Know I mentioned it before but I really, really think you should add COVER to REMOVE FIELDS EXCEPT in your actions... :ph34r:

//Windjammer

Yea, 1.21 won't work with any other release not just this one. I guess best option for now is to use v1.20 .src & v1.21 actions until I fix this mess.

Sure, no problem, could you please re-post the 1.20 .src here?

v1.22 is out.

That's because discogs gives only "Accepted" version of a release as XML:
http://www.discogs.com/history?release=1994871&diff=2

Thanks for the 1.22 update, you are doing a marvelous job!

OK, but I'm not sure what you mean by "Accepted". For me this "Kaleidoscope" release has the same level of Acceptance (This release data is new to the Discogs database and has not received a vote yet.) as this "Röd" release, but "Kaleidoscope" works fine with your script and with "Röd" it only grabs the top and VINYLTRACK. Is there maybe an error in this Discogs release? Since it's a CD release there should be no VINYLTRACKs, right? What do you think? What am I missing?

Regards,

/Windjammer

A marvelous job is truly an understatement. Pufas has been relentless at fixing bugs & tweaking. Furthermore, when all these picky people come in (like me) requesting changes and additions he hasn't refused a single request & has implemented every one.

Great job, Pufas! I really appreciate your hard work.

Only last version of "accepted" release will show up in XML (or original submission).
Last version of release (does not matter if it is "accepted" or not) is shown in the webpage.
In that Rod release
original submision (shown in XML)
updated version (shown in webpage)
are classified as "Needs Vote" and thus "original submision" is shown in xml.

In Tiesto release this is last "accepted" version (shown in XML) and last updated that "needs vote" (shown in webpage).
At least that's how I imagine it. I hope I explained well enough.

And that VINYLTRACK should disappear after you apply actions (!).

not good changes for this release)

now we lose genres, styles, tracknames, releasetype...
nothing changes by remove totaltracks part

OK, thanks for the explanation, now I (almost) understand why... :huh: Now I only have to wait for those new changes in that release to be "Accepted"... :sunglasses: :music:

Here's patched script.

Discogs_xml_all.src (41 KB)

worked! :slight_smile:

thank you