rtorrentで既に(つまり、新規ではない)完了したファイルを移動する
しばらくの間、単一のディレクトリでrtorrentを使用していました。今、私は異なるディレクトリを使用し、完了したダウンロードを他の場所に移動することさえ可能であることがわかったので、rtorrent wikiに従って、.rtorrent.rcを次のように編集しました: # Download directory directory = /Medias/torrents/ # Watching directories schedule = watch_directory_1,5,60,"load_start=/path/to/dl/dir1/*.torrent,d.set_custom1=/path/to/done/dir1" schedule = watch_directory_2,5,60,"load_start=/path/to/dl/dir2/*.torrent,d.set_custom1=/path/to/done/dir2" # On completion, move the torrent to the directory from custom1. system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1= ;execute=mv,-u,$d.get_base_path=,$d.get_custom1=" 新しい急流に効果があるようです。ただし、ディレクトリを分割するために以前にダウンロードした完了したファイルの束があり、それらに対しては機能しません:セッションディレクトリのファイルを削除すると、rtorrentはハッシュをチェックしますが、移動しません自分で移動すると、rtorrentはそれらを表示せず、再ダウンロードを試みます。 では、rtorrentにそれらを移動するように、またはそれらが別のディレクトリにあることをどのように伝えることができますか? ありがとう。