Skip to content

gino0631/nextcloud-metadata

Repository files navigation

Metadata

Build Status Last Commit Repo Size Buy Me a Coffee

A Nextcloud plugin which displays file metadata in the file details sidebar. Currently, the supported file types include:

  • application/pdf (Document information dictionary)
  • application/zip (Comment, number of files)
  • audio/flac (VorbisComment)
  • audio/mp4 (QuickTime)
  • audio/mpeg (ID3v1 and ID3v2)
  • audio/ogg (VorbisComment)
  • audio/wav (RIFF)
  • image/heic (EXIF)
  • image/jpeg (EXIF, IPTC, XMP-dc, XMP-photoshop, XMP-mwg-rs, XMP-digiKam TagsList)
  • image/tiff (EXIF, IPTC, XMP-dc, XMP-photoshop, XMP-mwg-rs, XMP-digiKam TagsList)
  • image/x-dcraw (EXIF, XMP sidecar files)
  • video/mp4 (QuickTime)
  • video/quicktime (QuickTime)
  • video/webm (Matroska)
  • video/x-matroska (Matroska)

Support for other formats may be implemented in future releases (feel free to make feature requests).


Localization

The plugin makes use of Transifex, so you can contribute here.

Requirements

  • PHP 8.0 or later (tested successfully with 8.1, 8.2, and 8.3; other versions may or may not work)
  • EXIF support for PHP (if php --ri exif returns Extension 'exif' not present, you might need to install an appropriate package for your system, e.g. by running pkg install php81-exif on FreeBSD/NAS4Free)