Results 1 to 7 of 7

Thread: [SOLVED] Transmission watch-dir

Hybrid View

  1. #1
    Junior Member
    Join Date
    Mar 2009
    Posts
    20

    [SOLVED] Transmission watch-dir

    I'd like to setup automatically adding torrents from a watched directory in Transmission on my Vortexbox. This option is not available from the web gui.
    Can someone explain how I can enable and set the watch-dir for new torrents in Transmission on Vortexbox? Where are the config files for transmission located?
    tks
    W

  2. #2
    Senior Member divreg's Avatar
    Join Date
    May 2011
    Location
    Washington
    Posts
    407
    Try adding

    Code:
        "watch-dir": "\/path\/to\/watched\/directory\/", 
        "watch-dir-enabled": true
    in

    Code:
    /var/lib/transmission/.config/transmission/settings.json
    where "\/path\/to\/watched\/directory\/" could be "\/storage\/downloads\/torrents\/". Make sure tailing commas are appropriately placed.

  3. #3
    Junior Member
    Join Date
    Mar 2009
    Posts
    20
    Hey
    Thanks for the quick response. That code looks promising. I edited the settings.json as you indicated, but my changes disappeared on reboot. I guess I'm missing something. Any thoughts?

  4. #4
    Senior Member divreg's Avatar
    Join Date
    May 2011
    Location
    Washington
    Posts
    407
    Try it again, but first stop the transmission daemon:

    Code:
     systemctl stop transmission-daemon.service
    Edit the config file as in post #2, and restarting the service:

    Code:
     systemctl start transmission-daemon.service
    Also describe the text editor you're using and how you are saving the .json file.

  5. #5
    Junior Member
    Join Date
    Mar 2009
    Posts
    20
    Thanks once again. I will try that approach after work today.

    I googled editors for Fedora; so I used: vi /var/lib/transmission/.config/transmission/settings.json
    I saved the file when I had finished inserting the code by :x
    Was that correct?

  6. #6
    Senior Member divreg's Avatar
    Join Date
    May 2011
    Location
    Washington
    Posts
    407
    That's correct use of vim commands.

  7. #7
    Junior Member
    Join Date
    Mar 2009
    Posts
    20
    Thanks Divreg,
    Your solution worked perfectly.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •