Skip to content

Commit

Permalink
drush cex
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 30, 2024
1 parent bccf989 commit e2e9ea8
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 47 deletions.
22 changes: 0 additions & 22 deletions config/sync/pathauto.pattern.repository_items.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions config/sync/system.action.get_ocr_from_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion config/sync/system.action.get_vtt_from_audio_video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit e2e9ea8

Please sign in to comment.