avalonmediasystem / avalon

Avalon Media System – Samvera Application
http://www.avalonmediasystem.org/
Apache License 2.0
93 stars 51 forks source link

Update Batch Manifest Example Package #5862

Open joncameron opened 4 weeks ago

joncameron commented 4 weeks ago

Description

The current archive for testing batch ingest with Avalon is hosted on Drupal via avalonmediasystem.org. This should be moved to a more manageable location like the Avalon Google Drive, and updated to include transcript column fields in the template and example fixtures.

Done Looks Like

joncameron commented 1 day ago

Things that may come in (or already be implemented an need documentation), and are not currently present: "Caption Mark As Transcript", "Transcript Language".

@joncameron to create a new issue to add these fields if needed. Transcript Language should already be supported or should be a quick change, and will need to be added to the documentation.

masaball commented 11 hours ago

I can confirm that Transcript language does not work currently.

We need to add :transcript_language to the array of fields here and then will probably want to update tests in spec/lib/avalon/batch/entry_spec.rb to reflect the new field.

Adding a 'Treat as Transcript' field will be a little more effort but should not be too bad since a pattern for that type of field already exists for 'Machine Generated'.