Open TheNetStriker opened 5 years ago
Well this would really be a nice feature. At the moment, when clicking on an image there is a little serverside-check if the image is a pano-image or not (this is determined by looking for the xmp-data in the image-file).
If we would like to implement the mentioned feature, we'd have to know which images in the current folder are panos and which aren't. I don't think we can iterate through all images and have a look at the binary data, so maybe @SudoHenk has an idea? I'd really like to implement this any way :-)
AFAIK these are the possible solutions:
Could it be realised? photosphere plugin If create for example "wind rose" at bottom and allow users to select image for direction (we could create "sreetview" replacement)
@ykutovoy is this related to the feature discussed here? Otherwise i'd kindly ask you to create a new issue and provide some additional information about the usecase.
I suppose it is one of possible solutions to switch between images
Ok currently i don't see the connection between toggling between various images and creating metadata inside a particular image which allows me to kind of interact with that image? Or do you just mean to use this functionality to create two buttons inside the viewer for toggling? I think the controls are not the problem it's rather how to know which image will be the next, like stated in https://github.com/nextcloud/files_photospheres/issues/11#issuecomment-506700294.
Unfortunately, I'm far not a programmer. I.m just a happy user wich got such a cool app in nextcloud :) I can only provide user experience, and to hope somebody will do the app more comfortable for me.
Could we add button "move to...", if pressed, on raght side pops up list of files in directory, after selecting, its opens?
Thanks for the creative input @ykutovoy . I'll investigate in that improvement as soon as i have time for this :+1:
This ferature would be really nice indeed
FYI: With the new version for NC28 the XMP metadata is now extracted in the backend whenever a directory listing is opened. So the files list metadata now contains the XMP metadata for each jpg file, which is mandatory to implement something like the feature requested here.
It would be great to have buttons to switch to next/previous photosphere in the current folder just like in the gallery app. Is something like this planed for this app?