rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.15k stars 414 forks source link

Feature Request: Export list of torrent and Import list of torrents #1127

Closed fckwan closed 2 years ago

fckwan commented 2 years ago

i would like to propose a feature request where user can export the list of torrents to a file and re-import the list of torrents to another instance of rtorrent. I have a list of torrents where each file is stored in a different directories. i want to be able to export the lists of torrent to a file and then import to a different computer running another copy of rtorrent. Otherwise I need to re-enter thousands of torrents again.

kannibalox commented 2 years ago

You can simply copy the entire session directory, changing the .torrent files manually if desired with a bencode editor.

fckwan commented 2 years ago

Thanks for your clarification.

rakshasa commented 2 years ago

Use the XMLRPC api, or create your own custom function that you call on a download list, or use bencode editor as said above.