mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
[PR #823] [MERGED] Add raw DVD reading with HL-DT-ST command #1159
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/823
Author: @FakeShemp
Created: 10/15/2023
Status: ✅ Merged
Merged: 10/16/2023
Merged by: @claunia
Base:
devel← Head:fakeshemp/hl-dt-st-raw-dvd📝 Commits (1)
3cb7b34Add raw DVD reading with HL-DT-ST command📊 Changes
11 files changed (+377 additions, -26 deletions)
View changed files
📝
.idea/.idea.Aaru/.idea/codeStyles/codeStyleConfig.xml(+1 -0)➕
Aaru.Core/Devices/Dumping/Sbc/Cache.cs(+213 -0)📝
Aaru.Core/Devices/Dumping/Sbc/Data.cs(+1 -1)📝
Aaru.Core/Devices/Dumping/Sbc/Dump.cs(+13 -4)📝
Aaru.Core/Devices/Dumping/Sbc/Error.cs(+7 -0)📝
Aaru.Core/Devices/ReaderSCSI.cs(+16 -8)📝
Aaru.Decoders(+1 -1)📝
Aaru.Decryption(+1 -1)📝
Aaru.Devices/Device/ScsiCommands/HL-DT-ST.cs(+45 -4)📝
Aaru.Images/AaruFormat/Write.cs(+65 -1)📝
Aaru.Images/ZZZRawImage/Read.cs(+14 -6)📄 Description
You need an HL-DT-ST drive which support the HL-DT-ST SCSI command for this to work. Tested on a GDR-8163B.
Like all raw DVD reading commands, it is not activated yet, but the underlying functionality does work. I've managed to dump several DVDs with full prefix and suffix. CSS keys can be dumped this way and is magnitudes faster than the default way (but still very slow).
Types of changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.