Goobi workflow
Documentation homeGoobi workflow PluginsGoobi workflow Digests
English
English
  • Overview
    • Goobi workflow Handbook
    • Overview of documentation
    • What is Goobi?
  • Users
    • Goobi for Users
    • The basics
      • Logging in
      • Menu
      • Logging out
      • Switch between available languages
      • Help function
      • Personal settings
      • Changing your password
      • My tasks
      • Processes
      • How to find a process
      • How to create a new process
      • Edit task details
    • How different user groups work with Goobi
      • Scanning
      • Quality control
      • Manual script steps and plugin steps
      • Automatic script-run steps
      • Metadata processing
      • Export to the DMS
    • Metadata Editor
      • User interface
        • Structure tree
        • Page display
        • Menu options
      • Metadata indexing
        • Pagination
        • Structuring
          • Create new structure element
          • Moving structure elements
          • Copying structure elements from other processes
      • Modifying and verifying data
        • Subsequent changes to pagination
        • Uploading files
        • Downloading files
        • Server-based exports
        • Server-based imports
      • Edit OCR results
      • Overview of the keyboard combinations
  • Management
    • Goobi Management
    • Structure of the extended user interface
    • Rulesets
    • LDAP groups
    • Users
    • User groups
    • Processes
      • Searching processes
      • Activity
      • Activities for hit lists
      • GoobiScript
    • Variables
    • Harvester
  • Administration
    • Goobi Administration
    • File system
      • Global directory structure
        • ‘config’ sub-directory
        • ‘import’ sub-directory
        • ‘metadata’ sub-directory
        • ‘plugins’ sub-directory
        • ‘rulesets’ sub-directory
        • ‘scripts’ sub-directory
        • ‘xslt’ sub-directory
      • Directory structure of the application
      • Integrating external storage
      • Integration of S3 as storage
    • Services
      • MySQL database
      • Apache Tomcat servlet container
      • User authentication using LDAP
      • File system access using Samba
    • Exporting to digital libraries
      • Technical data
      • Mets parameters
      • Mets file groups
      • Export configuration in the Goobi configuration file
    • Working with the intranda Task Manager
    • Automatic workflow steps
      • Example combination for an automatic script task
      • Migration of technical data to METS files
      • Automatic image deletion
    • Configuration files
      • goobi_activemq.xml
      • goobi_config.properties
      • goobi_digitalCollections.xml
      • goobi_exportXml.xml
      • goobi_mail.xml
      • goobi_metadataDisplayRules.xml
      • goobi_normdata.xml
      • goobi_opac.xml
      • goobi_opacUmlaut.txt
      • goobi_processProperties.xml
      • goobi_projects.xml
      • goobi_rest.xml
      • goobi_webapi.xml
      • messages_xx.properties
      • config_contentServer.xml
    • Installation guide
      • Installation guide - Ubuntu 20.04
    • Update guide
      • Preparation of an update
      • Update steps
        • 2020
        • 2021
        • 2022
        • 2023
        • 2024
        • 2025
    • Authentication options
      • Authentication via the database
      • Authentication via HTTP header
      • Authentication via OpenID Connect
    • Use cases
      • Create thumbnails for accelerated image display
      • Handling of 3D Objects
      • Export of 3D-Objects into the Goobi viewer
  • Developer
    • Setting up a development environment
      • Preparatory work
      • Setting up Eclipse
      • Resetting the data
      • Best practice for developing Goobi and working with Eclipse
    • Using the REST API
    • Snippets for the development on Goobi workflow
      • HTML
      • JavaScript
Bereitgestellt von GitBook
Auf dieser Seite
  • Explanation of all parameters for controlling METS file group generation
  • Full list of variables for access to directories when validating file groups
Als PDF exportieren
  1. Administration
  2. Exporting to digital libraries

Mets file groups

VorherigeMets parametersNächsteExport configuration in the Goobi configuration file

Zuletzt aktualisiert vor 5 Monaten

In addition to the configuration parameters listed above, the METS file groups can also be specified. The screenshot shows five defined file groups:

  • Min

  • Max

  • Thumbs

  • Default

  • Presentation

The file groups Min, Max, Thumbs and Default are intended to ensure compatibility with the DFG Viewer.

The configuration dialogue box used to configure these METS file groups is shown in the following screenshot:

The configuration settings provided here mean the following::

Explanation of all parameters for controlling METS file group generation

Name
Typical value
Explanation

Name

Default

This setting defines the name of a METS file group. The name can be found in the attribute USE in the fileGrp area within fileSec in the METS file.

Path

This parameter defines the base path in which the digital objects can be located. When exporting, the filename of the files from the _media folder is also written to this path. The file suffix required is defined in the Suffix field.

Mime Typ

image/jpeg

This defines the Mime type of the files that are linked in this METS file group. Once the export is complete, this entry can be located in the MIMETYPE attribute for the file objects.

Suffix

jpg

This defines the suffix for the files that are linked in this METS file group.

Validation against folder

video

This value is optional. If the field is blank, the file group will be generated normally. However, if it contains a value, Goobi will check perform a check within the file system for a directory in the images folder that corresponds to the value or method defined in this setting. If this is the case, the file group will be created using the files from this folder. If there is no such folder, the file group will not be created.

Use file extensions and MIME type of files

false

This value can be set to true to ignore the default file types set for this project and use the file types of the files present in the media folder instead. This can be convenient if files of different types are to be used for a project or if no other conventions exist. If this value is set to false, only the file types set for this project will be considered.

File extensions to ignore

This field can be used to specify mime types that should not be included in the export. For example, images/jpeg or images/* can be used. Multiple values can be separated with commas, for example: images/jpeg,images/png.

Any of the following methods is possible for the option Validation against folder:

Full list of variables for access to directories when validating file groups

Name
Example result

getProcessDataDirectory

/opt/digiverso/goobi/metadata/1165/

getImagesDirectory

/opt/digiverso/goobi/metadata/1165/images/

getImagesTifDirectory

/opt/digiverso/goobi/metadata/1165/images/kleiuniv_PPN1234_media/

getImagesOrigDirectory

/opt/digiverso/goobi/metadata/1165/images/master_kleiuniv_PPN1234_media/

getSourceDirectory

/opt/digiverso/goobi/metadata/1165/images/kleiuniv_PPN1234_source/

getOcrDirectory

/opt/digiverso/goobi/metadata/1165/ocr/

getTxtDirectory

/opt/digiverso/goobi/metadata/1165/ocr/kleiuniv_PPN1234_txt/

getWordDirectory

/opt/digiverso/goobi/metadata/1165/ocr/kleiuniv_PPN1234_wc/

getPdfDirectory

/opt/digiverso/goobi/metadata/1165/ocr/kleiuniv_PPN1234_pdf/

getAltoDirectory

/opt/digiverso/goobi/metadata/1165/ocr/kleiuniv_PPN1234_xml/

getImportDirectory

/opt/digiverso/goobi/metadata/1165/import/

In addition to the method names given above, it is also possible to specify folder names. A check will then be made for those folders within the images folder:

Name
Example result

mp3

/opt/digiverso/goobi/metadata/1165/images/kleiuniv_PPN1234_mp3/

mpeg4

/opt/digiverso/goobi/metadata/1165/images/kleiuniv_PPN1234_mpeg4/

jp2

/opt/digiverso/goobi/metadata/1165/images/kleiuniv_PPN1234_jp2/

http://presentation.example.net/
viewer/content/
$(meta.CatalogIDDigital)
800/0/
Dialogue box for managing the generation of file groups