p-hueber / prefetcharr

Let Sonarr fetch the next season of a show you are watching on Jellyfin/Emby/Plex.
Other
36 stars 0 forks source link

Actually check if the season is missing and just not unmonitored #9

Closed PCJones closed 8 months ago

PCJones commented 8 months ago

I currently have some shows/seasons where I already have imported the season, but the season itself is unmonitored so that Sonarr won't upgrade it.

It seems like this tool only checks for weather or not the next season is monitored - so in this case, it will start monitoring season 2 even though it is already downloaded: grafik

A possible quick workaround would be to check if the current season is unmonitored, and if it is then the next one won't be set to monitored. Could be an optional setting of course.

p-hueber commented 8 months ago

Hi @PCJones, thanks for your feedback! This behavior changed in 0.2.0 already. I'd recommend to rebuild from latest tag.

PCJones commented 8 months ago

Whoops, sorry, I totally missed that. Thanks, great work!