ANV processing for DISCOGS_CREDIT_REMIX doesn't work

Issue #3 resolved
Former user created an issue

ANV processing for fields like DISCOGS_ARTIST_MULTI works fine, but it doesn't work for DISCOGS_CREDIT_REMIX.

Comments (2)

  1. zoomorph repo owner

    This will require some pretty major work to fix. Currently, things like credits are computed before ANVs are processed. Even if we're processing ANVs, it would be wasteful to process them if these tags aren't actually being written. Therefore, to solve this we need to switch from the current strategy of loading everything upfront, to a lazy-loading strategy. This will require tighter coupling (or merging) of the IDiscogs classes the DiscogsJSONParser.

  2. Log in to comment