-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Describe the bug
pygfried does not identify this file when it is processed in a3m:
The PREMIS output looks like this:
<premis:eventType>format identification</premis:eventType>
<premis:eventDateTime>2023-06-29T18:39:53.488283+00:00</premis:eventDateTime>
<premis:eventDetailInformation>
<premis:eventDetail>program="pygfried/siegfried"; version="1.10.0"</premis:eventDetail>
</premis:eventDetailInformation>
<premis:eventOutcomeInformation>
<premis:eventOutcome>Not identified</premis:eventOutcome>
<premis:eventOutcomeDetail>
<premis:eventOutcomeDetailNote>No Matching Format</premis:eventOutcomeDetailNote>
</premis:eventOutcomeDetail>
</premis:eventOutcomeInformation>
I installed pygfried locally (same version, 1.10.0) and it identifies the file correctly.
>>> pygfried.version()
'1.10.0'
>>> pygfried.identify("View_from_lookout_over_Queenstown_towards_the_Remarkables_in_spring.jpg")
'fmt/1507'
To Reproduce
Steps to reproduce the behavior:
- Start a transfer in Enduro using the DemoTransfersCSV package from archivematica-sampledata
- Check the digiprovMD for View_from_lookout_over_Queenstown_towards_the_Remarkables_in_spring.jpg
Expected behavior
This file should be identified.
Additional context
Metadata
Metadata
Assignees
Labels
No labels