-
Notifications
You must be signed in to change notification settings - Fork 10
support unrar rar5.0 file? #68
Comments
Hello, please don't just post the issue template as is. Please fill it out. |
I did a little research. This project uses commons-compress which doesn't even support rar < 5. I could add rar < 5 support by using junrar but they also have no support for rar5. (see #23 and #52) I could try using Kaitai Struct (never heard of that project before) but as you can read in the junrar issues they also don't seem to support rar5. I'll try getting it to work but I can't promise anything. |
all right
发自我的iPhone
…------------------ Original ------------------
From: Lerk <[email protected]>
Date: Fri,Apr 24,2020 11:37 PM
To: lfuelling/lrkFM <[email protected]>
Cc: panda <[email protected]>, Assign <[email protected]>
Subject: Re: [lfuelling/lrkFM] support unrar rar5.0 file? (#68)
I did a little research. This project uses commons-compress which doesn't even support rar < 5.
I could add rar < 5 support by using junrar but they also have no support for rar5. (see #23 and #52.
I could try using Kaitai Struct (never heard of that project before) but as you can read in the junrar issues they also don't seem to support rar5.
I'll try getting it to work but I can't promise anything.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
ok
发自我的iPhone
…------------------ Original ------------------
From: Lerk <[email protected]>
Date: Fri,Apr 24,2020 8:24 PM
To: lfuelling/lrkFM <[email protected]>
Cc: panda <[email protected]>, Assign <[email protected]>
Subject: Re: [lfuelling/lrkFM] support unrar rar5.0 file? (#68)
Hello, please don't just post the issue template as is. Please fill it out.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I know this doesn't fix the issue but I fixed support for RAR <v5. |
can you add some cpp lib to resolve this problem? |
i see,java can't support rar5.0 |
can you add some cpp lib to resolve this problem? |
Yes, that's what I'm currently trying in #70 but getting it to build seems more complicated than I thought. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: