marijnkampf / Random-Photo-Screensaver

Source of Random Photo Screensaver
http://www.abscreensavers.com/random-photo-screensaver/open-source
Other
45 stars 14 forks source link

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

Closed razvan73 closed 9 years ago

razvan73 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 https://github.com/marijnkampf/Random-Photo-Screensaver/issues/17#issuecomment-74371103 .

marijnkampf commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 ...

  1. 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 https://github.com/marijnkampf/Random-Photo-Screensaver/issues/17#issuecomment-74388115 .