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.
transmission-daemon v 2.03 on debian no watch option ?
-
- Posts: 1
- Joined: Sun May 01, 2011 11:48 am
Re: transmission-daemon v 2.03 on debian no watch option ?
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:
Notice that in my case these are the last 3 lines.
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
}