mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
[PR #866] [MERGED] Read Lite-On raw DVD buffer #1170
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/866
Author: @FakeShemp
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @claunia
Base:
devel← Head:fakeshemp/liteon-raw-dvd-2📝 Commits (1)
1ab023bRead Lite-On raw DVD buffer📊 Changes
17 files changed (+3218 additions, -6635 deletions)
View changed files
📝
Aaru.CommonTypes/Metadata/DeviceReport.cs(+6 -0)📝
Aaru.Core/Devices/Dumping/Sbc/Cache.cs(+1 -1)📝
Aaru.Core/Devices/Dumping/Sbc/Dump.cs(+21 -6)📝
Aaru.Core/Devices/Dumping/Sbc/Error.cs(+46 -2)📝
Aaru.Core/Devices/Dumping/Sbc/Trim.cs(+57 -2)📝
Aaru.Core/Devices/ReaderSCSI.cs(+34 -22)📝
Aaru.Core/Devices/Report/MMC.cs(+22 -18)📝
Aaru.Devices/Device/ScsiCommands/HL-DT-ST.cs(+59 -5)➕
Aaru.Devices/Device/ScsiCommands/LiteOn.cs(+303 -0)📝
Aaru.Devices/Device/ScsiCommands/Plextor.cs(+3 -3)📝
Aaru.Devices/Localization/Localization.Designer.cs(+343 -825)📝
Aaru.Devices/Localization/Localization.resx(+3 -0)📝
Aaru.Images/AaruFormat/Enums.cs(+5 -1)📝
Aaru.Localization/Core.Designer.cs(+2298 -5745)📝
Aaru.Localization/Core.resx(+8 -2)📝
Aaru.Tests.Devices/SCSI/HL-DT-ST.cs(+3 -1)📝
Aaru/Commands/Device/DeviceReport.cs(+6 -2)📄 Description
Add the ability to read raw DVD sectors from Lite-On drives via vendor commands. This is by far the fastest way of reading DVD title keys available. You can read an entire double layer DVD in about an hour.
Types of changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.