Commit Graph

388 Commits

Author SHA1 Message Date
0ff3296b1f 🐛Correct setting resume before closing image. 2018-02-01 01:20:41 +00:00
bbca7b3343 🐛Fix diameter setting on optical disc metadata sidecar. 2018-01-30 23:31:08 +00:00
5f8b3b61bc Calculate optinal size for fields in dump hardware list for image-info. 2018-01-30 22:13:37 +00:00
4ecaf32f39 🐛Fix setting dimensions on optical disc sidecars. 2018-01-30 21:47:37 +00:00
9c2a5d4a8a 🐛Fix on creating sidecar for optical discs, if dimensions are not set by media tags, set them by media type. 2018-01-30 21:28:23 +00:00
adb834f387 On image-info show dump hardware array. 2018-01-30 21:13:26 +00:00
53081903ed On image-info do not show geometry for optical discs. 2018-01-30 03:07:36 +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
db766ac76e 🐛Fix BlindWrite4 incorrect pregap calculation preventing images from showing correct data. 2018-01-28 17:46:06 +00:00
7ecdd1ae4e Add 'image-info' verb. 2018-01-28 16:05:54 +00:00
7911e83b75 Merge branch 'dicformat' 2018-01-26 22:47:30 +00:00
6876375497 🐛Fix dumping PW subchannel, fixes #161 2018-01-25 23:31:27 +00:00
f9d5028cf0 Add numeric values to media types. 2018-01-23 15:49:49 +00:00
9dff1f8a54 🐛Fix sending READ LONG commands to ATA devices, thanks to supporting SET FEATURES command. 2018-01-21 21:56:09 +00:00
dfe6a32fc6 Rewrite CompactDisc dumping code. Now supports writable images,
track flags, multisession, correct sidecars when multiple tracks present,
and adjust subchannel to drive capabilities.
2018-01-20 17:12:01 +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
87c0f628eb Add options parsing and passing to plugins. 2018-01-17 19:10:46 +00:00
9239f19711 Update copyright year in .NET metadata. 2018-01-06 11:57:21 +00:00
923ed6673a Version up to 4.0.99.0.
From now on in-development versions will be X.Y.99.Z, with Z being
a published development versions, and X.Y being the latest stable release.
2017-12-30 09:09:49 +00:00
efd1236999 Get platform automatically when creating softwaretype. 2017-12-29 01:34:02 +00:00
efc48f3e6a Moved software type version from Interop to Metadata. 2017-12-29 01:32:12 +00:00
cfee0226dd Moved version from Core to Interop. 2017-12-29 01:26:58 +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
c3609c6f77 💚Update Travis CI, let's see if this solves it. 2017-12-28 06:04:54 +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
b5004b0f48 Version bumped to 4.0.0.0. 2017-12-24 05:45:43 +00:00
380dbad1a0 REFACTOR: Final cleanup of DiscImageChef.Core. 2017-12-23 17:41:23 +00:00
9249a221fc DOCUMENTATION: Added XML documentation to DiscImageChef.Core. 2017-12-23 01:46:08 +00:00
19914db94f Check speed doesn't become infinite because command duration was too low. 2017-12-22 22:02:10 +00:00
78437ef90c Cache MHDD and IBG logs til write end to prevent race condition with file handles under Windows. 2017-12-22 21:46:38 +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
4e6e8f340a REFACTOR: Use string interpolation expression. 2017-12-21 17:58:51 +00:00
a895700757 REFACTOR: Replace if statement with null-propagating code. 2017-12-21 17:45:39 +00:00
3053d22b91 REFACTOR: Convert to lambda expression. 2017-12-21 17:37:14 +00:00
9a404acef4 REFACTOR: Expression is always 'true' or always 'false'. 2017-12-21 17:34:47 +00:00
ccd9930884 REFACTOR: Heuristically unreachable code. 2017-12-21 17:17:13 +00:00
13a6473236 REFACTOR: Possible 'System.InvalidOperationException'. 2017-12-21 17:10:37 +00:00
e06c140e45 REFACTOR: Possible loss of fraction. 2017-12-21 17:02:40 +00:00
f65de10280 REFACTOR: Possible 'System.NullReferenceException'. 2017-12-21 16:59:15 +00:00
b386ea8ce5 REFACTOR: Unused local variable. 2017-12-21 16:37:35 +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