Commit Graph

91 Commits

Author SHA1 Message Date
1b6bf82624 Fix binding of first track pregap. 2020-01-03 00:50:33 +00:00
8e99c62f4b Fix type of dump media options. 2020-01-03 00:15:40 +00:00
b5ea3d681a Fix visibility of command invoke method. 2020-01-02 04:18:55 +00:00
758d4dd364 Replace Mono.Options with System.CommandLine 2020-01-02 04:09:39 +00:00
d1e78b69f9 Set default for --fix-offset in dump-media command to true. 2020-01-02 01:01:08 +00:00
2884a14ac6 Add option to select dump speed for MMC devices. Fixes #218 2020-01-02 01:01:08 +00:00
889de634fd Add option to select desired subchannel to dump. 2020-01-02 01:01:08 +00:00
69dcbbd877 Check offset using HL-DT-ST bug command. 2020-01-02 01:01:07 +00:00
ab15af62d3 Add option to fix CD audio track offsets. 2020-01-02 01:01:06 +00:00
fb4eba6703 Refactor. 2020-01-02 01:01:06 +00:00
cca150418b Set remote statistics. 2019-12-07 19:54:27 +00:00
SilasLaspada
b5f08ff5f2 Fix typo in variable name
Change "wanteOutputFormat" to "wantedOutputFormat".
2019-11-25 10:29:06 -07:00
SilasLaspada
e64736ec89 Remove unused variables
Fixes some warnings when compiling
2019-11-14 20:24:19 -07:00
SilasLaspada
6a78eef442 Comment out unused variables
Fixes a few warnings when compiling.
2019-11-14 11:45:33 -07:00
438fa1c9a2 Catch and print exceptions from device constructor. 2019-11-02 01:15:49 +00:00
a8af980b3f Init second progress on dump media. 2019-05-03 00:23:16 +01:00
33f0e86597 Enable resuming tapes. 2019-05-01 23:21:16 +01:00
c06f738ca9 Make Sidecar class non-static. 2019-04-20 18:11:02 +01:00
bc8052f0ae Centralize abort for dumpers 2019-04-20 16:40:12 +01:00
b5162fd4be Move common dumper fields to Dump class. 2019-04-20 13:23:58 +01:00
138830652d Move all dumpers to Dump class. 2019-04-19 18:54:25 +01:00
2b771e6761 Add InitProgress and EndProgress events to ATA dumper. 2019-04-19 18:21:20 +01:00
7228a523e7 Add PulseProgress event to ATA dumper. 2019-04-19 18:21:20 +01:00
bcb3a370a5 Add UpdateProgress event to ATA dumper. 2019-04-19 18:21:19 +01:00
8222e90906 Add StoppingErrorMessage event to ATA dumper. 2019-04-19 18:21:19 +01:00
5020f33006 Add UpdateStatus event to ATA dumper. 2019-04-19 18:21:19 +01:00
b0426c4335 Create dump class. 2019-04-19 18:21:18 +01:00
cdf3132620 Prevent showing option to dump first pregap on FreeBSD where it crashes the system. 2019-01-09 12:25:00 +00:00
a9f9b2f045 Register command statistics earlier. 2019-01-05 20:21:57 +00:00
372f9f68ac Return specific error codes from command execution. 2019-01-05 19:50:56 +00:00
104bc55c5e Use Mono.Options as command line parser. 2019-01-05 16:59:23 +00:00
046d93098f Add support for dumping UMD from USB attached PlayStation Portable with CFW installed. 2019-01-01 04:31:59 +00:00
357ea1e666 Correct first track pregap references. 2018-12-31 21:16:52 +00:00
6b12cd1a8e Update copyright year. 2018-12-29 17:34:38 +00:00
6a2fc9f76b Move DeviceType to CommonTypes. 2018-11-27 00:11:03 +00:00
667acd9faa Create new more extensible device report format in JSON. 2018-11-25 17:47:14 +00:00
2656e27655 Close device when finished command execution. 2018-09-25 23:42:13 +01:00
991ee84712 Implement IOC for plugin registration. 2018-07-20 22:53:46 +01:00
91569c4636 Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes. 2018-06-25 19:08:26 +01:00
88da8fc019 Code cleanup. 2018-06-22 08:08:51 +01:00
ec8b309670 General refactor. 2018-06-20 22:22:21 +01:00
07f0dfe935 Separate trimming from retry pass fixes #172. 2018-04-10 02:39:41 +01:00
448d55b547 Add option to not write metadata dumping. 2018-02-02 22:03:19 +00:00
efcf1720e2 Add option to skip more sectors than tried to read when a bad sector is found. 2018-02-02 18:44:28 +00:00
484782f8e1 Allow to use an existing metadata sidecar when dumping media. 2018-01-28 21:18:52 +00:00
29ac7931cb Add support for dumping media in any of the writable image formats.
CompactDisc dumping disabled until further notice.
2018-01-19 01:21:01 +00:00
d4bfbf2cae REFACTOR: Final cleanup of DiscImageChef. 2017-12-23 04:48:17 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
bce69c9161 REFACTOR: Use preferred braces style. 2017-12-21 00:44:33 +00:00
e9443388ee REFACTOR: Use preferred braces style. 2017-12-20 23:07:46 +00:00