mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
WebUI: Edit tracker url globaly #17269
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#17269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jacco011 on GitHub (Nov 2, 2025).
Suggestion
qui allows the user to edit a tracker on a global scale.
The WebUI of qBit 5.1.2 only allows global deletion of a tracker, not editing. Editing is only possible via a single torrent.
Use case
This is useful when the address of a tracker changes, or when the address of an API key is changed.
Extra info/examples/attachments
Currently, pull #22698 has been merged and will probably be available in the next release. This should enable you to add a tracker globally in the WebUI. This allows you to circumvent the edit by just deleting and re-adding the tracker.
It may be possible to simply take the code from qui and implement it alongside the global add functionality of #22698?