![如何使用 bash 腳本刪除 rtorrent 中的「正在下載」或 0% 完整的 torrent?](https://rvso.com/image/1344707/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8%20bash%20%E8%85%B3%E6%9C%AC%E5%88%AA%E9%99%A4%20rtorrent%20%E4%B8%AD%E7%9A%84%E3%80%8C%E6%AD%A3%E5%9C%A8%E4%B8%8B%E8%BC%89%E3%80%8D%E6%88%96%200%25%20%E5%AE%8C%E6%95%B4%E7%9A%84%20torrent%EF%BC%9F.png)
我有 10K 種子,其中 7K 速度太慢。我想刪除它們,但 rutorrent 和 rtorrent 介面慢得無法使用。我注意到有關 rtorrent 的資訊保存在.session
資料夾中,但我不知道如何查看 torrent 的狀態,即完成了多少%。
那麼有沒有辦法讓 bash 腳本查看下載了多少 torrent?我更喜歡性能關鍵的方式。
答案1
假設您還想刪除部分資料...
rtcontrol --from-view incomplete // --cull
我有 10K 種子,其中 7K 速度太慢。我想刪除它們,但 rutorrent 和 rtorrent 介面慢得無法使用。我注意到有關 rtorrent 的資訊保存在.session
資料夾中,但我不知道如何查看 torrent 的狀態,即完成了多少%。
那麼有沒有辦法讓 bash 腳本查看下載了多少 torrent?我更喜歡性能關鍵的方式。
假設您還想刪除部分資料...
rtcontrol --from-view incomplete // --cull