You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you can do this by adding yours folders into .rtorrent.rc in /config folder.
Make sure you use a volume, otherwise the config will be lost.
Here's an example:
# Watch a directory for new torrents, and stop those that have been deleted
directory.watch.added = (cat,(cfg.watch)), load.start
directory.watch.added = (cat,(cfg.basedir),"folder1/"), load.start
directory.watch.added = "/config/rtorrent/folder2/", load.start
schedule2 = untied_directory, 5, 5, (cat,"stop_untied=",(cfg.watch),"*.torrent")
Can we able to add custom watch dirs?
The text was updated successfully, but these errors were encountered: