If my understanding of the codebase is correct, then implementing this requires knowing how the auto group creator works in detail (which is not straight forward), then having the ability to modify it so it only considers local (shoko and anidb exists) series when creating the groups, and not remote (anidb exists, shoko does ot exist) series
Also, for the future then it would be great if you could provide any more details, if any are needed, for how to go about implementing this.
Make a setting and pass it into this, where you need to make a version that also inner joins on AnimeSeries, thereby only returning the entries you have.
@da3dsoul
If my understanding of the codebase is correct, then implementing this requires knowing how the auto group creator works in detail (which is not straight forward), then having the ability to modify it so it only considers local (shoko and anidb exists) series when creating the groups, and not remote (anidb exists, shoko does ot exist) series
Also, for the future then it would be great if you could provide any more details, if any are needed, for how to go about implementing this.