support unrar rar5.0 file?
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.
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.
我做了一些研究。该项目使用commons-compress,甚至不支持rar <5。
我可以使用junrar添加rar <5支持,但它们也不支持rar5。(请参阅#23和#52)
我可以尝试使用Kaitai Struct(之前从未听说过该项目),但正如您在junrar问题中所读到的那样,它们似乎也不支持rar5。
我会尽力使它正常工作,但是我什么都不能保证。
can you add some cpp lib to resolve this problem?
我做了一些研究。该项目使用commons-compress,甚至不支持rar <5。
我可以使用junrar添加rar <5支持,但它们也不支持rar5。(请参阅#23和#52)
我可以尝试使用Kaitai Struct(之前从未听说过该项目),但正如您在junrar问题中所读到的那样,它们似乎也不支持rar5。
我会尽力使它正常工作,但是我什么都不能保证。
i see,java can't support rar5.0
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.
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.