function on_torrent_finished(event) naut.move_file(event.torrent_id, 0, "/tmp/naut-phase7-finished") end function on_file_complete(event) naut.move_file(event.torrent_id, event.index, event.path .. ".moved") end