How to add Item related Filenames automatic to Omeka Metadata

Hi, is there a way to add Item related Filenames automatic to a Omeka Metadatafield like Original filename?
I’am working with Omeka 2,5 and the Archive Repository Plugin - when uploading Files for an Item i could not see the original Filenames in the Public Viewing Page. Any suggestions are Welcome

Best jan

1 Like

If you’re just looking to display the original filenames somewhere on the public item or file page, you can do that without copying the name into a metadata field, but you’d have to edit your theme a little. The function metadata will let you print the original filename of a file: echo metadata($file, 'original_filename');

1 Like

Thanks again for your kind help - it works! :slight_smile: Best Jan