gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
480 stars 51 forks source link

[CUERipper] Add setting to force ReadCDCommand #319

Closed c72578 closed 4 months ago

c72578 commented 5 months ago

The ReadCDCommand is not detected correctly in some cases. This has been reported for Plextor drives PX-5224TA and PX-708A.

c72578 commented 5 months ago

Here is a build for testing:

CUETools_2.2.5_2024-03-24_git_e8c795a_CUERipper_Add_setting_to_force_ReadCDCommand.zip SHA256: 17133650b6ed528a6ac410ea9cbe943200ab8119b89b0b3dc9d2ef3188ee90ac

In order to force e.g. ReadCdD8h, edit CUERipper\settings.txt and change the default value of <int>2</int> to <int>1</int>. Example:

 =        <string>PLEXTOR - DVDR PX-708A</string>
 =      </key>
 =      <value>
-=        <int>2</int>
+=        <int>1</int>
 =      </value>
 =    </item>
 =  </ReadCDCommands>
ha-korth commented 5 months ago

CUERipper should not be running when changing this setting.

jgreene5 commented 5 months ago

Everything is working well now. Thank you so much, that was fast! I also ran a couple of non-Plextor drives simultaneously to test; all worked well.