transmission-remote-gui/transgui

Expose additional settings for edit:

wally-crunk opened this issue · 0 comments

  1. Mac OS Ventura 13.3 (22E252)
  2. Transmission Daemon 4.0.2 (2a57b17031)
  3. Transmission GUI 5.18 3fb1d33

There are quite a few settings in 'settings.json' that are not exposed by Transmission-GUI.

For example,

  • whether torrents dumped into the watch-folder should be paused or started automatically
 (    "start-added-torrents": false, )
  • watch folder location and is it enabled/disabled
    "watch-dir": "/watch",
    "watch-dir-enabled": true

It would be awfully convenient to have these added to the GUI. Or, maybe just an 'advanced preferences' dialog with a table of preferences from the setting.json.