Skip to content
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

Feature request: ignore paused #148

Open
swxxii opened this issue Sep 8, 2024 · 5 comments
Open

Feature request: ignore paused #148

swxxii opened this issue Sep 8, 2024 · 5 comments

Comments

@swxxii
Copy link

swxxii commented Sep 8, 2024

I use this with remove slow enabled but I have found this has the unwanted side effect of also removing torrents which I have manually paused. I will often do this for example, when I want to give one torrent priority I will pause all others. It would be great to add an option to prevent removing torrents which have been manually paused.

@ManiMatter
Copy link
Owner

ManiMatter commented Sep 8, 2024

Which job removes the paused ones currently for you?
Are you using qbit (and have connected it with decluttarr)?

The reason I'm asking is because in theory already now paused downloads should be ignored, since slow-check only looks at "downloading" ones.

if queueItem["status"] == "downloading":

Can you provide screenshots

  1. How it looks before you pause
  2. When you pause

then pls switch the logs to debug-mode and paste them to a pastebin and provide the link.
Would like to see how that queue of yours looks like (ie. what the queue download status is - whether "downloading" or "paused"). If it says downloading but in qbit the status is paused, then thats a mapping issue on sonarr/radarr side.

@swxxii
Copy link
Author

swxxii commented Sep 9, 2024

It happens with both the Radarr and Sonarr jobs. I am using Transmission perhaps that is the issue?

@ManiMatter
Copy link
Owner

Which specific jobs? Just the "slow" check or also others?

Please post the queue response - Im 99% convinced that your status says "downloading" instead of "paused", which means the mapping in Sonarr would not be correct.

@ManiMatter
Copy link
Owner

Ping?

@ManiMatter
Copy link
Owner

Will close on the weekend if no response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants