So I'm trying to get into the business of transcoding FLACs, but my FLAC torrents get mixed up with my normal ones and it's all silly because I need to batch download things to the proper locations. To compensate for this, I've created appropriate directories for my FLAC torrents and files, but I don't know how to get a separate watch directory working and move the completed torrent files to their directory as well - what I've done so far has broken my normal watch directory. I tried doing this, but the people in #rtorrent laughed at me and wouldn't help so I came here. Hope you guys are a bit better. Anyway, here's what I tried:
Code:
directory = ~/files
schedule = watch_directory_1,10,10,"load_start=~/watch/*.torrent"
schedule = watch_directory_2,10,10,"load=~/watch/FLACs/*.torrent,d.set_custom6=~/FLACs"
system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom6= ;execute=mv,-u,$d.get_base_path=,$d.get_custom6="
Any help is appreciated!
Code:
directory = ~/files
schedule = watch_directory_1,10,10,"load_start=~/watch/*.torrent"
schedule = watch_directory_2,10,10,"load=~/watch/FLACs/*.torrent,d.set_custom6=~/FLACs"
system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom6= ;execute=mv,-u,$d.get_base_path=,$d.get_custom6="
Any help is appreciated!