Commit Graph

51 Commits

Author SHA1 Message Date
786126b31f Fix media type sidecar on DVD based console discs. 2019-04-25 00:20:37 +01:00
ffd1cd6564 Update CICMMetadata version. 2019-04-23 01:38:33 +01:00
888138e1af Show more detailed status on sidecar creation. 2019-04-20 21:30:39 +01:00
8bcf346653 Make Sidecar class abortable. 2019-04-20 19:21:00 +01:00
c06f738ca9 Make Sidecar class non-static. 2019-04-20 18:11:02 +01:00
6f9ec398ab Do not set ISO identifiers in XML metadata if they are empty. 2019-02-12 18:57:20 +00:00
16562e78fb Fix trimming of null character and spaces in Joliet volume descriptor. 2019-02-12 18:52:00 +00:00
640c57b87a Move optical disc exclusive methods to new interfaces. 2019-01-20 20:11:10 +00:00
357ea1e666 Correct first track pregap references. 2018-12-31 21:16:52 +00:00
f2caa8c40f General code refactor and reformat. 2018-12-31 13:17:27 +00:00
6b12cd1a8e Update copyright year. 2018-12-29 17:34:38 +00: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
69294cb165 🐛Fix create-sidecar adding all filesystems to all optical tracks. 2018-02-07 17:10:21 +00:00
5fc31247d9 🐛Fix sidecar creation for USB descriptors and SCSI MODE SENSE 2018-02-02 15:33:25 +00:00
bd64abfbb1 🐛Fix sidecar creation for CD Lead-in, TOC, and XGD tags. 2018-02-01 23:06:51 +00:00
bbca7b3343 🐛Fix diameter setting on optical disc metadata sidecar. 2018-01-30 23:31:08 +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
df5f062500 Add interface to pass dump hardware list and CICM XML metadata to/from images. 2018-01-28 20:29:46 +00:00
f9d5028cf0 Add numeric values to media types. 2018-01-23 15:49:49 +00:00
feecb2f70a 🎨REFACTOR: Rename some methods and fields in IMediaImage interface. 2017-12-28 19:56:36 +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
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
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
dcd053b20d REFACTOR: Remove unneeded code. 2017-12-21 14:30:44 +00:00
4d886dae25 REFACTOR: Invert 'if' statement to reduce nesting. 2017-12-21 06:06:19 +00:00
9cd1869d1d REFACTOR: Convert 'if' statement to 'switch' statement. 2017-12-21 04:43:29 +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
b0936d51c5 REFACTOR: Remove redundant parentheses. 2017-12-20 17:26:28 +00:00
a4650c61aa REFACTOR: Fixed MOST name inconsistencies. 2017-12-20 17:15:37 +00:00
e6f6ace80b REFACTOR: Reformat code. 2017-12-19 20:33:05 +00:00
77edc7c91c REFACTOR: Sort and removed usings. 2017-12-19 19:33:51 +00:00
1a39168f19 REFACTOR: Updated comments and copyright date. 2017-12-19 03:51:05 +00:00
fc900d816d Added preliminary support for DiscFerret disk image format (only sidecar creation) 2017-12-05 00:07:36 +00:00
824ac802b3 Added preliminary support for KryoFlux STREAM disk image format (only sidecar creation) 2017-12-04 19:35:42 +00:00
d0462f61df Added preliminary support for SuperCardPro disk image format (only sidecar creation) 2017-12-03 01:49:33 +00:00
90a4a0b37d Add support for choosing character encoding in appropiate command. 2017-10-12 23:54:02 +01:00
0c3eeaa43e Corrected MMC/SD fields. 2017-09-29 14:43:59 +01:00
3181112e7a Added label to skip content checksum on debugging. 2017-09-21 18:30:49 +01:00
ac68968610 Added support for creating a sidecar from a folder containing
the files of a tape dump. e.g.: tape1/file01, tape2/file02,
	etc.
2017-08-08 21:15:14 +01:00
5ff4f7bcbe Added support for CHS from image and ATA. 2017-08-08 14:28:11 +01:00
aebe7dd2ac Refactor: Simplification and C# 7. 2017-08-08 14:18:31 +01:00
4e9738be08 Refactor: Split by xml media type. 2017-08-08 13:40:32 +01:00