Opened 14 years ago
Last modified 10 years ago
#2025 new feature-request
renaming torrent via deluge console
| Reported by: | Mathieu Rochette | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Future |
| Component: | Console UI | Version: | |
| Keywords: | Cc: | Bro |
Description
I have a script to rename torrent on 'Torrent complete' (Execute plugin) but I rename it from the script deluge can't seed it anymore
so I'd like to be able to rename a torrent with deluge-console command
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Component: | other → console |
|---|---|
| Version: | other (please specify) |
comment:3 by , 10 years ago
| Cc: | added |
|---|
comment:4 by , 10 years ago
I actually added this functionality locally but never pushed it (due to it adding a new feature to the 1.3.x branch).
Note:
See TracTickets
for help on using tickets.



Although this is a worthwhile feature to have in deluge-console you could write a ui client script to do this in the mean time. In particular you would use the methods get_torrent_status to retrieve the current filenames (you would want to use 'files' as a key) as well as rename_files and/or rename_folder to do the actual renaming.