Page 1 of 1

transmission-daemon v 2.03 on debian no watch option ?

Posted: Sun May 01, 2011 11:51 am
by cartman_123
Hey guys.

In what release was watch option added?
It doesn't seem to be present in settings.json in default transmission-daemon(v 2.03) in Debian Squeeze 6.0.

Re: transmission-daemon v 2.03 on debian no watch option ?

Posted: Sun May 01, 2011 4:52 pm
by rb07
In 2.00 Changes.

If you don't use it (option -c) it doesn't have to appear in settings.json but the daemon will probably add it when it stops normally; or you can add it (when the daemon is stopped) if you know the syntax:

Code: Select all

    "watch-dir": "... full path to wherever ...", 
    "watch-dir-enabled": true
}
Notice that in my case these are the last 3 lines.