#2347 closed patch (Fixed)
Add get_orig_files() to get torrent filenames without any renaming
Reported by: | Chris Eby | Owned by: | Calum |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | develop |
Keywords: | Cc: |
Description
I'm writing a script that renames some torrents' files. In the event that the script is run twice on the same torrent, it is useful to have the files' original names. There is already a function in libtorrent that gives exactly what I want, however it is not exposed in Deluge. This patch just exposes it.
Attachments (1)
Change History (6)
by , 12 years ago
Attachment: | 0001-Add-get_orig_files-to-get-filenames-without-any-rena.patch added |
---|
comment:1 by , 12 years ago
comment:2 by , 11 years ago
Milestone: | Future → 1.4.0 |
---|---|
Owner: | set to |
Status: | new → assigned |
That comment is very old and been removed now.
comment:4 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
Note:
See TracTickets
for help on using tickets.
Also, Torrent._create_status_funcs says "if you add a key here->add it to core.py STATUS_KEYS too". Is this correct? I didn't see anything like that in core.py.