mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Identify audio MiniDisc.
This commit is contained in:
@@ -1540,6 +1540,12 @@ namespace DiscImageChef.CommonTypes
|
|||||||
mediumType != 0x07)
|
mediumType != 0x07)
|
||||||
return MediaType.UnknownMO;
|
return MediaType.UnknownMO;
|
||||||
|
|
||||||
|
// Audio format MiniDisc, cannot be read with a Hi-MD drive afaik
|
||||||
|
if(blockSize == 0 &&
|
||||||
|
blocks == 0 &&
|
||||||
|
model.StartsWith("Hi-MD"))
|
||||||
|
return MediaType.MD;
|
||||||
|
|
||||||
switch(blockSize)
|
switch(blockSize)
|
||||||
{
|
{
|
||||||
case 512:
|
case 512:
|
||||||
|
|||||||
Reference in New Issue
Block a user