Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Re-enable rar support #144

Merged
merged 2 commits into from
May 25, 2024

Conversation

SnazzyPanda
Copy link
Contributor

This re-enables attempted support for .rar files. It will attempt to decompress with Rar5 first, and fallback to the older Rar method if that fails.

If both methods fail, the user will get an error notification with the error messages from both attempts.

I tested with the main .rar files from https://github.com/ssokolow/rar-test-files. This successfully extracted the testfile.rar5.rar file, but still fails on the testfile.rar3.rar file, so support will probably still be spotty.

I have not had any luck extracting the rar3 test file I grabbed from
https://github.com/ssokolow/rar-test-files, but the rar5 file seems to
work fine with this setup.
@CHollingworth
Copy link
Owner

Ill tentatively re-add this for 2.0. seems to fail on some of my test files but some support is better than none!

@CHollingworth CHollingworth merged commit c549fbf into CHollingworth:master May 25, 2024
2 checks passed
@SnazzyPanda SnazzyPanda deleted the re-enable-rar-support branch May 26, 2024 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants