Skip to content

Instantly share code, notes, and snippets.

@thebigbad
Created May 20, 2012 21:17
Show Gist options
  • Save thebigbad/2759562 to your computer and use it in GitHub Desktop.
Save thebigbad/2759562 to your computer and use it in GitHub Desktop.
# where to save complete downloads
directory = ~/incomplete/music/data
# directory for tracking tracker state
session = ~/incomplete/music/session
# port range. make sure this is different for every client you run on your machine
port_range = 6890-6999
# listen for files added to the watch directory
schedule = watch_directory,5,5,"load_start=~/incomplete/music/watch/*.torrent"
# on completion, move to staging directory
system.method.set_key = event.download.finished,move_complete,"execute=cp,-u,$d.get_base_path=,~/staging/music/;d.set_directory=~/staging/music/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment