marijnkampf / Random-Photo-Screensaver

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

Re EXIF data. Right now I have it showing make and model for each image, but there are some images where that information is not available. I'd like to make some kind of conditional statement that will display make/model if available, otherwise, some other field. #111

Open marijnkampf opened 6 years ago

marijnkampf commented 6 years ago

There isn't an if statement per se, but you can show a certain tag if it is available only:

<#Tagged under: {Keywords} #>

The above line will only be shown if the metadata Keywords is available.