thielepaul
thielepaul
According to this issue (https://github.com/Sh1d0w/multi_image_picker/issues/103) multi_image_picker does not return the original image but a copy where the EXIF data has been stripped. The proposed solution is to get the filepath,...
to implement this, the backend API should tell how many archived photos are there
waiting for https://github.com/photoprism/photoprism/issues/244
I experience the same issue, are there any news?
> I haven't really understood things well enough to know whether this separate API endpoint is a good idea or not. But regarding the feedback on #723 - I think...
@lastzero did you already have time to look into this PR, do you have feedback for me?
> Question: If this endpoint only returns updated entries, is sorting then happening in the client code? If true, we may skip sorting on the server and return all matching...
> I'm not sure offset alone would work as well. What if a new photo is added in the meantime? Without sorting, an example workflow for the API could be:...
>In your example you get 100 results in the first query and 40 results in the second query. Let’s say result A is part of the first 100 results and...
@lastzero I removed the sorting from endpoint. Anything other remarks or could we merge it like this?