lrkFM icon indicating copy to clipboard operation
lrkFM copied to clipboard

support unrar rar5.0 file?

Open sunpan3213 opened this issue 5 years ago • 9 comments

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.

sunpan3213 avatar Apr 24 '20 02:04 sunpan3213

Hello, please don't just post the issue template as is. Please fill it out.

lfuelling avatar Apr 24 '20 12:04 lfuelling

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.

lfuelling avatar Apr 24 '20 15:04 lfuelling

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.

sunpan3213 avatar Apr 24 '20 15:04 sunpan3213

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.

sunpan3213 avatar Apr 24 '20 15:04 sunpan3213

I know this doesn't fix the issue but I fixed support for RAR <v5.

lfuelling avatar Apr 24 '20 19:04 lfuelling

我做了一些研究。该项目使用commons-compress,甚至不支持rar <5。

我可以使用junrar添加rar <5支持,但它们也不支持rar5。(请参阅#23#52

我可以尝试使用Kaitai Struct(之前从未听说过该项目),但正如您在junrar问题中所读到的那样,它们似乎也不支持rar5。

我会尽力使它正常工作,但是我什么都不能保证。

can you add some cpp lib to resolve this problem?

sunpan3213 avatar Apr 26 '20 03:04 sunpan3213

我做了一些研究。该项目使用commons-compress,甚至不支持rar <5。

我可以使用junrar添加rar <5支持,但它们也不支持rar5。(请参阅#23#52

我可以尝试使用Kaitai Struct(之前从未听说过该项目),但正如您在junrar问题中所读到的那样,它们似乎也不支持rar5。

我会尽力使它正常工作,但是我什么都不能保证。

i see,java can't support rar5.0

sunpan3213 avatar Apr 26 '20 03:04 sunpan3213

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?

sunpan3213 avatar Apr 26 '20 03:04 sunpan3213

Yes, that's what I'm currently trying in #70 but getting it to build seems more complicated than I thought.

lfuelling avatar Apr 26 '20 21:04 lfuelling