transmission-daemon v 2.03 on debian no watch option ?

Discussion of Transmission that doesn't fit in the other categories
Post Reply
cartman_123
Posts: 1
Joined: Sun May 01, 2011 11:48 am

transmission-daemon v 2.03 on debian no watch option ?

Post 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.
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

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

Post 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.
Post Reply