Vansmak / OCDarr

Automates sending and deleting episodes or seasons to sonarr one at a time as played
44 stars 8 forks source link

Weird issue at end of seasons #4

Closed stayupthetree closed 4 months ago

stayupthetree commented 4 months ago

Everything works great until I get to the end of a season. It will pickup the season switch and download just fine, but it stops removing the watched content from the previous season, it will however start removing from the next season when you keep watching.

{ "get_option": 1, "action_option": "search", "keep_watched": 3, "monitor_watched": false, "always_keep": [] }

image

Vansmak commented 4 months ago

Good catch. It isnt coded to look back to the previous season for deleting. Ill have to look into it. Thanks

Vansmak commented 4 months ago

Ok try it again, works on my end

stayupthetree commented 4 months ago

Havent gotten to test the season end/begin just yet..working my way through this series. But finishing the bottom episode and it skipped the last 3 of Season 5 and got the first episode of season 6 image

Vansmak commented 4 months ago

can you share the logs/app.log? it may be long so you can takes out all the old stuff before this happened. Thanks. Also have you updated it recently? How are you running it prebuilt docker?

stayupthetree commented 4 months ago

https://pastebin.com/8aCcrCd3

I updated yesterday

I am using the docker-compose I can switch to the prebuilt if need be.

Vansmak commented 4 months ago

I updated it. My testes seem to be working. Careful though because it will delete everyting in that series before the amount of episodes you indicate. even previous season.

Vansmak commented 4 months ago

I updated it. My testes seem to be working. Careful though because it will delete everyting in that series before the amount of episodes you indicate. even previous season.

Lmao. I'm leaving this because it's funny. My testes seem to working

stayupthetree commented 4 months ago

LOL! Well thats good. Just did some testing. Working as intended now thank you!

Quick thing,

"keep_watched": 3,", not sure it is being used right? Like right now I should have more than 2 episodes available for the show I am watching, but I only have 2. It's been ongoing but it never clicked that it was set to 3 and I should have more episodes.

Vansmak commented 4 months ago

should have 3 including the one just watched. So if just watched s2e5 there should be e5 e4 and e3. 'Season' would have all back to s2e1. and 'all' doesnt remove anything. In theory at least.