Created
August 3, 2022 06:06
-
-
Save mkgeeky/395b9424589213a7223bd3430db9ae59 to your computer and use it in GitHub Desktop.
Multiple rtorrent watch directorys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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