[WS] Discogs ALL

Hi again,

This one uses SONGWRITER as AUTHOR tag (as well as Written By, but they are without links). :huh:

Get the feeling that there will always be releases that don't work because of how Discogs is working...

Attached you find the Script and Actions for the instruments CELLO, MELODICA, SAXOPHONE, TROMBONE, VIOLA and VIOLIN, I hope you can use them. :slight_smile:

Regards,

//Windjammer

More_Instruments.txt (4 KB)

I'll check it out tomorrow, because I have to do some studies today. :book: <_<

Added those new fields and posted v1.23.

Btw, my is script is getting fat & slow, so I'm planing to to move most of processing from websource to actions, and move all those credit things to MUSICIANCREDITS, and leave few like REMIX, COMPOSER, DJMIX... this means basically redo whole script... when I have time...

new opportunities - the good news)
I also add Scratches to release credit part, and Rap to per track credits.
I that would minimally alter your script, making my changes with additional actions - and it makes me think about upgrading hardware))

Few small bugs: Preformer field and style error for this release. And remains a comma after release credits like DJMIX (of course after action) - worked, if we apply action twice (?).

For now I think I'll stop updating this script, and continue supporting new version. I'm planing to finish new script tomorrow.

Nice)
I finish all my custom updates yesterday :w00t:

I'm done with new script, it's fresh and i didn't test it much so expect a lot of bugs or some missing features (that I might forgot to add) :rolleyes:

Well I tried 2.0 script once (ID 2990) and got lots of errors (year not populated, artist and other tags had markup in it).

So, I'm looking forward to the next version.

Also, is there a way to add the number of tracks to the track number? I believe it's done in this format:
x/y
Where x is the current track, y is the number of tracks on the album.

Hello, it's nice that You're interested in my script, but did You read description above (1st post)? No. Read it and try again. Thank You.

Very nice! I see new features and opportunities, thanks!

) first bug-report )

"TableekTom Trago" in MIXARTIST for 1686941 discogs release ;
Strange values in BAND, DJMIX for 1055571 release ;
1230521 release - <> in NOTES, -13 total tracks, country (US now USA )).

and, if this possible, "feature request".. Can we receive all Genres (not only first) with websource, and parsing this with action also (and we can edit action and leave all the values if desired)? In my case, I replace with custom action (in old script just edit one action) all comas-separators to semicolon, and use multivalues fields for genre, style, label etc. Just if this not big work for you.

And main - now all worked very fast and more clean! Thanks again.

Update! First post, as always.

Awesome changes )

Why, what did I miss?

Why would I need to run an action script? If that is the case, then you are lazy - you can perform the regex in the tag sources script to remove and fix the tags.

Also, you didn't answer my point about the x/y track format.

Yea, I was thinking about that a lot, but:

  1. Running regepx inside actions is a lot faster than in websource, i.e. big box set releases took 5+ seconds to run the whole script and 5+ to start it.
  2. Not everything can be done inside websource, like writing "|" to a tag is impossible, and working with multi-line values like NOTES is very hard, because each time you change line all your replace and regexp changes are reset.
  3. Personally I always run renaming files action, so it does not matter whether whole tagging is done in websource or not.
  4. Usually people like to tune script a bit (like You), so easiest and fastest way to do that is through actions.

About xx/XX track - add action at the end of "1. Discogs_XML"
Format value
TRACK
%TRACK%[/%TOTALTRACKS%]

ignore previous message about "|" thing, I fixed it :slight_smile:

I wonder if there a way to determine and do not output empty variables (i.e. DISCNAME) for single releases?

I mean empty fields or fields with "||" only..

like:

many thanks for your hard work, really nice script!

Download Mp3tag 2.44h
/t/455/1
It fixes all these issues.

thanks, dano!

Needed tip , if possible
Now we always write BAND field. Any way to write this only for various artist release?

UPD. Evrika), I think I can change this in script source, NP.

small bugs)
wrong disc number (always 1)
wrong mediatype,totaltracks, totaldisc for 1433718 release (with bonus disc) (lol good, that now we have one field for credits). 1472915 - another release with bonus, but here all right (for statistic )).
777777 release have track numbers trouble
for hard 892405 release one small glitch - dot in totaltracks

Bugs exclusively for bug-hunting, me they do not interfere)

just for fun - monster release :flushed:

Thanks, Pufas.

I understand now.