gino0631 / nextcloud-metadata

A Nextcloud plugin for displaying file metadata.
GNU Affero General Public License v3.0
84 stars 17 forks source link

Possible to export metadata through API of tags? #113

Open RJPvT opened 1 month ago

RJPvT commented 1 month ago

Would it be possible to have an function to get the metadata exposed through the API of for example automatic creation of tags with this info (then it is searchable and readible from API) ?

Many wrappers use the API but since this is not available we need to download all the files and read the metadata from local files.

gino0631 commented 1 month ago

Yes, I think it would be possible to implement such an API.