make file metadata (exif and others) available with VFS
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 127
Description
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you want to have the same feature implemented.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
### Feature description
Recent work on Nexcloud Server makes [metadata](https://github.com/nextcloud/server/issues/40676) (such as exif information and other details) available via an API for apps and clients.
Nextcloud Server starting from release 28 exposes [Files Metadata](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/files-metadata.html#files-metadata) API integrated with WebDAV.
This metadata should be available in VFS for virtual files. This way, this metadata can be used to sort and filter files in Windows Explorer and other Windows applications can also use this metadata.
There is also a separate enhancement request https://github.com/nextcloud/desktop/issues/6052 regarding the availability of the date taken information, which is important for sorting images chronologically.
file without metadata:

/
file with metadata:

Contributor guide
Assessment
This issue has not been assessed yet.