-
-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] enable torrent renaming via d.set_name= #167
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. |
@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? |
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.
The text was updated successfully, but these errors were encountered: