You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a section title is manually entered then we use that for section name on the item page; otherwise the file location is used. file_location is stored as the full path or URI to the location of the source media file. To get a better decoupling between these and avoid having to do extra string parsing, we should store original filename in a separate field.
Done Looks Like
original_filename added to masterfile properties
original_filename contains just the filename of the source media
set original_filename as the section label default when generating the IIIF manifest for the item
backfill as needed (as rake task or script to populate the field)
The text was updated successfully, but these errors were encountered:
Should this default label value populated by the original_filename field be indexed into the record for ease of searching?
Section label is being added to the "all text" solr field; this value could be added to that. If the filename isn't displayed anywhere, do we want it searchable?
What do we want to display on the Manage Files page? How to present file name, section label, and filename+fedora ID?
@joncameron Create a new issue for presentation of filenames on the Manage Files page.
Description
If a section title is manually entered then we use that for section name on the item page; otherwise the file location is used. file_location is stored as the full path or URI to the location of the source media file. To get a better decoupling between these and avoid having to do extra string parsing, we should store original filename in a separate field.
Done Looks Like
The text was updated successfully, but these errors were encountered: