Sonarr Episode Backfiller

I got tired of selecting 10 episodes at a time to search. I also don’t want to search all of the 1000s of episodes at once. I wrote a small python script that uses the API to query the API and submit a defined number of results to be searched. I then scheduled this to run once an hour.

I am going to be adding a check to see how large the queue is and only submit of under a set number of active downloads. Then I can run it more often and keep a reasonable not overloading number of searches and downloads.

Please feel free to provide feedback and ask for any assistance I can provide in the issues section of the repo.