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

Add some improvements to the ISO pattern matching #343

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xZise
Copy link

@xZise xZise commented Jan 19, 2025

Primarily it parses all volume descriptors and not just the first one. To do that it always allocates enough padding to reach a length of 2 KiB.

I also tried adding support for the supplementary volume descriptors assuming that it is using Joliet. I'm not sure if that second part fits the code quality of this repository and I can separate it into another pull request if requested: It might contain other encodings depending in the contents of the escape sequences.

@WerWolv
Copy link
Owner

WerWolv commented Jan 19, 2025

Hey, thanks a lot! Would it be possible to test somehow if the data is Joliet or not? I'm completely okay with having it in there but it shouldn't break the pattern for files that don't use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants