Commit Graph

350 Commits

Author SHA1 Message Date
4194566a20 🐛Fix static method on hashes not being declared as such. 2018-02-03 19:11:41 +00:00
b50b6c29ca 🐛Move checksum initializers to instance constructors. 2018-02-03 17:39:49 +00: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
094a381d88 🐛Fix comparing when sessions are null 2018-02-02 15:34:36 +00:00
ac4fa954a8 On convert image pass input metadata to output. 2018-01-30 18:34:10 +00:00
f9489aa3cc Add support for storing CICM XML inside DiscImageChef format. 2018-01-28 22:41:12 +00:00
bc9f974ab3 Fix compilation of last commit. 2018-01-28 21:34:52 +00:00
b903d12ce8 Allow to use an existing metadata sidecar and resume file when converting images. 2018-01-28 21:26:41 +00:00
484782f8e1 Allow to use an existing metadata sidecar when dumping media. 2018-01-28 21:18:52 +00:00
df5f062500 Add interface to pass dump hardware list and CICM XML metadata to/from images. 2018-01-28 20:29:46 +00:00
7ecdd1ae4e Add 'image-info' verb. 2018-01-28 16:05:54 +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
d35f9fa829 Allow appending on writable images, and correct some incorrect values. 2018-01-18 23:18:56 +00:00
db4ddcc666 Do not list plugins that don't have options. 2018-01-17 19:22:15 +00:00
87c0f628eb Add options parsing and passing to plugins. 2018-01-17 19:10:46 +00:00
91098f7b0e Set geometry before start writing image, as some floppy based images are geometry based. 2018-01-04 01:03:54 +00:00
6cf8190a01 Change how converting an image works so data is done first, tags later, and percentage is from total. 2018-01-03 19:36:30 +00:00
1353823754 Changed output of progress in convert image. 2018-01-03 17:33:19 +00:00
f407774c7c Add interface for writing sector tags that are not included in a long sector. 2018-01-01 22:19:31 +00:00
4756fd8e7c Add interface for setting media geometry. 2018-01-01 20:56:33 +00:00
5442d79252 Adapt convert-image to track based images to not cross tracks. 2018-01-01 20:01:37 +00:00
80f4c7caba Corrected output for formats command. 2018-01-01 14:59:13 +00:00
1c98756b97 Add support for setting sector size on IWritableImage. 2017-12-30 16:08:59 +00:00
ee8db1b290 Set application version on image conversion. 2017-12-29 01:35:38 +00:00
b066a4ade7 Add support for setting metadata on image conversion. 2017-12-29 01:17:57 +00:00
1aebaca9a9 Add support and command for converting images, fixes #134 2017-12-29 00:46:03 +00:00
feecb2f70a 🎨REFACTOR: Rename some methods and fields in IMediaImage interface. 2017-12-28 19:56:36 +00:00
b0bcda2e43 🎨Add interface for writable media images. 2017-12-28 18:38:52 +00:00
ecd2db76a8 🎨Supported options in IReadOnlyFilesystem is better set as a property. 2017-12-28 18:08:15 +00:00
1bb2d16e54 Add support to show available options from IReadOnlyFilesystems. 2017-12-28 00:29:04 +00:00
e009d86fcc Update to Rider project version 2017.3. 2017-12-27 23:55:20 +00:00
56198b1ee6 🎨Changed IReadOnlyFilesystem so methods that only output don't get passed as ref. 2017-12-26 08:17:28 +00:00
6aee3c9cb1 🎨Separate read-only filesystems from identify-only filesystem interfaces. 2017-12-26 07:23:09 +00:00
5b56702c60 🎨Initializate list of plugins at the same time PluginBase is constructed. 2017-12-26 06:43:29 +00:00
f66a0bdd42 🎨Converted all plugin types to interfaces. 2017-12-26 06:05:24 +00:00
a002253fa4 🎨🎨🎨 Removed methods in images that only returned what's already in the ImageInfo structure. 2017-12-26 02:51:10 +00:00
d4bfbf2cae REFACTOR: Final cleanup of DiscImageChef. 2017-12-23 04:48:17 +00:00
01d34e1823 Removed spurious fields on ATA error registers 2017-12-23 02:00:31 +00:00
af478a92d1 REFACTOR: All refactor in DiscImageChef.Filters. 2017-12-22 16:17:40 +00:00
c59e424ec8 REFACTOR: All refactor in DiscImageChef.Filesystems. 2017-12-22 08:43:22 +00:00
49144eeb01 REFACTOR: All refactor in DiscImageChef.Decoders. 2017-12-22 02:04:18 +00:00
7f829422a8 REFACTOR: All refactor in DiscImageChef.Core. 2017-12-21 23:00:30 +00:00
5953246f19 REFACTOR: All refactor in DiscImageChef. 2017-12-21 20:15:53 +00:00
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
b9ec685b4e REFACTOR: Minor refactors. 2017-12-21 17:14:49 +00:00
f65de10280 REFACTOR: Possible 'System.NullReferenceException'. 2017-12-21 16:59:15 +00:00
7553983bd8 REFACTOR: Removed unneeded pragmas. 2017-12-21 16:14:29 +00:00
bcbda18e4d REFACTOR: Removed unneeded value sets. 2017-12-21 16:07:20 +00:00
9883b567ff REFACTOR: Possible 'null' assignment to entity marked with 'NotNull' attribute. 2017-12-21 14:41:38 +00:00