MediaConch_SourceCode
MediaConch_SourceCode copied to clipboard
mediaarea xml with no context
I'm running mediaconch -fx on a non-existant file and get this output.
<?xml version="1.0" encoding="UTF-8"?>
<MediaArea xmlns="https://mediaarea.net/mediaarea" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://mediaarea.net/mediaarea https://mediaarea.net/mediaarea/mediaarea_0_1.xsd" version="0.1">
<!-- Work in progress, not for production -->
<creatingLibrary version="0.7.78" url="https://mediaarea.net/MediaInfo">MediaInfoLib</creatingLibrary>
</MediaArea>
Could we error out instead. Or add
<media ref="file" status="missing">
If the latter, I'd need to update xml schema.
We need to update display XSL files too.