1 change: 1 addition & 0 deletions 1 src/webui/www/private/scripts/client.js Original file line numberDiff line numberDiff line change @@ -1691,5 +1691,6 @@ window.addEventListener("load", () => { default: console.error(`Unexpected 'selected_tab' value: ${previouslyUsedTab}`); $...
--link, -l, -u Magnet link of the torrent --category, -a Assign category of the torrent --config, -c qBittorrent WebUI configuration file init-config - Creates empty configuration file to be filled by user --filename, -f Name of output file reg-files - Creates Windows .reg files...
onclick: "qBittorrent.Search.closeSearchTab(event, this);", onclick: "qBittorrent.Search.closeSearchTab(this);", }); closeTabElem.inject(tabElem, "top");tabElem.appendChild(getStatusIconElement("QBT_TR(Searching...)QBT_TR[CONTEXT=SearchJobWidget]", "images/queued.svg"));const...
WebUI: Add Web App manifest to allow standalone usage #21980 Open lightswitch05 wants to merge 2 commits into qbittorrent:master from lightswitch05:add-web-app-manifest +17 −2 Conversation 3 Commits 2 Checks 0 Files changed 5 Conversation lightswitch05 commented Dec 10, 2024 • ...
This PR adds missing icons to WebUI (in tabs, buttons, etc.). To achieve better icon contrast on hover/selection (+ to change color for some icons in dark mode) I decided to use filter property. I...
This bot can control qbittorrent easily from Telegram! You can add magnet or torrent files, have a list of active downloads, delete, pause and restart downloads. - ch3p4ll3/QBittorrentBot
QBittorrentBotWith this bot telegram you can manage your qbittorrent with a few simple clicks. Thanks to QBittorrentBot you can have a list of all the files in download / upload, add torrents and magnets. You can add more magnets by simply placing one link per line, e.g....
I couldn't find a way to configure qBittorrent's web UI to only listen to localhost. I am aware that there are authentification settings including "Bypass authentication for localhost", however I would like to prevent other people on the local network from even accessing the web UI login sit...
WebUI: Add missing columns in transfer list Incomplete Save Path Info Hash v1 Info Hash v2 Screenshot:
Suggestion Please add the ability to add a custom session cookie name for the webui. Use case Allow login to multiple instances running on the same hostname or IP simultaneously in the same browser Prevents a self-inflicted denial of ser...