DVD-RAM recording type depends on sector. Removed from

media-info command.
This commit is contained in:
2015-12-02 06:50:37 +00:00
parent b6eb17c9f0
commit 963109e31e
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2015-12-02 Natalia Portillo <claunia@claunia.com>
* Commands/MediaInfo.cs:
DVD-RAM recording type depends on sector. Removed from
media-info command.
2015-12-02 Natalia Portillo <claunia@claunia.com>
* Commands/MediaInfo.cs:

View File

@@ -435,11 +435,6 @@ namespace DiscImageChef.Commands
doWriteFile(outputPrefix, "_readdiscstructure_dvdram_spare.bin", "SCSI READ DISC STRUCTURE", cmdBuf);
DicConsole.WriteLine("Spare Area Information:\n{0}", Decoders.DVD.Spare.Prettify(cmdBuf));
}
sense = dev.ReadDiscStructure(out cmdBuf, out senseBuf, MmcDiscStructureMediaType.DVD, 0, 0, MmcDiscStructureFormat.DVDRAM_RecordingType, 0, dev.Timeout, out duration);
if(sense)
DicConsole.ErrorWriteLine("READ DISC STRUCTURE: Recording Type\n{0}", Decoders.SCSI.Sense.PrettifySense(senseBuf));
else
doWriteFile(outputPrefix, "_readdiscstructure_dvdram_type.bin", "SCSI READ DISC STRUCTURE", cmdBuf);
}
#endregion DVD-RAM and HD DVD-RAM