qbittorrent / qBittorrent

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

Watched folders options in WebUI #17026

Open niklas2233 opened 2 years ago

niklas2233 commented 2 years ago

Suggestion

when adding torrents trough monitored folder make the torrent use automatic torrent management

Use case

when adding alot of torrent and then when you change category they dont get moved for example

Extra info/examples/attachments

No response

thalieht commented 2 years ago

Options > Downloads > Select your watched folder > Options... on the right

niklas2233 commented 2 years ago

sorry forgot to mention that i want it on the webui. it only exist on the client

thalieht commented 2 years ago

In the meantime you can go to the Preferences folder https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings and manually edit watched_folders.json Find the folder you're interested in and change "use_auto_tmm" to true: "use_auto_tmm": true

niklas2233 commented 2 years ago

found it and working <3

alejakun commented 1 year ago

I second this request, currently using the suggested alternative but it would be nice to have the option in the WebUI.

j-peeters commented 3 months ago

I would also love to second this request. The suggestion by @thalieht works, but not as intuitive as in the WebUI.

Karstensson commented 3 months ago

In the meantime you can go to the Preferences folder https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings and manually edit watched_folders.json Find the folder you're interested in and change "use_auto_tmm" to true: "use_auto_tmm": true

This method works quite nice, the only problem is that the file is overwritten to default value false when random setting is changed. Do you have any proposal on how to stop that from happening? I temporarily solved it by changing the permissions of the file.

glassez commented 3 months ago

Do you have any proposal on how to stop that from happening?

Edit the file when qBittorrent isn't running.

Karstensson commented 3 months ago

Do you have any proposal on how to stop that from happening?

Edit the file when qBittorrent isn't running.

That is not a solution since the file is overwritten when settings are changed in qBittorrent. It modifies that files when changing settings unrelated to that option.

glassez commented 3 months ago

That is not a solution since the file is overwritten when settings are changed in qBittorrent. It modifies that files when changing settings unrelated to that option.

What qBittorrent version do you use?

Karstensson commented 3 months ago

That is not a solution since the file is overwritten when settings are changed in qBittorrent. It modifies that files when changing settings unrelated to that option.

What qBittorrent version do you use?

Sorry for the late reply. But I'm right now using: release-4.6.4

averagePedestrian commented 2 months ago

Sorry for the late reply. But I'm right now using: release-4.6.4

Did you manage to get this fixed?

glassez commented 1 month ago

Maybe @Piccirello could take care of adding full-featured "Watched folders options" editor to the WebUI?..

j-peeters commented 1 month ago

Maybe @Piccirello could take care of adding full-featured "Watched folders options" editor to the WebUI?..

That would be awesome.