diff --git a/config/batch_ingest.yml b/config/batch_ingest.yml index 7efc672a..0e514da4 100644 --- a/config/batch_ingest.yml +++ b/config/batch_ingest.yml @@ -84,6 +84,7 @@ ingest_types: - playlist_group - playlist_order - organization + - proxy_start_time aapb_csv_reader_4: label: "AAPB CSV Asset Multivalue Attribute Addition Ingester" reader: "AAPB::BatchIngest::CSVReader" diff --git a/spec/support/pbcore_xpath_helpers.rb b/spec/support/pbcore_xpath_helpers.rb index e634f62d..d8ffa1df 100644 --- a/spec/support/pbcore_xpath_helpers.rb +++ b/spec/support/pbcore_xpath_helpers.rb @@ -82,6 +82,7 @@ def xpath_presets supplemental_material: '//pbcoreAnnotation[@annotationType="Supplemental Material"]', transcript_url: '//pbcoreAnnotation[@annotationType="Transcript URL"]', transcript_source: '//pbcoreAnnotation[@annotationType="Transcript Source"]', + proxy_start_time: '//pbcoreAnnotation[@annotationType="Proxy Start Time"]', rights_summary: '//pbcoreRightsSummary/rightsSummary', rights_link: '//pbcoreRightsSummary/rightsLink', local_identifier: '//pbcoreIdentifier[@source="Local Identifier"]', @@ -190,6 +191,7 @@ def annotations_without_type values_from_xpath(:outside_url) + values_from_xpath(:special_collections) + values_from_xpath(:transcript_status) + + values_from_xpath(:proxy_start_time) + values_from_xpath(:licensing_info) + values_from_xpath(:playlist_group) + values_from_xpath(:playlist_order) +