DISCOGS_ARTIST_ID problem

Hi all, long time user first time posting.

I tested my changes on quite a view albums and I thik I got it working ok.

Here I made the changes:

  • Discogs Release ID.src
  • Discogs.inc

There was

# Discogs_Release_ID
outputto "DISCOGS_RELEASE_ID"
json_select "id"
sayrest

which I "extended" to

# Discogs_Release_ID
outputto "DISCOGS_RELEASE_ID"
json_select "id"
sayrest

### Discogs_Artist_ID
outputto "DISCOGS_ARTIST_ID"
json_foreach "artists"
	json_select "id"
	sayrest
	outputto "DISCOGS_ARTIST_ID"
json_foreach_end

Hope this helps someone and if I missed something important, please let me know.
(Could be a good idea to call the field DISCOGS_ARTISTS_ID, just for nameing consistency?!)

Cheers