Page 1 of 1

How-to change script-torrent-done-* from web ui?

Posted: Mon Dec 24, 2012 9:07 pm
by alexey85
Can't find fields in web ui, for changing options from settings.json

Code: Select all

"script-torrent-done-"*
"incomplete-dir": ""
"incomplete-dir-enabled": false

Re: How-to change script-torrent-done-* from web ui?

Posted: Mon Dec 24, 2012 9:31 pm
by killemov
The settings can't be changed from the web ui, they have to be changed in the settings.json when transmission is not running.

Code: Select all

"script-torrent-done-enabled": true, 
"script-torrent-done-filename": "/var/lib/scripts/posttorrent/posttorrent.sh",