mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added generating XML metadata for file systems.
This commit is contained in:
@@ -874,6 +874,13 @@ namespace DiscImageChef.Plugins
|
||||
ISOMetadata.AppendFormat("Volume has always been effective.").AppendLine();
|
||||
}
|
||||
|
||||
xmlFSType = new Schemas.FileSystemType();
|
||||
xmlFSType.Type = "ISO9660";
|
||||
if (Joliet)
|
||||
{
|
||||
xmlFSType.SystemIdentifier = decodedJolietVD.SystemIdentifier;
|
||||
}
|
||||
|
||||
information = ISOMetadata.ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user