/nextcloud-metadata

A Nextcloud plugin for displaying file metadata.

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

Metadata

Build Status

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

  • audio/flac (VorbisComment)
  • audio/mp4 (QuickTime)
  • audio/mpeg (ID3v1 and ID3v2)
  • audio/ogg (VorbisComment)
  • audio/wav (RIFF)
  • image/jpeg (EXIF, XMP-dc, XMP-mwg-rs, XMP-digiKam TagsList)
  • image/tiff (EXIF, XMP-dc, XMP-mwg-rs, XMP-digiKam TagsList)
  • video/mp4 (QuickTime)
  • video/quicktime (QuickTime)
  • video/x-matroska (Matroska)

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


Requirements

  • PHP 5.6 or later (tested with 7.0, 7.1)
  • 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 php71-exif on FreeBSD/NAS4Free)