Opened 12 years ago

Closed 8 years ago

#2077 closed bug (Fixed)

[Extractor] Problem extracting files that are named part01.rar, part02.rar, etc

Reported by: kristixs Owned by: Cas
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 Changed 12 years ago by Cas

  • Milestone changed from 1.3.x to 1.3.6

comment:2 Changed 12 years ago by Cas

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 Changed 11 years ago by Cas

  • Milestone changed from 1.3.6 to Future
  • Owner set to Cas
  • Status changed from new to assigned

comment:4 Changed 8 years ago by Cas

  • Milestone changed from Future to 1.3.13
  • Resolution set to Fixed
  • Status changed from assigned to 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.