Handling of RAR files #409
-
Hello Mike, I'm a bit behind with NC updates so have a question if you could spare a minute or so.
As usual, big thanks to the excellent job with NC! It's a great everyday aid to my work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hey, sure:
Before v1.5, Nimble Commander used the UnRAR library to deal with RAR archives, it was a separate VFS, written for this type specifically. It came with a swath of problems, starting with the poor integration with NC itself and ending with missing some of the format options. Starting with v1.5 RAR archives are handled using the libarchive library, as any other archive types.
No, this won't work - libarchive does not support reading password-protected RAR archives.
Currently the only supported format for compression is ZIP. While other formats can be added in theory, RAR is currently out of the question - libarchive does not implement compression for this format.
Thanks, you're welcome! |
Beta Was this translation helpful? Give feedback.
-
Hello Mike and to whom it may concern, finally found the time to figure out why some RAR archives open in NC (and Finder) and others not. Thanks & regards, |
Beta Was this translation helpful? Give feedback.
Hey, sure:
Before v1.5, Nimble Commander used the UnRAR library to deal with RAR archives, it was a separate VFS, written for this type specifically. It came with a swath of problems, starting with the poor integration with NC itself and ending with missing some of the format options. Starting with v1.5 RAR archives are handled using the libarchive library, as any other archive types.