Skip to content

Instantly share code, notes, and snippets.

@mkgeeky
Created August 3, 2022 06:06
Show Gist options
  • Save mkgeeky/395b9424589213a7223bd3430db9ae59 to your computer and use it in GitHub Desktop.
Save mkgeeky/395b9424589213a7223bd3430db9ae59 to your computer and use it in GitHub Desktop.
Multiple rtorrent watch directorys
This is tested and working with rtorrent v.0.9.8/0.13.8
Open your .rtorrent.rc
Add following lines into .rtorrent.rc
schedule = watch_directory,5,5,"load.start=PATH_TO_WATCH_DIR/*.torrent,d.custom1.set=LABEL_TO_ADD,d.directory.set=WHERE_TO_PLACE_FILES"
schedule = watch_directory,5,5,"load.start=PATH_TO_WATCH_DIR/*.torrent,d.custom1.set=LABEL_TO_ADD"
schedule = watch_directory,5,5,"load.start=PATH_TO_WATCH_DIR/*.torrent,d.custom1.set=LABEL_TO_ADD"
schedule = watch_directory,5,5,"load.start=PATH_TO_WATCH_DIR/*.torrent,d.custom1.set=LABEL_TO_ADD"
d.custom1.set
Is the label you want to add
d.directory.set
is where you want the files to be downloaded to
Enjoy or don't :smile:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment