Opened 13 years ago

Last modified 8 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 John Garland, 13 years ago

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.

comment:2 by Calum, 13 years ago

Component: otherconsole
Version: other (please specify)

comment:3 by Bro, 8 years ago

Cc: Bro added

comment:4 by John Garland, 8 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.