qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
28.47k stars 3.99k forks source link

Support fetching tracker list from URL #21828

Open Piccirello opened 1 week ago

Piccirello commented 1 week ago

This feature is adapted from qBittorrent-Enhanced-Edition to allow for automatically adding trackers retrieved from a URL. @ngosang's trackerlist repo is a good example, however I've opted not to include a default URL.

Partially addresses #14535.

thalieht commented 1 week ago

I see only 1 problem: The box for Automatically append these trackers to new downloads is now too short in GUI, it was 8 lines high and now it's 4.5 (on my machine).

stalkerok commented 1 week ago

Supersedes? https://github.com/qbittorrent/qBittorrent/pull/20115

Piccirello commented 1 week ago

I see only 1 problem: The box for Automatically append these trackers to new downloads is now too short in GUI, it was 8 lines high and now it's 4.5 (on my machine).

In my testing, the height is unchanged compared to master on linux and v5.0.0 on macOS.

Supersedes? #20115

Ah yes - I hadn't noticed that PR. These seem to be based off of the same original code.