Opened 11 years ago
Last modified 7 years ago
#2025 new feature-request
renaming torrent via deluge console
Reported by: | mathroc | 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 Changed 11 years ago by johnnyg
comment:2 Changed 11 years ago by Cas
- Component changed from other to console
- Version other (please specify) deleted
comment:3 Changed 7 years ago by bro
- Cc bro added
comment:4 Changed 7 years ago by johnnyg
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.