Opened 14 years ago
Closed 10 years ago
#2077 closed bug (Fixed)
[Extractor] Problem extracting files that are named part01.rar, part02.rar, etc
| Reported by: | kristixs | Owned by: | Calum |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.13 |
| Component: | Plugin | Version: | 1.3.4 |
| Keywords: | Cc: |
Description
The extractor plugin launches an unrar process for every .rar in the download directory when a torrent completes. Files that are named part01.rar,part02.rar,part03.rar instead of .rar,.r01,.r02 and i end up with 50 or so unrar processes. It would be good if there were a toggle to select the .rar type of the download for Extractor to handle when adding the torrent to deluge.
Change History (4)
comment:1 by , 14 years ago
| Milestone: | 1.3.x → 1.3.6 |
|---|
comment:2 by , 14 years ago
comment:3 by , 13 years ago
| Milestone: | 1.3.6 → Future |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:4 by , 10 years ago
| Milestone: | Future → 1.3.13 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Applied a fix to develop [53215d87eea] and 1.3-stable [15a40232083ee2]
It will check for part rar files and ignore them.
Note:
See TracTickets
for help on using tickets.



Could you be more specific about the filenames you are encountering. I have seen the following types:
and it shouldn't be too difficult to add this functionality to the plugin.