Islandora-Labs / islandora_solution_pack_oralhistories

Adds all required Fedora objects to allow users to ingest and retrieve Oral Histories (video/audio) files through the Islandora interface
GNU General Public License v3.0
13 stars 23 forks source link

Does not render TRANSCRIPT when transcript is added after original ingest #2

Closed bradspry closed 8 years ago

bradspry commented 9 years ago

Using Islandora Batch, it's possible to populate a collection with lightweight, metadata-only records, using a zipfile containing only MODS .xml files.

At a later date, one can add the WAV OBJ, and the system successfully generates derivative datastreams, such as PROXY_MP3.

Apparently, the system does not render the TRANSCRIPT if the transcript is added at a later date.

Steps to reproduce:

  1. Collection > Batch Ingest zipfile containing only MODS .xml files
  2. Object > Manage > Datastreams > Add a datastream
  3. Add TRANSCRIPT dsid and attach .vtt file, then upload
  4. Transcript datastream is created and added successfully, but transcript does not render to page;
    is empty.
MarcusBarnes commented 8 years ago

Both @Natkeeran and myself have been unable to reproduce using the latest work b6a00b616b2668ef8ffa681bdbaa84437c8a94be. @bradspry Would you be able to pull the most recent version and see if you're still getting the same behavior? I'm going to close this issue until we are able to reproduce from the more recent work. Thank you for understanding.