Opened 13 years ago

Closed 9 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 Calum, 13 years ago

Milestone: 1.3.x1.3.6

comment:2 by Calum, 12 years ago

Could you be more specific about the filenames you are encountering. I have seen the following types:

  • filename.part1.rar
  • filename.part00.rar
  • filename.000.rar

and it shouldn't be too difficult to add this functionality to the plugin.

comment:3 by Calum, 12 years ago

Milestone: 1.3.6Future
Owner: set to Calum
Status: newassigned

comment:4 by Calum, 9 years ago

Milestone: Future1.3.13
Resolution: Fixed
Status: assignedclosed

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.