qBittorrent v4.2.5 can remove private tracker without remove peers

Post Reply
tong
Site Admin
Posts: 2386
Joined: Fri 01 May 2009 8:55 pm

qBittorrent v4.2.5 can remove private tracker without remove peers

Post by tong »

qBittorrent v4.2.5 can remove private trackers without remove peers. These bug was fixed in v4.3.0. You can download old version here:
https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.5/

To use qBittorrent as portable, just unzip 2 files from the setup .exe.

Code: Select all

profile/
qbittorrent.exe
qbittorrent.pdb
Attachments
qbittorrent_4.2.5_x64_setup.exe
[ 24.78 MiB | Downloaded 431 times ]
tong
Site Admin
Posts: 2386
Joined: Fri 01 May 2009 8:55 pm

Re: qBittorrent v4.2.5 can remove private tracker without remove peers

Post by tong »

qBittorrent doesn't connect to trackers often. To avoid loss download quota, just pause the torrent immediately after completed 100% downloading.

Alternate, you can set torrents to automatic pause when seeding.
snap5030.png For qBittorrent v4.2.5, you can remove the private trackers after retrieved the peers list. It will not clear the peers list.

If upload quota is important, you have to force reannounce to all private trackers before delete the torrent.
tong
Site Admin
Posts: 2386
Joined: Fri 01 May 2009 8:55 pm

Re: qBittorrent v4.2.5 can remove private tracker without remove peers

Post by tong »

Problem when move to portable mode

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Applications\qbittorrent.exe]

[HKEY_CLASSES_ROOT\Applications\qbittorrent.exe\shell]
@="open"

[HKEY_CLASSES_ROOT\Applications\qbittorrent.exe\shell\open]

[HKEY_CLASSES_ROOT\Applications\qbittorrent.exe\shell\open\command]
@="\"C:\\Winutil\\qBittorrent\\qbittorrent.exe\" \"%1\""

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\qBittorrent.magnet]
@="URL:magnet"
"Content Type"="application/x-magnet"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\qBittorrent.magnet\DefaultIcon]
@="\"C:\\Winutil\\qBittorrent\\qbittorrent.exe\",0"

[HKEY_CLASSES_ROOT\qBittorrent.magnet\shell]
@="open"

[HKEY_CLASSES_ROOT\qBittorrent.magnet\shell\open]

[HKEY_CLASSES_ROOT\qBittorrent.magnet\shell\open\command]
@="\"C:\\Winutil\\qBittorrent\\qbittorrent.exe\" \"%1\""

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\qBittorrent.torrent]
"Content Type"="application/x-bittorrent"
@="Torrent file"

[HKEY_CLASSES_ROOT\qBittorrent.torrent\DefaultIcon]
@="\"C:\\Winutil\\qBittorrent\\qbittorrent.exe\",1"

[HKEY_CLASSES_ROOT\qBittorrent.torrent\shell]
@="open"

[HKEY_CLASSES_ROOT\qBittorrent.torrent\shell\open]

[HKEY_CLASSES_ROOT\qBittorrent.torrent\shell\open\command]
@="\"C:\\Winutil\\qBittorrent\\qbittorrent.exe\" \"%1\""

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\qBittorrent]

[HKEY_CURRENT_USER\Software\qBittorrent\Capabilities]
"ApplicationIcon"="C:\\Winutil\\qBittorrent\\qbittorrent.exe,1"
"ApplicationName"="qBittorrent"
"ApplicationDescription"="Torrent downloader"

[HKEY_CURRENT_USER\Software\qBittorrent\Capabilities\FileAssociations]
".torrent"="qBittorrent.torrent"

[HKEY_CURRENT_USER\Software\qBittorrent\Capabilities\URLAssociations]
"magnet"="qBittorrent.magnet"

[HKEY_CURRENT_USER\Software\qBittorrent\shell]

[HKEY_CURRENT_USER\Software\qBittorrent\shell\open]

[HKEY_CURRENT_USER\Software\qBittorrent\shell\open\command]
@="\"C:\\Winutil\\qBittorrent\\qbittorrent.exe\""
Post Reply