Compile qBittorrent without Tracker Authentication

Compile qBittorrent without Tracker Authentication

IT, Others

It is common to see qBittorrent’s Dialog, when some torrents says Error 401. Sometimes we use a torrents with so many such unauthenticated message, it will take me a lot of time to close these Dialogs.

how to disable such function? it is acturally very easy, just comment these lines(qBittorrent/src/base/bittorrent/torrenthandle.cpp line1403-1404):

//if (p->status_code == 401)
//m_session->handleTorrentTrackerAuthenticationRequired(this, trackerUrl);

then you can compile the whole qBittorrent to get your own QB software. libs: Qt:5.9.4, Libtorrent:1.0.11.0, Boost:1.64.0 platform: Windows 7 x64 Enterprise toolchain:vs2017 when I try to compile qb with libboost 1.66, it was failed. so I choosed 1.64, and it works. you can compile the project with the guide of wiki except one more thing: you should uncomment DEFINES += BOOST_ASIO_SEPARATE_COMPILATION in qBittorrent/conf.pri.windows

you can make a software package with nsis. The package script can be find in qBittorrent/dist/windows/

Amefs, EFS, seedbox
Previous Post
Providing SoftEther VPN + DaloRADIUS service in BPI-M1
Next Post
QuickBox efs mod v1.1.1

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

keyboard_arrow_up
Exit mobile version