qbittorrent / qBittorrent

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

Enable subcategories in nox #12819

Closed SonOfDiablo closed 1 year ago

SonOfDiablo commented 4 years ago

Hello,

I'm here to ask if it's possible to enable subcategories in qbittorrent-nox?

The setting isn't accessible through the webui (either nox or nomarl version of qbittorrent), so is there another way to enable this setting for nox?

FranciscoPombal commented 4 years ago

@SonOfDiablo

It seems this is currently not implemented in the WebUI.

As a workaround, you can add Session\SubcategoriesEnabled=true to the config file (or change it to true if it's already there as false). Add it when qBittorrent is not running, otherwise changes to the file may be overwritten.

FranciscoPombal commented 4 years ago

@Piccirello ping - WebUI related feature request.

Piccirello commented 4 years ago

Is this option only missing from the Web UI's preferences, or does the entire feature still need to be implemented? It's been a while since I looked at this code.

FranciscoPombal commented 4 years ago

@Piccirello the former, I believe. Personally I've never used this option, but I doubt the checkbox would be exposed in official releases if the feature were incomplete.

Piccirello commented 4 years ago

I personally don't have any time to allocate to this project right now. This would be a good first issue for someone to tackle.

thalieht commented 4 years ago

Is this option only missing from the Web UI's preferences, or does the entire feature still need to be implemented?

If by "entire feature" you mean having a treeview for the categories section in the side panel then yes, it's missing.

It's been a while since I looked at this code.

Maybe this will jog some memory https://github.com/qbittorrent/qBittorrent/pull/9752#issue-225272523, i doubt anything changed since then regarding this feature.

SonOfDiablo commented 4 years ago

Sorry I forgot about this issue...

Turns out I was using an old version (the version in apt is a bit behind) I compiled a newer version and it worked fine. I guess this should actually be closed?

SturmB commented 3 years ago

I don't know what the 'nox' part of 'qbittorrent-nox' is, as I'm using a qbittorrent-vpn container image provided by BinHex. Still, I would dearly love to see the subcategories in a tree view on the left pane of the webui, similarly to how it is seen in the Windows desktop client.

I've tried manually adding the Session\SubcategoriesEnabled=true line to the config file, as @FranciscoPombal suggested, but it has no effect. Is there something I'm missing, or is the code for it just not incorporated into webui at all?

desilent commented 1 year ago

I am still looking for this featue, guessing it's just not possible atm?