RandomNinjaAtk / arr-scripts

Extended Container Scripts - Automation scripts to make life easier!
GNU General Public License v3.0
570 stars 58 forks source link

[FEATURE] - LIDARR - A way to prevent endless loop of adding related artists. #230

Open lightsout opened 3 months ago

lightsout commented 3 months ago

Is your feature request related to a problem? Please describe. Endless loop of adding more artists when add related artists is turned on.

Describe the solution you'd like A way to somehow prevent this.

Describe alternatives you've considered Maybe a setting to control how many "tiers" away from the original artist it will add. Something like "add related artist to existing artists only."

Additional context n/a

RandomNinjaAtk commented 3 months ago

What you’re looking for, I don’t think would be easily possible. The setting warns you that it will cause a loop.

It does only add artists via highest ratings by fan count first, so limiting to only 3 artists should only get you the top 3 rated similar artists…

You’re probably better off disabling it.

lightsout commented 3 months ago

What you’re looking for, I don’t think would be easily possible. The setting warns you that it will cause a loop.

It does only add artists via highest ratings by fan count first, so limiting to only 3 artists should only get you the top 3 rated similar artists…

You’re probably better off disabling it.

I like the feature, filling up a folder with a bunch of stuff related to what I like, but some more granular control may be helpful. I am still figuring out this script but it seems best to run in for a few hours and then start over with some different genre with a few bands. If you let it loose on a large library it gets crazy quick.

RandomNinjaAtk commented 2 months ago

Just FYI: I have an idea on how to resolve/improve this, but I'm not sure when I'll get to implementing it.

lightsout commented 1 month ago

Just FYI: I have an idea on how to resolve/improve this, but I'm not sure when I'll get to implementing it.

Thank you, would be neat to have some limitation.