TeamAmaze / TeamAmaze/AmazeFileManager
Ability to "guess" the first part of a multipart RAR archive
Open
@TranceLove is already working on this.
Since Nov 28, 2020.
Area-Compression
Area-UIUX
Issue-Feature
- Dominant language
- Kotlin
- Stars
- 6.4k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
Depends on #2096.
When user extracts a multipart RAR, Amaze should extract from the first part of archive, even when the user tries to extract from parts other than part 1.
Example of expected behaviour :
- User tap on part 5 of a 20-part RAR, e.g.
file.part05.rar - Amaze guess the first part of the multipart RAR to be
file.part01.rar RarExtractorwork fromfile.part01.rarinstead and extract files from there
Archive viewer (CompressedExplorerFragment) may not need this however, to be the same behaviour as desktop archivers like FileRoller or 7zip FM.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.