* DiscImageChef.Metadata/DiscImageChef.Metadata.csproj:
Added method to convert DiskType to disk type and subtype
strings.
* DiscImageChef.DiscImages/CDRWin.cs:
Added extra track information.
Corrected ReadLong for CD+G, subchannel should never come
along main channel on reading.
* DiscImageChef.DiscImages/ImagePlugin.cs:
Added extra track information.
Added audio media type.
* DiscImageChef.DiscImages/Nero.cs:
Added extra track information.
* DiscImageChef.DiscImages/ZZZRawImage.cs:
Added support for ReadLong and a single track and session
for optical discs.
* DiscImageChef.Filesystems/FFS.cs:
* DiscImageChef.Filesystems/BFS.cs:
* DiscImageChef.Filesystems/ODS.cs:
* DiscImageChef.Filesystems/SysV.cs:
* DiscImageChef.Filesystems/extFS.cs:
* DiscImageChef.Filesystems/ProDOS.cs:
* DiscImageChef.Filesystems/ext2FS.cs:
* DiscImageChef.Filesystems/LisaFS.cs:
* DiscImageChef.Filesystems/MinixFS.cs:
* DiscImageChef.Filesystems/UNIXBFS.cs:
* DiscImageChef.Filesystems/AppleMFS.cs:
* DiscImageChef.Filesystems/PCEngine.cs:
* DiscImageChef.Filesystems/AppleHFS.cs:
* DiscImageChef.Filesystems/AmigaDOS.cs:
* DiscImageChef.Filesystems/AppleHFSPlus.cs:
Completed XML information.
* DiscImageChef.Filesystems/ISO9660.cs:
Corrected fail in Sega CD IP.BIN decoding.
Corrected IP.BIN date decoding.
Trim spaces at end of Volume Descriptor string fields.
Completed XML information.
* DiscImageChef/Commands/Checksum.cs:
Checking memory usage on each step makes checksum
calculation abismally slower. Removed.
* DiscImageChef/Main.cs:
* DiscImageChef/Options.cs:
* DiscImageChef/DiscImageChef.csproj:
* DiscImageChef/Commands/CreateSidecar.cs:
Added method for creating CICM Metadata XML sidecar.
Invert endian description
* DiscImageChef/Commands/Checksum.cs:
Modified checksums command to use multiple-sector reading
and be heavily multithreaded.
* DiscImageChef/DiscImageChef.csproj:
Enable optimizations on Release.
Prevent index out of array on checking BeFS with
less-than-sector-size boot sector.
* DiscImageChef/Commands/Checksum.cs:
Corrected checksum calculation for multiple tracks
* DiscImageChef.DiscImages/CDRWin.cs:
Corrected typo in track calculation.
Corrected partition start and length calculations.
* DiscImageChef.Filesystems/BFS.cs:
Corrected decoding fields.
Added supports for boot sector smaller than device size as in
some Be CDs.
* DiscImageChef/Main.cs:
Forgot to define Console.Write()