Skip to content

tomasz-grobelny/nextcloud-metadata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Nextcloud plugin for displaying file metadata.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.1%
  • Other 0.9%