Commit Graph

4061 Commits

Author SHA1 Message Date
dca471be1e Fix not exiting when an image cannot be appended. 2020-07-14 14:24:25 +01:00
14ee6da14f Fix setting track pregaps from subchannel. 2020-07-14 13:42:31 +01:00
4c1de1eca9 Add option to use list of output files when dumping media. 2020-07-14 03:54:48 +01:00
a9d8aa453c Add option to eject media after a dump completes. 2020-07-14 03:02:05 +01:00
75ec1d3d92 Add ATA commands for lock, unlock and eject. 2020-07-14 02:45:27 +01:00
29e6d16b78 Change defaults. 2020-07-14 02:38:13 +01:00
e2e13954a1 Add option to generate subchannels on image conversion. 2020-07-14 02:26:08 +01:00
4759a73679 Add options to fix subchannels on image conversion. 2020-07-14 02:16:53 +01:00
f1244d543c Move subchannel generation and fixing to a separate class. 2020-07-14 01:06:23 +01:00
1073fe47c6 Add option to generate subchannels for undumped ones. 2020-07-13 22:39:40 +01:00
6a5b18bf45 Add option to generate subchannels for undumped ones. 2020-07-13 22:32:47 +01:00
a4b4329c2b Change database name to be more inclusive. 2020-07-13 19:41:42 +01:00
720bb1df6e Save error log on dump. 2020-07-13 18:54:41 +01:00
a5f5517007 Do not calculate pregaps on non-CD optical disc images. Fixes #371 2020-07-12 23:13:05 +01:00
6f3f324742 Add media catalogue number, track isrc, flag and indexes to sidecar. Fixes #367 2020-07-12 22:47:32 +01:00
9071433db3 Fix conversion of ISO9660 to UTC. Fixes #366. 2020-07-12 21:26:04 +01:00
3cf21360d6 Show the reasons while a media type has been chosen on detection. Fixes #314. 2020-07-12 21:03:53 +01:00
7659aebb28 Display media sizes in international system units. Fixes #334 2020-07-12 15:15:22 +01:00
d8d3d9cc88 Fix sending media formats statistics. 2020-07-12 14:53:42 +01:00
9d54545f72 Send statistics at program end, not start. 2020-07-12 14:53:18 +01:00
548d3ebf81 Create report using swap trick for GD-ROM. 2020-07-12 00:20:19 +01:00
9d7df12e33 Fix field name in GD-ROM capabilities in device report. 2020-07-12 00:09:18 +01:00
df37826a91 Add MediaTek command F1h subcommand 06h to device report. 2020-07-11 20:25:41 +01:00
cba9612b6d Add field on device report for command F1h subcommand 06h. 2020-07-11 19:53:36 +01:00
bdd6b1b5fa Add audio fields to GD-ROM reading capabilities. 2020-07-10 21:02:06 +01:00
647ea6f0bf Change CanReadGdRomUsingSwapDisc to nullable. 2020-07-10 20:29:47 +01:00
7f755a12f9 Add fields for GD-ROM reading capabilities report using swap disc trick. 2020-07-10 18:18:11 +01:00
ab35e58984 Add field to indicate if a device can read GD-ROM discs using swap trick. 2020-07-10 17:48:22 +01:00
5216ec5eb3 Fix some database indexes. 2020-07-10 17:38:52 +01:00
9ba78d1561 Add detection of HiFD floppies. 2020-07-10 14:55:01 +01:00
9c2fc2f92b Recognize when the drive is still getting ready in trap tests. 2020-07-09 22:36:30 +01:00
6b4a226b47 Add more details and messages and streamline trap disc tests. 2020-07-09 22:20:21 +01:00
ab124c8056 Add test for reading Lead-Out using a trap disc. 2020-07-09 21:35:31 +01:00
813cd27a5d Add test for trying to read a GD-ROM using a trap disc. 2020-07-09 20:36:08 +01:00
73ac7613e5 Add test for MediaTek READ CACHE vendor command. 2020-07-09 04:08:39 +01:00
7bd563a05b Add MediaTek's READ CACHE vendor command. 2020-07-09 03:39:58 +01:00
7015f44318 Fix identification of some ADFS variants. 2020-07-09 03:09:37 +01:00
7cd5e0573d Fix some unit test parameters. 2020-07-09 03:09:37 +01:00
cb7a81691d Change test files to AaruFormat where possible and applicable. 2020-07-09 03:09:37 +01:00
43115b4bcd Use system included encodings. 2020-07-09 03:09:37 +01:00
5f9e50082a Fix location of test files. 2020-07-09 03:09:37 +01:00
a8abc48d5f Fix tests compilation. 2020-07-09 03:09:36 +01:00
f0e3c6a254 Merge pull request #370 from FakeShemp/patch-4
Include the intersession sectors for GD-ROM
2020-06-30 22:02:37 +01:00
Rebecca Wallander
cc885b92bb Include the intersession sectors for GD-ROM 2020-06-30 22:04:20 +02:00
d0100b3cdc Fix listing extended attributes in ISO9660 for empty files. 2020-06-25 23:19:49 +01:00
8e62a63efb Fix swapping location of big-endian path table in ISO9660 debug mode. 2020-06-25 23:17:09 +01:00
ecad6b9286 Check if ISO9660/HSF PVD points to the real root directory, if not check path table, if neither do not mount. 2020-06-25 23:13:45 +01:00
61eebfa916 If use path table option is indicated in ISO9660, use it also for the root directory. 2020-06-25 23:05:43 +01:00
a6229f524a Merge pull request #368 from FakeShemp/master
Fixes conversion of multi-file CDRWin images
2020-06-25 22:36:47 +01:00
Rebecca Wallander
b17d7a1ffb Fix Redump GD-ROM HDA offset 2020-06-25 22:11:40 +02:00