transmission-remote-gui / transgui

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
GNU General Public License v2.0
3.26k stars 283 forks source link

Add per-torrent peer limit to "Transmission options" #1097

Open blackwind opened 6 years ago

blackwind commented 6 years ago

TransGUI currently offers a "global peer limit" setting, but neglects to offer the per-torrent limit setting available in Transmission. To me, at least, per-torrent is the more relevant setting, as I sometimes need to tweak it to boost speeds on public trackers. Would love to see it appear in TransGUI's "Transmission options" in a future release.

blackwind commented 6 years ago

Better yet, how about a two-part solution so this can be automated:

Instead of defaulting the peer limit to the last used peer limit, when TransGUI opens a torrent with the private flag, if the private per-torrent option is enabled, the peer limit should default to the configured private per-torrent limit in TransGUI; otherwise, it should default to Transmission's per-torrent limit.