Foren

Disable Automatic Metadata

Jennifer Lougen, geändert vor 11 Jahren.

Disable Automatic Metadata

New Member Beiträge: 2 Beitrittsdatum: 20.06.12 Neueste Beiträge
Hello,

Does anyone know how to disable the automatic extraction of RAW metadata in the documents and media portlet? The information is not important to our users, and we are also finding that some documents are duplicating these fields.

Any help would be appreciated.

Thank you!
Vishal Kumar, geändert vor 9 Jahren.

RE: Disable Automatic Metadata

New Member Beiträge: 2 Beitrittsdatum: 25.04.14 Neueste Beiträge
I am also facing same problem, can any one guide me how to disable the Automatically Extracted Metadata .
thumbnail
Miroslav Ligas, geändert vor 9 Jahren.

RE: Disable Automatic Metadata

Regular Member Beiträge: 152 Beitrittsdatum: 29.07.14 Neueste Beiträge
Remove the com.liferay.portlet.documentlibrary.util.RawMetadataProcessorImpl form the dl.file.entry.processors in portal-ext.properties


 #
    # Input a list of comma delimited class names that implement
    # com.liferay.portlet.documentlibrary.util.DLProcessor. These classes will
    # trigger asynchronous processing for document library files.
    #
    # com.liferay.portlet.documentlibrary.util.PDFProcessor will process all
    # PDF files and, if OpenOffice is enabled, all formats convertable to PDF.
    # Image generation will use PDFBox by default unless ImageMagick is enabled.
    # PDFBox is less accurate in image generation and has trouble with certain
    # fonts.
    #
    dl.file.entry.processors=com.liferay.portlet.documentlibrary.util.AudioProcessorImpl,com.liferay.portlet.documentlibrary.util.ImageProcessorImpl,com.liferay.portlet.documentlibrary.util.PDFProcessorImpl,com.liferay.portlet.documentlibrary.util.RawMetadataProcessorImpl,com.liferay.portlet.documentlibrary.util.VideoProcessorImpl