Skip to content
Discussion options

You must be logged in to vote

In the WebUI, I don't think there is a per-watched-folder category/force-start control. The current WebUI watched-folder table only exposes the monitored path and an optional save-path override.

The underlying watcher can store the full add-torrent parameters, though. Workaround: stop qBittorrent, edit watched_folders.json in the qBittorrent profile/config directory, then start it again. For your music folder the entry would be along these lines:

{
  "/Torrent-Music": {
    "add_torrent_params": {
      "category": "Music",
      "operating_mode": "Forced",
      "stopped": false
    },
    "recursive": false
  }
}

If you also need a save-path override for that watched folder, add "save_p…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mariusdmm
Comment options

@aaron-kruse
Comment options

Answer selected by mariusdmm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants