mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add converters from CICM Metadata to Aaru Metadata.
This commit is contained in:
@@ -171,7 +171,7 @@ public sealed partial class Sidecar
|
||||
_sidecar.BlockMedias[0].TapeInformation[0].EndBlock = currentBlock - 1;
|
||||
_sidecar.BlockMedias[0].TapeInformation[0].Size = totalSize;
|
||||
_sidecar.BlockMedias[0].TapeInformation[0].Checksums = _sidecar.BlockMedias[0].Checksums;
|
||||
_sidecar.BlockMedias[0].TapeInformation[0].File = tapeFiles;
|
||||
_sidecar.BlockMedias[0].TapeInformation[0].Files = tapeFiles;
|
||||
|
||||
// This is purely for convenience, as typically these kind of data represents QIC tapes
|
||||
if(blockSize == 512)
|
||||
|
||||
Reference in New Issue
Block a user