Created
January 8, 2014 19:55
-
-
Save morganp/8323448 to your computer and use it in GitHub Desktop.
rtorrentrc move data upon download completion
This file contains 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
# Torrents go in ~/Torrents | |
# Incomplete Downloads in ~/Incomplete | |
# Upon Completion Data is moved to ~/Seeding | |
schedule = watch_directory_standard,10,10,"load_start=~/Torrents/*.torrent,d.set_directory=~/Incomplete/,d.set_custom1=~/Seeding/ | |
#Move upon download completion. | |
system.method.set_key =event.download.finished,move_complete,"d.set_directory=$d.get_custom1= ;execute=mv,-n,$d.get_base_path=,$d.get_custom1=" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment