From a67815388e9452ac7afdae1360db8b989ae3a2bc Mon Sep 17 00:00:00 2001 From: Erica Titkemeyer Date: Thu, 19 Sep 2024 15:53:04 -0400 Subject: [PATCH 1/3] Update pbcore_xpath_helpers.rb adds proxy_start_time mapping to pbcore --- spec/support/pbcore_xpath_helpers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/support/pbcore_xpath_helpers.rb b/spec/support/pbcore_xpath_helpers.rb index e634f62d9..0bafa618a 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"]', From dc45ed0fc9ae69e4b52d3a101c5a5fd0423e3cce Mon Sep 17 00:00:00 2001 From: Erica Titkemeyer Date: Thu, 19 Sep 2024 15:56:37 -0400 Subject: [PATCH 2/3] Update pbcore_xpath_helpers.rb --- spec/support/pbcore_xpath_helpers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/support/pbcore_xpath_helpers.rb b/spec/support/pbcore_xpath_helpers.rb index 0bafa618a..d8ffa1dfe 100644 --- a/spec/support/pbcore_xpath_helpers.rb +++ b/spec/support/pbcore_xpath_helpers.rb @@ -191,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) + From bf47dda2310843a58da38f0895b48a8414a14fa9 Mon Sep 17 00:00:00 2001 From: Erica Titkemeyer Date: Fri, 8 Nov 2024 16:09:29 -0500 Subject: [PATCH 3/3] adds proxy start time to update ingester --- config/batch_ingest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/batch_ingest.yml b/config/batch_ingest.yml index 7efc672a8..0e514da48 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"