From e8ae8383e3f8e1f8ec71d043e8739b561db01f90 Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Sat, 17 Jan 2026 21:10:09 -0800 Subject: [PATCH] Updated TORRENT Watch directories (markdown) --- TORRENT-Watch-directories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TORRENT-Watch-directories.md b/TORRENT-Watch-directories.md index 67f490d..4638d6c 100644 --- a/TORRENT-Watch-directories.md +++ b/TORRENT-Watch-directories.md @@ -65,7 +65,7 @@ Inotify On Linux and using v0.9.7+, you may use inotify to watch a directory, and the provided command is called with the the full path of new files as the first argument. Use `method.insert` to define more complex multi-command inotify handlers, or when you want to pass additional parameters to a handler command. ```ini -directory.watch.added = "~/Download/watch/", load.start +directory.watch.added = "/home/USERNAME/Download/watch/", load.start ``` Here is an example using inotify to watch multiple directories and move the files to a different subdirectory based on the watch directory. It will also set the rutorrent category to match the watch directory.