[WS] Discogs Release ID with exact COMPOSER tag

The current version of the official discogs web source script supports the COMPOSER tag and fills it with artist names from track credits and release credits. The release credits optionally can contain a track list, that restricts its application to only those tracks contained in the list. Currently this restriction is not evaluated and the release credits are simply applied to all tracks of the album. The following example uses the album Keb' Mo' – Keb' Mo', that contains both track and release credits, and shows this effect:

As I was not really satisfied and happy with that result I thought I could try to improve it by using dynamic regular expressions. I name the regular expressions dynamic because they are created during the scripts execution (for release credits with track ranges and for each track) and contain data from the web source. The same album as above now give the following result:

If you are interested you can download the extended Discogs Release ID script here:
Discogs Release ID ext.zip (4,0 KB) [2026-05-23]
and install it in the usual way (open the configuration folder, navigate to data/sources directory and copy it there). And don't forget that you need a recent mp3tag version to run the script.
Please let me know what you think and if you encounter problems.

PS: In this thread Missing Composers from Discogs Tag Source v3.31k

That is now available with this script.

2 Likes