Created
May 20, 2012 21:17
-
-
Save thebigbad/2759562 to your computer and use it in GitHub Desktop.
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
# 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