giuseppe99barchetta / SuggestArr

Effortlessly request recommended movies and TV shows to Jellyseer based on your recently watched content on Jellyfin—let SuggestArr handle it all automatically, keeping your library fresh with new and exciting content!
MIT License
22 stars 0 forks source link

Add work with radarr and sonarr #18

Open Druidblack opened 11 hours ago

Druidblack commented 11 hours ago

I have a suggestion. When I tried your program now, I saw that it made a lot of requests to jellyseerr for movies that I already have on radarr (they were not added through jellyseerr). Maybe the program could run ai radar and sonar and not make unnecessary requests to jellyseerr?

giuseppe99barchetta commented 6 hours ago

I understand the concern about making unnecessary requests to Jellyseerr for content that’s already in Radarr or Sonarr but wasn’t added through Jellyseerr. While it’s possible to implement such a feature, it would likely become quite complex and would significantly increase the number of API calls and checks required for each suggested content.

However, I can look into adding a feature that would check for content already present in your library that isn’t tracked by Jellyseerr. This might be a simpler and more efficient way to avoid redundant requests.

Let me know your thoughts!