openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Feature request: Files Tab: show tree structure option #176

Closed Willian-Zhang closed 2 months ago

Willian-Zhang commented 3 months ago

Explanation of feature

Consider a task with the following simplified structure

- A
  - A.A
  - A.B
- B
  - B.A
  - B.B

currently displayed as the tree structure, with the purposed option, it would be shown as

- A/A.A
- A/A.B
- B/B.A
- B/B.B

with this option, one can easily manage multiple files with search or order feature

qu1ck commented 3 months ago

So you want an option to NOT show the tree structure and just display a flat list of files?

What kind of operation you want to perform that would be easier with such presentation?

Willian-Zhang commented 3 months ago

So you want an option to NOT show the tree structure and just display a flat list of files?

exactly!

What kind of operation you want to perform that would be easier with such presentation?

all the right click submenu items, priories, wanted/unwanted

qu1ck commented 3 months ago

I still don't see how does flat list make any of those easier.

Willian-Zhang commented 3 months ago

well say you want *.B (to be bulk edited) in the example case, you would have to manually select them in that case.

but with a flat representation, you could search .B as a keyword and have all the result selected with shift-clicks.

qu1ck commented 3 months ago

I see, that makes sense. It will be added.

qu1ck commented 2 months ago

Implemented in v1.3.0