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

Batch ingesting oral history audio files does not create audio oral history objects #72

Closed kimpham54 closed 6 years ago

kimpham54 commented 7 years ago

Description Batch ingesting oral history media files does not work for batch audio files

Steps to reproduce

  1. Batch import a zip of audio files, select Islandora Oral Histories Content Model

Expected behaviour Audio objects get created and can be viewed in collection

Actual behaviour Audio objects are not ingested properly

Error message when trying to view object:

Notice: Undefined index: url in include() (line 6 of /var/www/drupal/sites/all/modules/islandora_solution_pack_oralhistories/theme/islandora-html5-video-stack.tpl.php).
Notice: Undefined index: mime in include() (line 6 of /var/www/drupal/sites/all/modules/islandora_solution_pack_oralhistories/theme/islandora-html5-video-stack.tpl.php).

.mp3 file gets ingested into OBJ, recognized as an audio/mpeg. downloading datastream creates .mp2 file extension MP4 derivative gets created (not audio) MKV derivative gets created (not audio)

Notes Ingest of video only oral histories works as expected.

kstapelfeldt commented 6 years ago

Once we have implemented a batch solution, we will test and report any emerging issues.