RAR plugin doesn't recognice 001, 002, 003 files

Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
Dennis
Translator
Translator
Posts: 8
Joined: 12 Jan 2006, 14:08

RAR plugin doesn't recognice 001, 002, 003 files

Post by Dennis »

The RAR plugin as provided with the latest beta release doesn't recognize the 001, 002, 003 rar format. (Although this was mentioned in the release notes).

The plugin itself is loaded correctly and available to the system. Tests of the plugin showed no problems. Version check shows it is a 2010 beta 1 version.
therube
Posts: 674
Joined: 14 Dec 2006, 06:22

Re: RAR plugin doesn't recognice 001, 002, 003 files

Post by therube »

Are any of the files named name.rar in the series?
So name.rar, name.r01, name.r02, ...

Oh I see. I think it is a mistype:

Code: Select all

# Added support for multi-part archives with naming .001, .002, 003, etc.
It should be:

Code: Select all

# Added support for multi-part archives with naming .rar .r00, .r01, r02, etc.
The current default method is to name the files:
name.part1.rar, name.part2.rar, name.part3.rar ...

Using (the command line) -vn parameter returns to using the old method:
name.rar, name.r00, name.r01, name.r02 ...

Both of those methods work.

If it is simply .001 .002 .003 (with no .rar at all) it is simply ambiguous.
Plus the numerical portion still needs an 'r' in there.
Further the numerical portion is zero based.
So you must have at least 1 name.rar, followed by name.r00, then name.r01 ...
WinXP Pro SP3 or Win7 x86 | SS 2.54
Dennis
Translator
Translator
Posts: 8
Joined: 12 Jan 2006, 14:08

Re: RAR plugin doesn't recognice 001, 002, 003 files

Post by Dennis »

Support for part1.rar as well as .r01 has been in the plugin since at least 2.50.

The scheme of .001, .002 and so on is also valid and is supported by the 7-Zip, WINRAR and HJSPLIT program. Technically those files are not an archive but a filesplitter has been used to split a larger file (in my case a RAR file).

So you got this large RAR file which you splitup in smaller chunks. To extract those you have to join them and then extract the archive.
Raptor

Re: RAR plugin doesn't recognice 001, 002, 003 files

Post by Raptor »

001, 002, ... works fine for me. You can browse archive, you can use Alt+F9 to unpack. I think there is no problem.
Jan Patera
Plugin Developer
Plugin Developer
Posts: 707
Joined: 08 Dec 2005, 14:33
Location: Prague, Czech Republic
Contact:

Re: RAR plugin doesn't recognice 001, 002, 003 files

Post by Jan Patera »

x.001, x.002, x.003 are valid RAR arhives just like x.r01, x.r02, x.r03 would be. I.e. it is not that a large file is split. In the pre-2.53b1 versions, working with them was not as comfortable as with other naming schemes for multi-volume RAR archives (the 1st archive in the sequence was not recognized automatically). That's the change mentioned in the release notes.
However, you are bumping into a slightly different issue that was indeed not addressed in 2.53b1: These extensions are not associated to the unRAR plugin, and this indeed for their ambiguity. You can associate them manually: Go to Configuration/Archivers/Archives Association in Panels and change "rar;r##" to "rar;r##;###".
Post Reply