mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Add missing features from Qt UI to web UI #35
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#35
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 @frei0 on GitHub (Aug 19, 2012).
There's a few features missing from the web interface.
Some of the most useful ones:
Some ones that would be nice to have:
@koolfy commented on GitHub (Aug 22, 2012):
This would be a good place to track the progression of the WebUI catching the QT client features.
@Gruffi commented on GitHub (Aug 26, 2012):
If i'm correct there is no RSS in nox either. Would love to have that feature :)
@leandrocosta commented on GitHub (Oct 24, 2012):
Also: change destination folder for each torrent.
@MPW1412 commented on GitHub (Nov 25, 2012):
Wouldn't it be possible to completly seperate the ui from the torrent-client? So that u have running the client and can then login from the webui or either from the client? Probably that would be more interessting for linux users.
@frei0 commented on GitHub (Nov 26, 2012):
This is possible with the qbittorrent-nox package
On Nov 25, 2012 4:09 PM, "MPW1412" notifications@github.com wrote:
@MPW1412 commented on GitHub (Nov 26, 2012):
Only partially: You can't login from the qBittorrent-Gui to qBittorrent-nox, because it doesn't start a second instance.
@s4zando commented on GitHub (Sep 22, 2013):
+1 Please add RSS capabilities to qbittorrent-nox so that it has feature parity with qBittorrent with X windows.
@dmitry commented on GitHub (Jan 12, 2014):
Download by sequential order was started in: #640
@fbarriga commented on GitHub (Jan 4, 2015):
[webui] [wishlist] Torrent labels in WebUI: #648
@sudisk commented on GitHub (Feb 25, 2015):
I'm not much of a web developer, but I am working on an Android app. There are a few things that I would find interesting to add to the web API:
My C++ skills are old (as in not used for a very long time) and I do not want to bork everything but I may give it a try myself. Don't hope much for my elder fingers' contribution though.
@pmzqla commented on GitHub (Feb 25, 2015):
@sudisk
The documentation must be updated, but there have been quite a few changes in the API (of qBittorrent 3.2.0, which is still in alpha stage) and some of your requests had already been implemented. Although the official documentation is not updated, I wrote a simple txt file with the changes to have a better overview of the changes and make updating the official documentation simpler.
See this (and a message after that regarding
seq_dlandf_l_piece_prio) for more info.@JustMaier commented on GitHub (May 15, 2015):
+1 for
labelsupport via web ui and api.@Rouzax commented on GitHub (May 15, 2015):
This is the only reason I still need to stick with uTorrent, so this would really be appreciated.
@Jaerin commented on GitHub (May 15, 2015):
Agreed Label support via the API/web
@Rouzax commented on GitHub (Jun 17, 2015):
What is the current status of setting labels through the API?
@ngosang commented on GitHub (Jun 17, 2015):
The work is almost done #2558 but some changes are needed. It may take time.
@ngosang commented on GitHub (Jun 23, 2015):
Several features added #3279.
@Rouzax commented on GitHub (Aug 18, 2015):
@ngosang I see several PR and closed issues. Does that mean that setting the labels through the API is implemented?
@ngosang commented on GitHub (Aug 23, 2015):
@Rouzax Yes, in #3444 but isn't merged yet. I think it will be in the next release.
@lgallard commented on GitHub (Dec 8, 2015):
Hi guys,
Are you working on setting labels through the API?
@ngosang commented on GitHub (Dec 10, 2015):
@lgallard since version 3.3.0 you can set labels through the API.
@lgallard commented on GitHub (Dec 11, 2015):
@ngosang Where can I check the documentation? Because the WebAPI documentation has not references in how to add or remove labels using the API.
Thanks in advance!
@pmzqla commented on GitHub (Dec 11, 2015):
It needs to be updated, but if I'm not wrong it should be:
You can't delete labels, unless I missed something.
EDIT: Spotted a bug while testing this: https://github.com/qbittorrent/qBittorrent/pull/4341.
@lgallard commented on GitHub (Feb 2, 2016):
@pmzqla @ngosang Any advance on deleting torrent labels through the API?
@ngosang commented on GitHub (Feb 3, 2016):
@lgallard Implemented in #4661 but not merged yet.
@lgallard commented on GitHub (Apr 15, 2016):
@pmzqla @ngosang I can't find any reference in the code about:
Are you sure it is available since 3.3.0?
On the other hand? Do you think that deleting/setting of labels through the API will be in 3.3.5? Because I coulnd't find any mention in milestone v3.3.5
Regards,
@ngosang commented on GitHub (Apr 16, 2016):
In the source code or in the API documentation? I updated the API doc => https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-Documentation#set-torrent-label
Yes.
Yes #4661.
@lgallard Next time open a new issue.
@lgallard commented on GitHub (Apr 18, 2016):
@ngosang thanks for the reply.
I will open a new issue next time!
Regards,
@ngosang commented on GitHub (Sep 16, 2018):
there are a ton of more specific issues