Skip to content

Instantly share code, notes, and snippets.

@morganp
Created January 8, 2014 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morganp/8323448 to your computer and use it in GitHub Desktop.
Save morganp/8323448 to your computer and use it in GitHub Desktop.
rtorrentrc move data upon download completion
# 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