-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Favoriting of pictures #425
Comments
@skjnldsv @jancborchardt I think we need a decision if ratings will be implemented or not. How do we make that decision? If yes, we should open separate reports for individual steps that you named after "following features are needed:" @dlauper In your idea, is the rating also saved in the file in metadata? |
There should be the ability to favorite photos of course, like in Files and other apps of Nextcloud. It should also of course be symmetric to the favoriting in Files, reflecting the status the same in each app.
That is a very good point @dlauper, and we should fix that by sorting favorites inside a folder up top of that folder so they are directly visible. Just like we do in Files, Notes, Talk and other apps. On the point of a rating scale: A full rating scale from 1 to 5 is out of scope here and much too complex for the majority of users. We’re not aiming to be Adobe Lightroom. ;) Also comparing to other related solutions:
Hence we go for what people are used to, simple favoriting yes/no. |
@alexanderdd I dont know all possibilities of a photos metadata, but if it's possible I'd say yes. If two users dont agree about the rating, well thats why there is a chat function for each file ; ) @jancborchardt if you're worried about the users, could we leave it to the server admins to decide? One check-mark in the admin settings "use 5 star rating"? Could even be unchecked by default. |
No, for several reasons:
So – we decide on 1 way to do it and go with that. And for now, that is the ability to favorite a photo, which is also consistent with favoriting in Files, Mail, Talk, etc etc., and the other widely used solutions I mentioned above. Also see Choosing our Preferences which is linked from our Nextcloud Design guidelines as well. |
I still don't know how decisions are made around here (I already asked earlier). |
Depends on which decision we're talking about. |
OK. So can you @jancborchardt please make a decision if Nextcloud Photos uses favourites and/or ratings? If the answer is favourites only, please close this issue as "won't be implemented" and open a new issue "favourite implementation", which has all the info from previous comments (sort at top.etc). |
Any news on this one? I'm also interested as for picking the best pictures of holiday trips |
Looking for a similar feature, I am curious how you would handle ratings by multiple users for the same set of pictures. Would this proposal only support private per-user favorites? For example, I would find it very useful to be able to filter or sort pictures by an aggregate rating or the number of favs. |
@lumpiluk good point, the standard way of favoriting items in Nextcloud is per-user. With images, you usually want ratings system wide. (let's say a family member does the work to rate all pictures, of course the other family members want to access this rating data. Same in a company that manages lots of photos: the person doing the rating is not the only one who wants access to best-rated photos). I personally use digikam a lot, it uses IPTC metadata to store rating in the file. This is the professional way, and something probably a lot of people will end up with if they organize photos for a long time (or use other professional photo management software, there are also web apps like photoprism etc) https://docs.digikam.org/en/asset_management/organize_find.html#rating-and-ranking A workaround for everyone needing this now: You can use digikam for ratings (make sure to set that ratings are stored in the files) and store your files in Nextcloud, then other machines that also run digikam will also see the rating. For mobile, you can use F-Stop gallery which can also access/change these 5-star ratings. |
How I do it now
Assume having a folder containing the pictures of an event/vacation/etc. I usually create a subfolder "best-of" or similar containing a subset with the best pictures. This leads to duplicates of pictures and is kind of a messy way to organize photos.
Describe the solution you'd like
I would like to suggest a rating system for Photos. Every user could develop his own rules. Mine would be for example
In order to do this, following features are needed:
Describe alternatives you've considered
Folder with a subset copy of the best 20 something pictures.
At the moment there is a star feature in Photos. This doesn't allow for a more defined rating, plus you cant filter albums by starred pictures, only a global view of them.
The text was updated successfully, but these errors were encountered: