qBittorrent
qBittorrent copied to clipboard
Add ability to pause/resume entire session
- Replaces current unsafe
Start allandStop allactions withPause sessionandResume session(paused session preserves started/stopped states of torrents when resumed). - Adds an option to start session in paused state.
Closes #18993.
One minor issue which i'm not even sure that it's a bug: Disabling the queue doesn't update the state of queued torrents while session is paused.
Disabling the queue doesn't update the state of queued torrents while session is paused.
I suppose you mean changing "queued" to "seeding" or "downloading".
I tried to fix it, but I don't know if I succeeded, since I haven't had the opportunity to test it yet.
Should be fixed now.
Am I understanding correctly that, when a user pauses their session, that private trackers will receive no announces saying that their client has stopped their torrents?
This would prevent me from being able to delete their IP from the database, or being able to configure a suitable time out for how long I should keep their data after expecting users to announce again. I also can't keep reasonable statistics.
Or am I misunderstanding?
Or am I misunderstanding?
Yes. It works as if you stopped all your torrents. The only difference is that it preserves individual torrent states, so when you resume the session, previously stopped torrents will remain stopped.
Or am I misunderstanding?
Yes. It works as if you stopped all your torrents. The only difference is that it preserves individual torrent states, so when you resume the session, previously stopped torrents will remain stopped.
Perfect, thank you.
After state has been paused and resumed. Newly added torrents start in paused state
After state has been paused and resumed. Newly added torrents start in paused state
Can't reproduce.
After state has been paused and resumed. Newly added torrents start in paused state
Can't reproduce.
I just paused the state then resumed it seemed to work properly then a few hours later I noticed sonarr was adding torrents but they were not downloading so I forgot to mention the torrents were added with sonarr. I will try to reproduce
I was able to reproduce this again as newly sonarr added torrents were added in paused state.
torrents were added in paused state
What do you mean exactly? (Screenshots and log would be helpful.)
torrents were added in paused state
What do you mean exactly? (Screenshots and log would be helpful.)
The torrents did not start downloading automatically when they were added by sonarr so I had to manually start them. I have about 1000 torrents in my client and I use the sql instead of the fast resume files. I paused about 30 torrents manually then tested the new pause state and resume state to test if the torrents paused manually stayed paused when state was resumed. I have moved back to the original release so can't help
Hi guys sorry the problem was on my end I had changed this setting just before I tried it. Though should this not work the other way not to download torrent is enabled then we should get the option if we just want to get the metadata or filecheck.
1
@Dnkhatri If you "just want to get the metadata or filecheck" you should add torrent and set corresponding "stop condition". If torrent is added as stopped it won't perform any jobs.