【问题标题】:How to auto remove torrents with moved/deleted files in rtorrent?如何使用 rtorrent 中的移动/删除文件自动删除种子?
【发布时间】:2013-02-16 17:37:30
【问题描述】:

在 rtorrent 中,假设我正在播种一个 torrent,然后我从硬盘驱动器中删除了它的内容。 rtorrent 最终注意到并且 torrent 显示“下载注册为已完成,但哈希检查返回未完成的块”。发生这种情况时,我可以让 rtorrent 自动删除种子吗?

【问题讨论】:

    标签: linux libtorrent


    【解决方案1】:

    手动运行

    rtcontrol --from-view started is_complete=yes is_ghost=yes --delete

    或者把它放在一个 cron 计划中,如果这是一个常规的事情的话。

    请参阅https://code.google.com/p/pyroscope/wiki/RtControlExamples#Automatic_stop_of_torrents_having_problems 了解更多信息。

    【讨论】:

    • 这让我走上了正轨。我最终使用了rtcontrol is_ghost=yes --delete --yes
    猜你喜欢
    • 1970-01-01
    • 2013-07-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-03-06
    相关资源
    最近更新 更多