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

feature request add more verbosity to properties dialog #488

Open
agowa opened this issue Aug 29, 2024 · 0 comments
Open

feature request add more verbosity to properties dialog #488

agowa opened this issue Aug 29, 2024 · 0 comments
Labels
enhancement New feature or request suggestion

Comments

@agowa
Copy link

agowa commented Aug 29, 2024

Hi,

for a small project I'm currently trying to identify with what options a specific zip file was created so that I can create similar ones with the same options (undocumented file format that is some kind of zip-flavour).

For this I noticed that the information provided by NanaZip within the properties dialog is kinda sparse and lacking. The goal of this feature request is to have enough information within the properties dialog to debug parser issues and be able to recreate the archive with at least the same options (does not have to have the same hash, which would be nice though).

In the following I'm going to use the MS Excel xlsx file as an example (as it is basically the same problem, also a zip-flavour with special options). Basically what I'm trying to do is unzip the xlsx file and zip all of the extracted files to get a new file that is as close to the original as possible (specifying and storing additional metadata would be possible in my case). And ideally archive a reproducible xlsx file from its content.

For an xlsx file Nanazips property dialog currently just shows this:
image
and the main window shows this (below file is the original created with ms office):
image
using zipinfo on these two files shows up like this:
image

Another issue that adding more verbosity to the properties dialog could help to address is when one zip file can be parsed correctly by an application but another one fails. E.g. one created with winzip works but one created with windows built-ins fails or vice versa.

@MouriNaruto MouriNaruto added suggestion enhancement New feature or request labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion
Projects
None yet
Development

No branches or pull requests

2 participants