Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visitors can see and filter the format of audio, image, and video artifacts without the contributor having to define it #476

Open
mlncn opened this issue Sep 10, 2024 · 2 comments
Labels
2.x PECE 2.x Release

Comments

@mlncn
Copy link
Member

mlncn commented Sep 10, 2024

We have discussed automating format identification for uploaded audio, image, and video files on PECE but have not documented our questions and conclusions yet, starting so here.

The Drupal 7 field for all of these is field_pece_file_format_value

(Drupal 10 at one point had fields for field_video_format, field_audio_file_format, field_image_file_format but these got consolidated back.)

Keegan ran a unique (DISTINCT) query of field_pece_file_format_value for STS D7 and everything could be automated except two that gave their format as "Online"

@MegaKeegMan
Copy link

MegaKeegMan commented Sep 10, 2024

An example of an image artifact where the format in 'Online':
https://www.centerforethnography.org/node/113

Do we want to allow Online as a format or would it be okay if the format was just extrapolated to 'png', since the image here is a png?

(Ben edit: Note that in this case the image uploaded to the artifact appears to be a screenshot of the images available at the online link, so there may be some nuance here— but maybe disallowing this may clue people that "Website" may be the proper artifact to use? Changing one's mind would be a lot easier with #477 )

@mlncn mlncn added 2.x PECE 2.x Release needs clarification labels Sep 10, 2024
@mlncn mlncn mentioned this issue Sep 10, 2024
3 tasks
@MegaKeegMan
Copy link

Determined just now that someone should not be allowed to enter 'Online', and that it will be okay to allow the site to display the format automatically without requiring a user to fill in a value for this field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x PECE 2.x Release
Projects
None yet
Development

No branches or pull requests

2 participants