embedded metadata ICMT contains quotes around ArchiveSignature
Mass video digitization workflow management for archiving
Brought to you by:
pjotrek
The archive signature in the comment field is enclosed by single quotes:
<ICMT>'v-00815', local; LIST-INFO metadata=https://mediaarea.net/AVIMetaEdit/listinfo</ICMT>
This is undesired, as it breaks FADGI convention.
The single-quotes are inserted (currently automatically) by the placeholder replacement library functions.
Fixed in revision 542:
Added new
$quoteparameter toArchiveStructure::resolve_command()to make surrounding single-quotes (introduced by escapeshellarg()) optional.