rtorrent - on_finished = move_complete [LÖST]
Postat: 03 aug 2008, 13:51
Tröttnade på att allting man tankar ner hamnar i samma mapp, så gjorde så här:
Själva flyttningen verkar dock inte fungera. Vad har jag gjort fel?
Kod: Markera allt
schedule = watch_directory1,5,5,"load_start=/mnt/Music/.music_torrents/*.torrent,d.set_custom1=/mnt/Music/NYMUSIC/"
schedule = watch_directory2,5,5,"load_start=/mnt/Porn/.porn_torrents/*.torrent,d.set_custom2=/mnt/Porn/NYTT/"
schedule = watch_directory3,5,5,"load_start=/mnt/Movies/.movies_torrents/*.torrent,d.set_custom3=/mnt/Movies/NYTT/"
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom1= ;d.set_directory=$d.get_custom1="
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom2= ;d.set_directory=$d.get_custom2="
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,$d.get_custom3= ;d.set_directory=$d.get_custom3="