[WS] Discogs (pone mod)

This means that you did not read my instructions carefully enough.

Either (a) you deleted the fields DISCOGS_ALBUMARTIST and DISCOGS_ARTIST in the Discogs Pone Web Script Settings.mp3 file, or ( b ) you exported the web scripts from a different file.

If a:
Don't delete tag fields in the Discogs Pone Web Script Settings.mp3 file. Set the value of the fields which you don't want to "no". If you did delete fields, you have to download the file again.

If b:
Step 4 of my instruction: load Discogs Pone Web Script Settings.mp3 into Mp3tag
The action groups in Step 5 and 7 are meant to be run on that file.

some details on the search string:

The search by (album)artist searches for:
$regexp($if2($regexp(%albumartist%,^va$,Various,1),%artist%),The (.*),$1)

That means, it searches for %albumartist% if that field is present, or it search for %artist% if %albumartist% is not present.
There are some replacements which are made with the search string:

  • "va" is replaced by "Various"
  • A leading "The" is deleted from the search string, beacause you get better search result in most cases.

"albumartist" and "artist" are the standard values of the fields DISCOGS_ALBUMARTIST and DISCOGS_ARTIST in the Discogs Pone Web Script Settings.mp3 file. If you replace this with other values (e.g. "album artist"), these other values are taken for the search.