Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gino0631/nextcloud-metadata
A Nextcloud plugin for displaying file metadata.
https://github.com/gino0631/nextcloud-metadata
nextcloud
Last synced: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T13:29:21.000Z (6 months ago)
- Last Synced: 2024-05-23T00:27:27.336Z (6 months ago)
- Topics: nextcloud
- Language: PHP
- Homepage:
- Size: 1.54 MB
- Stars: 80
- Watchers: 7
- Forks: 17
- Open Issues: 21
-
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
[![Build Status](https://api.travis-ci.com/gino0631/nextcloud-metadata.svg?branch=master)](https://app.travis-ci.com/gino0631/nextcloud-metadata)
[![Last Commit](https://img.shields.io/github/last-commit/gino0631/nextcloud-metadata)](https://github.com/gino0631/nextcloud-metadata/commits/master)
[![Repo Size](https://img.shields.io/github/repo-size/gino0631/nextcloud-metadata)](https://github.com/gino0631/nextcloud-metadata)
[![Buy Me a Coffee](https://shields.io/badge/buy_me-a_coffee-ffdd00?logo=buymeacoffee)](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)