How to add a torrent to a running rtorrent download?

9,290

Solution 1

You can set up a "session directory" so that some data is stored and, when you exit rtorrent cleanly, you can open it without going through the hashing.

According to the manpage, this can be done using the -s path option, so -s ~/torrentdir would use that as session directory. But you probably want to set this through ~/.rtorrent.rc so that you don't have to specify it all the time.

(Sorry for the lack of a working example, I don't have a computer with rtorrent set up near me right now.)

Solution 2

If I understand you correctly, you want to add a single .torrent while running rtorrent - just hit Bksp and type the path to the torrent and hit Enter. It is possible mess around with the hash* settings in .rtorrent.rc to change values for how often hash calculations should be made etc. but be careful if you don't know exactly what you're doing.

Solution 3

If you know that the files are correct and don't want to calculate the hash, you need to add fast resume data. The relevant rTorrent wiki page documents how to do this.

Share:
9,290

Related videos on Youtube

LanceBaynes
Author by

LanceBaynes

Updated on September 18, 2022

Comments

  • LanceBaynes
    LanceBaynes almost 2 years

    So there is a directory full of torrent files:

    debian.iso.torrent
    fedora.iso.torrent
    

    I can start downloading them with a:

    rtorrent *.torrent
    

    command, when the working directory is the same where the torrents are.

    But. Every time when I start rtorrent in this way it calculates all the hashes..it takes looong time do to that and it's a cpu intensive thing.

    Are there any methods to avoid this? (other console-based torrent client? or a feature to add a single torrent when already downloading a torrent without calculating all the torrent's hashes?)

  • clerksx
    clerksx over 12 years
    The configuration file is ~/.rtorrent.rc, not ~/.rtorrentrc.
  • jasonwryan
    jasonwryan over 11 years
    How does this avoid the hash check?