https://github.com/gino0631/nextcloud-metadata
A Nextcloud plugin for displaying file metadata.
https://github.com/gino0631/nextcloud-metadata
nextcloud
Last synced: 4 months ago
JSON representation
A Nextcloud plugin for displaying file metadata.
- Host: GitHub
- URL: https://github.com/gino0631/nextcloud-metadata
- Owner: gino0631
- License: agpl-3.0
- Created: 2017-07-27T22:18:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-07T02:28:19.000Z (5 months ago)
- Last Synced: 2026-02-07T13:33:24.668Z (5 months ago)
- Topics: nextcloud
- Language: PHP
- Homepage:
- Size: 2.15 MB
- Stars: 92
- Watchers: 6
- Forks: 16
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - gino0631/nextcloud-metadata - A Nextcloud plugin for displaying file metadata. (others)
README
# Metadata
[](https://app.travis-ci.com/gino0631/nextcloud-metadata)
[](https://github.com/gino0631/nextcloud-metadata/commits/master)
[](https://github.com/gino0631/nextcloud-metadata)
[](https://www.buymeacoffee.com/gino0631)
A [Nextcloud](https://nextcloud.com/) 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](https://www.transifex.com/), so you can contribute [here](https://www.transifex.com/nextcloud/nextcloud/metadata/).
## 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)