mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[PR #884] Handle parsing, storing, writing DPM #1173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/Aaru/pull/884
Author: @HeroponRikiBestest
Created: 11/11/2025
Status: 🔄 Open
Base:
devel← Head:add-mds-dpm-parsing📝 Commits (5)
e9bea61Basic DPM parsing from mds863dbdePR57d0063Merge branch 'devel' into add-mds-dpm-parsing5c718dbWIP - need to go add not supported on a bunch of stuff. And do a lot of other things. Etc4fcc432Bulk add unimplemented API📊 Changes
15 files changed (+320 additions, -0 deletions)
View changed files
📝
Aaru.CommonTypes/Interfaces/IOpticalMediaImage.cs(+13 -0)📝
Aaru.Images/AaruFormat/Read.cs(+17 -0)📝
Aaru.Images/Alcohol120/Alcohol120.cs(+5 -0)📝
Aaru.Images/Alcohol120/Read.cs(+103 -0)📝
Aaru.Images/Alcohol120/Structs.cs(+12 -0)📝
Aaru.Images/BlindWrite4/Read.cs(+17 -0)📝
Aaru.Images/BlindWrite5/Read.cs(+17 -0)📝
Aaru.Images/CDRDAO/Read.cs(+17 -0)📝
Aaru.Images/CDRWin/Read.cs(+17 -0)📝
Aaru.Images/CHD/Read.cs(+17 -0)📝
Aaru.Images/CloneCD/Read.cs(+17 -0)📝
Aaru.Images/DiscJuggler/Read.cs(+17 -0)📝
Aaru.Images/GDI/Read.cs(+17 -0)📝
Aaru.Images/Nero/Read.cs(+17 -0)📝
Aaru.Images/ZZZRawImage/Read.cs(+17 -0)📄 Description
Types of changes
Please let me know what you think of what i have so far when you have time.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.