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

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
alexey85
Posts: 1
Joined: Mon Dec 24, 2012 8:52 pm

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

Post 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
killemov
Posts: 542
Joined: Sat Jul 31, 2010 5:04 pm

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

Post 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", 
Post Reply