Flowpack / media-ui

The development repository for the new Neos media management interface
GNU General Public License v3.0
20 stars 16 forks source link

Provide assets with extended metadata #98

Open ninaeberle opened 2 years ago

ninaeberle commented 2 years ago

Description

Extended metadata will be displayed when selecting an asset. You can add and edit metadata like the title, the creator, labeling, location details or description.

But also the metadata in general can be more extended than the metadata used in the current Media Modul. This can be the keywords used or their IPTC information, that can be edited.

Steps to Reproduce

  1. Go to new Media Module
  2. Select an image
  3. See the extended metadata next to the image
  4. Edit or add the metadata

Expected behavior

When selecting an image various metadata appear next to the image and can be edited. This enables an extended search within the module as well as a more effective and efficient filtering for the assets.

As an example, Adobe Lightroom Classic shows various possibilities and options as you can see in the attached images.

Bildschirmfoto 2021-11-02 um 10 55 31 Bildschirmfoto 2021-11-02 um 10 55 18

Actual behavior

The current module contains the metadata size, Last modified, Dimensions, MIME type and Filename. You cannot filter the metadata.

Bildschirmfoto 2021-09-16 um 11 21 44

Affected Versions

Neos:*

UI:*

Media Module:*

You can get this information by running composer show or using the package management module within Neos.

Sebobo commented 2 years ago

Hi @ninaeberle, thx for opening the issue.

The module can already show iptc properties from assets.

But the properties are not editable, because the underlying implementation in Neos / Media Package does only allow reading the data but not editing it.

So this would have to be solved first.

tdausner commented 1 year ago

To support flow-development-collection#2954 it's a demand to have IPTC ApplicationRecord tags 37 + 38 (ExpirationDate + ExpirationTime) editable.