Vansmak / OCDarr

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

Removing episodes even tho keep all is set. #6

Closed elit3ge closed 1 month ago

elit3ge commented 1 month ago

Removing episodes even though keep all is set.

{
    "get_option": "2",
    "action_option": "search",
    "keep_watched": "all",
    "monitor_watched": true,
    "always_keep": []
}
2024-06-08 15:50:19,591:INFO:Received POST request from Tautulli
2024-06-08 15:50:19,592:INFO:Webhook received with data: {'plex_title': "Bob's Burgers", 'plex_season_num': '7', 'plex_ep_num': '4'}
2024-06-08 15:50:19,594:INFO:Data successfully written to data_from_tautulli.json
2024-06-08 15:50:20,014:ERROR:Errors from servertosonarr.py: 2024-06-08 15:50:19,945 - INFO - Episodes [25004, 25005] set to monitored: True
2024-06-08 15:50:19,949 - INFO - Episode search command sent to Sonarr successfully.
2024-06-08 15:50:19,949 - INFO - No episodes to delete.
2024-06-08 15:50:19,995 - INFO - Successfully deleted episode file with ID: 2913
Vansmak commented 1 month ago

Sorry about that. I'm realizing how so many options can make it much harder. Should be fixed now.