diff --git a/config/sync/pathauto.pattern.repository_items.yml b/config/sync/pathauto.pattern.repository_items.yml deleted file mode 100644 index 1d5d95ef..00000000 --- a/config/sync/pathauto.pattern.repository_items.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: fcfd7e6c-74c8-4f8d-83c0-79b75d55feee -langcode: en -status: true -dependencies: - module: - - node -id: repository_items -label: 'Repository Items' -type: 'canonical_entities:node' -pattern: 'islandora/[node:title]' -selection_criteria: - edf28a5a-6fa6-4c20-a64d-d63582ccc3d5: - id: 'entity_bundle:node' - negate: false - uuid: edf28a5a-6fa6-4c20-a64d-d63582ccc3d5 - context_mapping: - node: node - bundles: - islandora_object: islandora_object -selection_logic: and -weight: -5 -relationships: { } diff --git a/config/sync/system.action.audio_generate_a_service_file_from_an_original_file.yml b/config/sync/system.action.audio_generate_a_service_file_from_an_original_file.yml index acc51820..e6365ce8 100644 --- a/config/sync/system.action.audio_generate_a_service_file_from_an_original_file.yml +++ b/config/sync/system.action.audio_generate_a_service_file_from_an_original_file.yml @@ -18,5 +18,5 @@ configuration: derivative_term_uri: 'http://pcdm.org/use#ServiceFile' mimetype: audio/mpeg args: '-codec:a libmp3lame -q:a 5' - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].mp3' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].mp3' diff --git a/config/sync/system.action.digital_document_generate_a_thumbnail_from_an_original_file.yml b/config/sync/system.action.digital_document_generate_a_thumbnail_from_an_original_file.yml index 73cbf3ac..346cd478 100644 --- a/config/sync/system.action.digital_document_generate_a_thumbnail_from_an_original_file.yml +++ b/config/sync/system.action.digital_document_generate_a_thumbnail_from_an_original_file.yml @@ -17,6 +17,6 @@ configuration: source_term_uri: 'http://pcdm.org/use#OriginalFile' derivative_term_uri: 'http://pcdm.org/use#ThumbnailImage' mimetype: image/png - args: '-thumbnail 100x100' - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].png' + args: '-resize 750x' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].png' diff --git a/config/sync/system.action.generate_a_technical_metadata_derivative.yml b/config/sync/system.action.generate_a_technical_metadata_derivative.yml index ac1d798c..f543faa6 100644 --- a/config/sync/system.action.generate_a_technical_metadata_derivative.yml +++ b/config/sync/system.action.generate_a_technical_metadata_derivative.yml @@ -18,5 +18,5 @@ configuration: mimetype: application/xml args: null destination_media_type: fits_technical_metadata - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].xml' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].xml' diff --git a/config/sync/system.action.generate_hls_streaming_derivative.yml b/config/sync/system.action.generate_hls_streaming_derivative.yml index dd89dba4..f55f452c 100644 --- a/config/sync/system.action.generate_hls_streaming_derivative.yml +++ b/config/sync/system.action.generate_hls_streaming_derivative.yml @@ -15,8 +15,8 @@ configuration: event: 'Generate Derivative' source_term_uri: 'http://pcdm.org/use#OriginalFile' derivative_term_uri: 'http://pcdm.org/use#ServiceFile' - mimetype: application/gzip + mimetype: application/xml args: null destination_media_type: file - scheme: private + scheme: gs-development path: 'derivatives/hls/[node:nid]/hls.tar.gz' diff --git a/config/sync/system.action.get_ocr_from_image.yml b/config/sync/system.action.get_ocr_from_image.yml index dc0e7b48..7379a9a4 100644 --- a/config/sync/system.action.get_ocr_from_image.yml +++ b/config/sync/system.action.get_ocr_from_image.yml @@ -18,5 +18,5 @@ configuration: mimetype: text/plain args: '' destination_media_type: extracted_text - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].txt' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].txt' diff --git a/config/sync/system.action.get_vtt_from_audio_video.yml b/config/sync/system.action.get_vtt_from_audio_video.yml index b16fac4a..ff5af047 100644 --- a/config/sync/system.action.get_vtt_from_audio_video.yml +++ b/config/sync/system.action.get_vtt_from_audio_video.yml @@ -18,5 +18,5 @@ configuration: mimetype: text/plain args: '' destination_media_type: extracted_text - scheme: private + scheme: gs-development path: 'derivatives/vtt/[node:nid].txt' diff --git a/config/sync/system.action.image_generate_a_service_file_from_an_original_file.yml b/config/sync/system.action.image_generate_a_service_file_from_an_original_file.yml index 88323a04..7f256b83 100644 --- a/config/sync/system.action.image_generate_a_service_file_from_an_original_file.yml +++ b/config/sync/system.action.image_generate_a_service_file_from_an_original_file.yml @@ -18,5 +18,5 @@ configuration: derivative_term_uri: 'http://pcdm.org/use#ServiceFile' mimetype: image/jpeg args: '' - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].jpg' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].jpg' diff --git a/config/sync/system.action.image_generate_a_thumbnail_from_an_original_file.yml b/config/sync/system.action.image_generate_a_thumbnail_from_an_original_file.yml index 5bdded7e..6676601a 100644 --- a/config/sync/system.action.image_generate_a_thumbnail_from_an_original_file.yml +++ b/config/sync/system.action.image_generate_a_thumbnail_from_an_original_file.yml @@ -17,6 +17,6 @@ configuration: source_term_uri: 'http://pcdm.org/use#OriginalFile' derivative_term_uri: 'http://pcdm.org/use#ThumbnailImage' mimetype: image/jpeg - args: '-thumbnail 220x220' - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].jpg' + args: '-resize 750x' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].jpg' diff --git a/config/sync/system.action.video_generate_a_service_file_from_an_original_file.yml b/config/sync/system.action.video_generate_a_service_file_from_an_original_file.yml index a3dac9a8..3abbf320 100644 --- a/config/sync/system.action.video_generate_a_service_file_from_an_original_file.yml +++ b/config/sync/system.action.video_generate_a_service_file_from_an_original_file.yml @@ -18,5 +18,5 @@ configuration: derivative_term_uri: 'http://pcdm.org/use#ServiceFile' mimetype: video/mp4 args: '' - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].mp4' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].mp4' diff --git a/config/sync/system.action.video_generate_a_thumbnail_at_0_00_03.yml b/config/sync/system.action.video_generate_a_thumbnail_at_0_00_03.yml index 11d2e751..0f9e5c61 100644 --- a/config/sync/system.action.video_generate_a_thumbnail_at_0_00_03.yml +++ b/config/sync/system.action.video_generate_a_thumbnail_at_0_00_03.yml @@ -15,6 +15,6 @@ configuration: source_term_uri: 'http://pcdm.org/use#OriginalFile' derivative_term_uri: 'http://pcdm.org/use#ThumbnailImage' mimetype: image/jpeg - args: '-ss 00:00:03.000 -frames 1 -vf scale=100:-2' - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].jpg' + args: '-ss 00:00:03.000 -frames 1 -vf scale=750:-2' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].jpg' diff --git a/config/sync/system.action.video_generate_a_thumbnail_from_an_original_file.yml b/config/sync/system.action.video_generate_a_thumbnail_from_an_original_file.yml index 6e2ed810..a775e938 100644 --- a/config/sync/system.action.video_generate_a_thumbnail_from_an_original_file.yml +++ b/config/sync/system.action.video_generate_a_thumbnail_from_an_original_file.yml @@ -17,6 +17,6 @@ configuration: source_term_uri: 'http://pcdm.org/use#OriginalFile' derivative_term_uri: 'http://pcdm.org/use#ThumbnailImage' mimetype: image/jpeg - args: '-ss 00:00:01.000 -frames 1 -vf scale=100:-2' - scheme: public - path: '[date:custom:Y]-[date:custom:m]/[islandoratokens:media-original-file:filename]-[term:name].jpg' + args: '-ss 00:00:01.000 -frames 1 -vf scale=750:-2' + scheme: gs-development + path: 'derivatives/[node:nid]/[term:tid].jpg'