Added Acorn Archimedes and Commodore 15xx floppies.
* DiscImageChef.DiscImages/ImagePlugin.cs:
Added DiskTag for PCMCIA CIS and SecureDigital/MMC CID, CSD
and extended CSD.
* DiscImageChef.Metadata/DiskType.cs:
Added known floppies and magneto-opticals.
* DiscImageChef/Commands/CreateSidecar.cs:
Implemented most support for block media sidecars.
* DiscImageChef/Commands/MediaInfo.cs:
* DiscImageChef.CommonTypes/DiskType.cs:
Added support for CD-V.
* DiscImageChef.Decoders/CD/TOC.cs:
* DiscImageChef.Decoders/CD/FullTOC.cs:
Added support for CD-V.
Added support for CD-DA.
Added DVD-RW DL, DVD-Download, HD DVD-R DL and HD DVD-RW DL.
* DiscImageChef.Decoders/CD/ATIP.cs:
ATIP not always contain S4.
Corrected typo.
* DiscImageChef.Decoders/CD/Session.cs:
Added missing newlines.
* DiscImageChef.Decoders/CD/TOC.cs:
Added missing newlines.
Recognize Lead-Out track.
* DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs:
Added structures for Disc Informations 001b and 010b.
* DiscImageChef.Devices/Device/ScsiCommands.cs:
On READ TOC/PMA/ATIP and READ DISC INFORMATION if trying
small buffer and then real-sized buffer, some drives send
garbage, so get a big enough buffer and return only the
applicable data size.
* DiscImageChef/Commands/MediaInfo.cs:
Check current profile and prettify TOC, PMA, ATIP, Session
and CD-TEXT.