Project

General

Profile

Actions

task #9998

closed

Update image links for cyprus

Added by Andreas Müller about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Highest
Category:
data
Target version:
Start date:
03/23/2022
Due date:
03/29/2022
% Done:

100%

Estimated time:
Severity:
critical

Description

Also update transformation rules and adaptation to mediaMetaDataService if necessary.

And discuss with Ralf images not used and links not available.


Related issues

Related to EDIT - feature request #10020: Add media transformation for new BGBM mediahub image serverClosedAndreas Müller04/04/202204/05/2022

Actions
Actions #1

Updated by Andreas Müller about 2 years ago

Check for empty images before:

SELECT mrp.id, mrp.created, mrp.updated, mrp.uri, mr.id mrID, m.id, m.titleCache
FROM MediaRepresentationPart mrp INNER JOIN MediaRepresentation mr ON mr.id = mrp.representation_id
INNER JOIN Media m ON m.id = mr.media_id
WHERE mrp.uri IS NULL
Actions #2

Updated by Andreas Müller about 2 years ago

New transformation rule may look like (with fixed width of 300, 600, 1700):

{"scheme":null,"host":{"replace":"mediahub.bo.berlin","search":"mediahub.bo.berlin"},"pathQueryFragment":{"replace":"api/File/$1/300.jpg","search":"api/File/Original/([\\-0-9a-f]+)/(.*)"},"mimeType":"image/jpeg","width":300,"height":300,"maxExtend":false}

or for crop

{"scheme":null,"host":{"replace":"pictures.bgbm.org","search":"mediahub.bo.berlin"},"pathQueryFragment":{"replace":"digilib/Scaler/?fn=mediacloud/org1/$1/original/&mo=crop&dw=200&dh=147&uvfix=1","search":"api/File/Original/([\\-0-9a-f]+)/(.*)"},"mimeType":"image/jpeg","width":200,"height":147,"maxExtend":false}

or for flexible width uncroped

{"scheme":null,"host":{"replace":"pictures.bgbm.org","search":"mediahub.bo.berlin"},"pathQueryFragment":{"replace":"digilib/Scaler/IIIF/mediacloud!org1!$1/full/!400,400/0/default.jpg","search":"api/File/Original/([\\-0-9a-f]+)/(.*)"},"mimeType":"image/jpeg","width":400,"height":400,"maxExtend":true}
Actions #3

Updated by Andreas Müller about 2 years ago

  • % Done changed from 0 to 40
Actions #5

Updated by Andreas Müller about 2 years ago

  • Description updated (diff)
  • Due date changed from 03/25/2022 to 03/29/2022
  • % Done changed from 40 to 60
Actions #6

Updated by Andreas Müller about 2 years ago

  • Status changed from New to Resolved
  • % Done changed from 60 to 70
Actions #7

Updated by Andreas Müller about 2 years ago

Actions #8

Updated by Andreas Müller about 2 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 70 to 100

Adaptation of media metadata service moved to new ticket: #10020

Actions

Also available in: Atom PDF