lightglitch / seekerr

Tool to add new movies to Radarr based on RSS, IMDB and Trakt lists filtering by ratings.
MIT License
60 stars 2 forks source link

Help understanding filters #31

Closed drsood closed 2 years ago

drsood commented 2 years ago

Hi I have been trying to play around with Seekerr settings.

  1. If I remove - 'CountRatings < 2 || Runtime < 20 || ImdbVotes < 1000 || Year > Now().Year()', I get many more movie matches for radarr. However this error ERR Adding movie to radarr error="'Quality Profile Id' must be greater than '0'. QualityProfile does not exist " Component=Importer shows up in the log. Is that filter a must?

  2. What all parameters does quality under radarr accept? Can I use 1080p? Thank you

lightglitch commented 2 years ago

Can you send the configuration with and without that line? Because the radarr error has noting to do with the filter but with the radarr configuration.

drsood commented 2 years ago

I had made a mistake in the config file. I figured that out and its working well now. Sorry and Thanks.