You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pregap calculation in track mode changes when pregap ends in 0.
Fix reading OCR from newer versions of Linux sysfs.
Fix re-setting track pregap when a read subchannel indicates a different value.
Fix reversing list of bad blocks only if we're retrying backwards.
Fix setting track pregaps from subchannel.
Fix setting track subchannel type to the desired type.
Handle discs that have pregap ending in LBA 1 instead of ending in LBA 0.
If block 0 can not be read, try another random block before deciding media cannot be read, for SBC and ATA.
If track mode can not be guessed, try again after pregap.
Make pregap calculation faster in some drive/disc combinations.
On errors when dumping with INSITE floptical drives, always stop, as these drives have a SCSI bus quirk that makes them need a reset on modern software stacks after an error has been found.
Trim as audio when we know it is an audio sector, fixes some firmware bugs in audio pregap after a data track.
Update the pregap while dumping if found to be bigger than known one.
Use SCSI MEDIUM SCAN to find the first readable block.
- FAT filesystem
Do not try to read EAs from FAT16 directory entry field when it is a FAT32 volume.
Fix false positive in FAT identification.
- Image analysis
Do not calculate pregaps on non-CD optical disc images.
- Image conversion
Fix overwriting flags and isrc in all CD writable image formats.
- ISO9660 filesystem
Fix files of size 0.
Fix listing extended attributes for empty files.
Fix reading directories that span more than a sector when detecting media type.
Fix swapping location of big-endian path table in debug mode.
If use path table option is indicated, use it also for the root directory.
- MAME Compressed Hunks of Data
Disable support for CHD v5 until it can be fixed properly.
Fix indexes and pregap.
- Media information
Discard PMA without descriptors.
Display media sizes in international system units.
- Metadata sidecar
Disable trying to checksum between sessions, as all images throw an exception here.
Fix creating sidecar when a track's index 0 is negative.
- Nero Burning ROM disc image
Fix off by one error reading.
Fix reading multi-session images.
- Statistics
Fix sending media formats statistics.
Changes
Change database name to be more inclusive.
Move common subchannel code to decoders.
Optimize speed when reading subchannels.
Read with subchannel even if not supported by image or not asked by user.