Skip to content

Instantly share code, notes, and snippets.

View mkgeeky's full-sized avatar

mkgeeky mkgeeky

View GitHub Profile
@mkgeeky
mkgeeky / gist:395b9424589213a7223bd3430db9ae59
Created August 3, 2022 06:06
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"