qBittorrent hangs when torrents up to 3000 and when we rename torrents!!!

Windows specific questions, problems.
Post Reply
Anonymousee

qBittorrent hangs when torrents up to 3000 and when we rename torrents!!!

Post by Anonymousee »

I do not delete the torrent jobs completed downloading. Usually just paused them as I want to keep track of what files I have downloaded already. Does that create problems with the client software?

And recently I noticed that I could rename the folder within torrent as well as the torrent name.

Just that when my stored torrent jobs are up to 3000 which most of them were completed, it took hours to launch qBittorrent as it was probably trying to search all the downloaded files. And when I renamed those newly added torrents to names easier to manage for me. Things are getting worse. It takes long long time to response and always not responding.

I wish this can be solved or improved as soon as possible. Any suggestions please let me know.

Thanks a lot.
ciaobaby

Re: qBittorrent hangs when torrents up to 3000 and when we rename torrents!!!

Post by ciaobaby »

Usually just paused them as I want to keep track of what files I have downloaded already
qbittorrent is not a librarian and the more loaded task there are ... The longer it takes to start up.


There is a python script in this post that will log every completed task.
Anonymousee

Re: qBittorrent hangs when torrents up to 3000 and when we rename torrents!!!

Post by Anonymousee »

Thanks for replying.
I am using Windows 10. How should I apply the py script?
ciaobaby

Re: qBittorrent hangs when torrents up to 3000 and when we rename torrents!!!

Post by ciaobaby »

Save the file with a .py  extension, you will need to change the 'shebang' ( #! /bin/python ) to point to the location of your python executable,  ( https://docs.python.org/3/using/windows.html )

Edit the paths to where you want your log file to be saved, it will need to be in a non-privileged location so don't save it to the "Desktop"  or the 'root' folder of the system drive. The file will be created the first time the script runs. Then change the path of the command line and put that in the "Run Program" box in Options -> Downloads.
Anonymousee

Re: qBittorrent hangs when torrents up to 3000 and when we rename torrents!!!

Post by Anonymousee »

Thank you. It's very detailed.
I appreciate your kindness and answers very much.
williamholding

Re: qBittorrent hangs when torrents up to 3000 and when we rename torrents!!!

Post by williamholding »

From Windows command line:

set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib

To set the PYTHONPATH permanently, add the line to your autoexec.bat. Alternatively, if you edit the system variable through the System Properties, it will also be changed permanently.
Post Reply