Rtorrent: [Feature Request] enable torrent renaming via d.set_name=

Created on 21 Dec 2013  路  5Comments  路  Source: rakshasa/rtorrent

Currently there is no way to rename a torrent in rtorrent, which is a common operation in almost every other torrent client. There is a already d.get_name command available; one way to allow torrent renaming is to enable a d.set_name command.

All 5 comments

FWIW:

The upside is, most of the "heavy lifting" here is done by libtorrent itself; the only coding that needs to be done from _this_ side of the code is accommodation for the state change.

different libtorrent, so not really relevant

In eMule you can just do whatever you want with your filename/filepath. Reindexing happens, an ed2k hash is computed and the file unique identity (and individual chunks) are back to seed.
While torrents too are based on hash, why is still so sensitive to filenames? Isn't just possible to re-index and seed based on hashes?

@drzraf no. read the BitTorrentSpecification if you want to know why.

There are 2 references to _filepath_ and 3 to _filename_, none to _rename_and didn't see an explanation. Would you mind indicating which section you're referring to?

Was this page helpful?
0 / 5 - 0 ratings