-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whisparr Addition Completes #111 #113
Conversation
https://whisparr.com/docs/api/#/Queue/get_api_v3_queue the flag that you need to set is includeUnknownSeriesItems
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi,
I changed the flag includeUnknownSeriesItems. With the previous code, the remove unmonitored would never work.
Can you please perform this test:
- Add a new series to your whisparr
- Add a corresponding download to the queue
- now in the main tab, flag the series, the season, and the episode as unmonitored
see if the script picks it up
I will try testing it. Unfortunately my indexers for torrents are currently broken |
Tested it. I had to force it with a capped bandwidth and up the time check interval. Because I couldn't find a slow torrent go figure. I had a torrent downloading and unmonitored it before I made theses changes. Upon rebuilding the container it did a check and saw my active torrent as unmonitored and removed the torrent. Now what it wouldn't do is remove a seeding torrent that got unmonitored. Not sure if your script is programed to handle this. |
If you have a download in the queue that belongs to a movie/series that has been deleted in the meantime from whisparr it should be removed. so add a new movie in whisparr, request a download for it, and then delete the movie. The script should then remove the download (orphan download) |
I think we posted at the same time :P the unmonitored job worked just fine. And it did not blocklist the file
|
Try the orphan one pls |
|
Thx for testing and the code contribution, will merge now to latest |
Works without errors. Ran test all day yesterday