-
Notifications
You must be signed in to change notification settings - Fork 33
Create UDF Extractor #120
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
Create UDF Extractor #120
Conversation
It was derived IsoExtractor with some minor UDF context changes
|
@SteAmeR Thank you for the contribution. For me to accept it you have to agree to the CLA. Once you do so I can add the plumbing to have this used when iso parsing fails. |
|
@microsoft-github-policy-service agree [company="default"] |
@microsoft-github-policy-service agree |
|
Thanks, and thanks for your contribution to the project! In the future, please open a single PR (with multiple commits if needed) for each logical topic, rather than PRs for each individual commit. I'll cherrypick the other PRs into this one and review. |
Add UDF extractror
Add DiscUtils.Udf dependency
Add enumerate to UDF
Add enum, and signature check
Sorry for PR mess :\ |
No problem. It can take a bit to get accustomed to. I'm working on trying to get a sample file that works with the DiscUtils UDF extractor. So far I've tried |
|
Sure :) https://www.poweriso.com/download.htm Please follow steps after the installation; 1 - > Options - >Configuration -> File Systems -> Select only UDF deselect other default file system 2 -> File -> New -> UDF DVD 3 -> Add some file/files to project and save 4 - > Tools -> Convert File Format And final step -> Change iso extension manually to udf as below image and ok Regards |
|
Thanks. I'll give this a shot today. |
I hope it helps. Also, #120 PR has a build error. How soon will it be released? I need to do my project, as well 😊 Regards, |
|
@SteAmeR Thanks for the reference. I was able to create a disc image that is parseable with the UDF Extractor implementation and the pipelines tests should be running now. /azp run |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Thanks for your contribution! Appears to be working on my end now. For timing, I plan to merge this once the CI checks pass, after merging the new build should be available on nuget about an hour later. |
|
Great works. Thanks for your cooperation. |
It was derived IsoExtractor with some minor UDF context changes