scientist-softserv / oral-history

UCLA LIBRARY-CENTER FOR ORAL HISTORY RESEARCH --Documenting the histories of Los Angeles-- The UCLA Library creates a vibrant nexus of ideas, collections, expertise, and spaces in which users illuminate solutions for local and global challenges. We constantly evolve to advance UCLA’s research, education, and public service mission by empowering and
https://oralhistory.library.ucla.edu/
0 stars 0 forks source link

Autoscrolling not working in some interviews (e.g., Dan Curry)#58 #1

Open labradford opened 1 year ago

labradford commented 1 year ago

Dan Curry: https://oralhistory.library.ucla.edu/catalog/21198-zz002kdzx0

Screenshot 2023-12-07 at 09 42 52
labradford commented 1 year ago

Lea Ann Bradford November 2021

I'm not able to reproduce this on the Notch8 staging site or in local dev, also not seeing this as an issue on the production site.

Perhaps it is an issue with understanding how it works.

When the timestamps are far apart, it appears as if the window isn't scrolling, but it is just waiting to get to the next timestamp.

labradford commented 1 year ago

Lea Ann Bradford November 2021

Still not able to reproduce the issue on the OH staging site

labradford commented 1 year ago

Crystal December 2021

Not currently reproducible. T-Kay will continue to look into this and for some additional examples before determining if this should be closed.

aprilrieger commented 1 year ago

Able to reproduce this on interviews with pdf transcripts.

Currently the Media Player only uses the xml transcript timestamps for the autoscrolling feature.

In order to get this working for pdf transcripts we would need to gather the timestamps data and format in a similar way.

https://webservices.library.ucla.edu/dldataprovider/oai2_0.do?metadataPrefix=mods&verb=GetRecord&identifier=oai:library.ucla.edu:digital2/21198-zz002kd7t9

https://static.library.ucla.edu/oralhistory/xml/21198-zz002kdcr6-2-master.xml

https://github.com/scientist-softserv/oral-history/blob/main/app/javascript/components/media_player.jsx#L244-L245

aprilrieger commented 9 months ago

This is currently not working still.