Skip to content
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

Option/shortcut to be able to star/favourite a photo while slideshow running #17

Closed
razvan73 opened this issue Feb 11, 2015 · 7 comments
Assignees

Comments

@razvan73
Copy link

Hi,
I would find very useful to be able to star/favourite/rate images while screen saver is running, wthout interrupting the slide show.

Thanks a lot for your great work!

@marijnkampf
Copy link
Owner

Thanks you for your suggestion.

How would you like to see an image marked as favourite? Is there a specific metatag you would like adding?

@razvan73
Copy link
Author

If it is possible, one way I would see it acheived is to e.g. when hitting numeric '1' - '5' keys while the slideshow is running, the photo to get the corresponding rating (and Rating metatag to be updated with this value; for being able to select later, even in Explorer, the photos with a certain rating.)

Thank you so much!

@marijnkampf
Copy link
Owner

Thanks for your feedback. Will probably end up using F1 - F5, Numpad numbers or ctrl+1-5 / alt+1 - 5, as the regular numbers are used to select screens on multi monitor setup (do you have a preference?).
Note to myself: http://www.exiv2.org/tags.html
0x4746 18246 Image Exif.Image.Rating Short Rating tag used by Windows

@razvan73
Copy link
Author

Numpad numbers 1-5 would do it ok for me.

Thanks a million!

(Side question: would it be possible to set up a filter to play all images
e.g. with Rating = 5?)

On Sat, Feb 14, 2015 at 1:13 PM, Marijn Kampf notifications@github.com
wrote:

Thanks for your feedback. Will probably end up using F1 - F5, Numpad
numbers or ctrl+1-5 / alt+1 - 5, as the regular numbers are used to select
screens on multi monitor setup (do you have a preference?).
Note to myself: http://www.exiv2.org/tags.html
0x4746 18246 Image Exif.Image.Rating Short Rating tag used by Windows


Reply to this email directly or view it on GitHub
#17 (comment)
.

@marijnkampf
Copy link
Owner

Yes you can filter on ratings, for now you'll have to use a raw SQL filter with the content:
all LIKE "%Rating 5%"
Note there is a tab not a space between Rating and the value.

Edit:
Playing with this I found that GitHub doesn't include the tab between Rating and the value and pressing tab in the Config menu takes you to the next input field. From RPS 4.4 you can use a metadata filter Containing instead:

Rating\t5

@marijnkampf
Copy link
Owner

Rating images has been implemented in RPS 4.4. Use shortcut Ctrl + 0 ... 5. Numpad conflicted with earlier shortcuts and having to use ctrl + number should avoid accidental rating, of course ratings can be completely disabled from settings.

Try adding the following to the QuickMetadata:

<#<div class='rating r{Rating}'>{Rating} stars</div>#>

@razvan73
Copy link
Author

Looks great, thanks!

On Sat, Feb 14, 2015 at 9:16 PM, Marijn Kampf notifications@github.com
wrote:

Rating images has been implemented in RPS 4.4. Use shortcut Ctrl + 0 ...
5. Numpad conflicted with earlier shortcuts and having to use ctrl + number
should avoid accidental rating, of course ratings can be completely
disabled from settings.

Try adding the following to the QuickMetadata
http://www.abscreensavers.com/random-photo-screensaver/configuration/?tab=metadata
:
<#
{Rating} stars
#>


Reply to this email directly or view it on GitHub
#17 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants