Skip to content

Commit

Permalink
drush cex
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 25, 2024
1 parent 466a558 commit 6a15136
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module:
islandora_breadcrumbs: 0
islandora_core_feature: 0
islandora_fits: 0
islandora_hls: 0
islandora_hocr: 0
islandora_iiif: 0
islandora_iiif_hocr: 0
Expand All @@ -64,15 +65,16 @@ module:
islandora_text_extraction: 0
islandora_text_extraction_defaults: 0
islandora_video: 0
islandora_vtt: 0
islandora_workbench_integration: 0
jquery_ui: 0
jquery_ui_autocomplete: 0
jquery_ui_datepicker: 0
jquery_ui_menu: 0
jquery_ui_slider: 0
jquery_ui_touch_punch: 0
jsonld: 0
js_cookie: 0
jsonld: 0
jwt: 0
key: 0
language: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ domains: { }
field_type:
name: islandora_hocr_und
class: solr.TextField
storeOffsetsWithPositions: true
analyzers:
-
type: index
Expand Down Expand Up @@ -83,7 +84,6 @@ field_type:
class: solr.LowerCaseFilterFactory
-
class: solr.RemoveDuplicatesTokenFilterFactory
storeOffsetsWithPositions: true
unstemmed_field_type: null
spellcheck_field_type: null
collated_field_type: null
Expand Down
22 changes: 22 additions & 0 deletions config/sync/system.action.generate_hls_streaming_derivative.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 9fe41bdb-be1a-4e71-b896-25120f034582
langcode: en
status: true
dependencies:
module:
- islandora_fits
_core:
default_config_hash: xRog-M4qRYbdfpQYV5eI4wBFc5w6UqdWViErNgvXNl4
id: generate_hls_streaming_derivative
label: 'Create HLS streaming derivative'
type: node
plugin: generate_fits_derivative
configuration:
queue: islandora-hls
event: 'Generate Derivative'
source_term_uri: 'http://pcdm.org/use#OriginalFile'
derivative_term_uri: 'http://pcdm.org/use#ServiceFile'
mimetype: application/gzip
args: null
destination_media_type: file
scheme: private
path: 'derivatives/hls/[node:nid]/hls.tar.gz'
22 changes: 22 additions & 0 deletions config/sync/system.action.get_vtt_from_audio_video.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: f4aacd90-aea0-4aa6-bdeb-19961db61576
langcode: en
status: true
dependencies:
module:
- islandora_text_extraction
_core:
default_config_hash: k5mWEzYBUs0yw8sFWdr-v9IcLsRW_Q52M-MTakxJKDk
id: get_vtt_from_audio_video
label: 'Create VTT file from Audio or Video'
type: node
plugin: generate_ocr_derivative
configuration:
queue: islandora-connector-whisper
event: 'Generate Derivative'
source_term_uri: 'http://pcdm.org/use#OriginalFile'
derivative_term_uri: 'http://pcdm.org/use#ExtractedText'
mimetype: text/plain
args: ''
destination_media_type: extracted_text
scheme: private
path: 'derivatives/vtt/[node:nid].txt'
2 changes: 1 addition & 1 deletion config/sync/views.view.search_in_hocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand All @@ -135,7 +136,6 @@ display:
offset: false
offset_label: Offset
quantity: 5
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down

0 comments on commit 6a15136

Please sign in to comment.