dude, did you try what i said?
just add this line only:
Code:
schedule = watch_directory,10,10,load_start=/var/www/downloads/torrents/*.torrent
i just did that and when i pause torrents it works.
if you look at the lines you had then read them, it makes perfect sense, let's look at them one by one:
Code:
schedule = watch_directory,10,10,load_start=/var/www/downloads/torrents/*.torrentThis line says watch a directory, start any new .torrent files you find
Code:
schedule = tied_directory,10,10,start_tied=This line says any files tied to the directory, start them (if a file is in the directory and not running, please start it back)
Code:
schedule = untied_directory,10,10,close_untied=
This line says "please stop any torrents when they are deleted from the directory)