-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move image metadata extraction to own app #552
Comments
It seems like there already was an attempt for this: Also, there is this app: |
I have had a look at nextcloud-metadata already and most methods to extract metadata are quite similar. The problem is not really extracting the metadata of a single file. This can be done on request and thats what for my knowledge nextcloud metadata is doing. But this is not sufficient to ask for all pictures, which have geodata. Therefore the metadata have to get extracted before the request is made and stored in some sorted way.
As far as I remember any issue with pictures not shown on the map, is related to on of the problems above. |
the preview generation app has a background job that generates previews incrementally. It somehow keeps track of new/changed files since the last execution. Maybe the background job for pictures/tracks could do something similar? |
One Idea of mine, was to just the preview generation process and create a preview provider, which extracts the metadata. |
How about to improve existing command? E.g. Face Recognition has timeout option |
Apparently there is some kind of metadata feature currently added to the DAV Api. Therefore this can be closed. |
That sounds great! Any issues/PRs you can point us to so that we can follow? |
Yes for gps extraction: Improvements Ideas and current limitations: nextcloud/server#36809 But there is even more just search for metadata in the server Pull requests |
Many of our Issues are do to extraction of image metadata. Therefore I would propose to make this part more modular as it is independent form the main purpose and focus of the maps app. Additionally, an independent app makes it easier to change the used implementation to gather the metadata.
What I would an app image_metadata:
Most methods, which would be required should already exits in our current extraction process or in the https://github.com/gino0631/nextcloud-metadata app.
Related maps Issues:
External Issues, where this app might be helpful:
Any PR is welcome, as I decide to first focus on the outstanding PR's on the core features of maps.
The text was updated successfully, but these errors were encountered: