All Projects → gino0631 → Nextcloud Metadata

gino0631 / Nextcloud Metadata

Licence: agpl-3.0
A Nextcloud plugin for displaying file metadata.

Labels

Projects that are alternatives of or similar to Nextcloud Metadata

Dockerfiles
Discontinued. Fork at your will.
Stars: ✭ 384 (+668%)
Mutual labels:  nextcloud
Bookmarks
🔖 Bookmark app for Nextcloud
Stars: ✭ 575 (+1050%)
Mutual labels:  nextcloud
Nextcloud Wires
Connect your nextcloud instance to other services and the internet of things
Stars: ✭ 17 (-66%)
Mutual labels:  nextcloud
Contacts
📇 Contacts app for Nextcloud
Stars: ✭ 400 (+700%)
Mutual labels:  nextcloud
Nextcloud Notes
✎ Android client for Nextcloud Notes app.
Stars: ✭ 529 (+958%)
Mutual labels:  nextcloud
Calendar
📆 Calendar app for Nextcloud
Stars: ✭ 620 (+1140%)
Mutual labels:  nextcloud
Notes
✎ Distraction-free notes and writing
Stars: ✭ 363 (+626%)
Mutual labels:  nextcloud
Spreed
📞😀 Nextcloud Talk – chat, video & audio calls for Nextcloud
Stars: ✭ 994 (+1888%)
Mutual labels:  nextcloud
Joplin
Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/
Stars: ✭ 26,916 (+53732%)
Mutual labels:  nextcloud
Ransomware detection
🔄 Ransomware recovery app for Nextcloud
Stars: ✭ 16 (-68%)
Mutual labels:  nextcloud
News Android
📱📰 Android client for the Nextcloud news/feed reader app
Stars: ✭ 493 (+886%)
Mutual labels:  nextcloud
Mail
💌 Mail app for Nextcloud
Stars: ✭ 528 (+956%)
Mutual labels:  nextcloud
Deck
🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello
Stars: ✭ 675 (+1250%)
Mutual labels:  nextcloud
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+8804%)
Mutual labels:  nextcloud
App Tutorial
Tutorial app which is built in the tutorial
Stars: ✭ 29 (-42%)
Mutual labels:  nextcloud
Rssguard
RSS Guard is simple feed reader which supports web-based feed services.
Stars: ✭ 373 (+646%)
Mutual labels:  nextcloud
Passman
🔐 Open source password manager with Nextcloud integration
Stars: ✭ 619 (+1138%)
Mutual labels:  nextcloud
Jsxc.nextcloud
💬 Chat app for Nextcloud with XMPP, end-to-end encryption, video calls, file transfer & group chat
Stars: ✭ 44 (-12%)
Mutual labels:  nextcloud
Ios
📱 Nextcloud iOS app
Stars: ✭ 971 (+1842%)
Mutual labels:  nextcloud
Vm
💻☁📦 The (official) Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4).
Stars: ✭ 716 (+1332%)
Mutual labels:  nextcloud

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/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 7.3 or later (tested successfully with 7.3 and 7.4; problems with EXIF exist in 7.2; 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 php71-exif on FreeBSD/NAS4Free)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].