Ref #584: There is no way to show the rating of an image
authorColin Clark <colin.clark@cclark.uk>
Sat, 3 Feb 2018 10:51:17 +0000 (10:51 +0000)
committerColin Clark <colin.clark@cclark.uk>
Sat, 3 Feb 2018 10:51:17 +0000 (10:51 +0000)
https://github.com/BestImageViewer/geeqie/issues/584

Include rating, keywords, comment, imagecomment in OSD tooltip

src/preferences.c

index eca06ff..8000d3b 100644 (file)
@@ -1850,7 +1850,8 @@ static void config_tab_windows(GtkWidget *notebook)
        gtk_widget_set_tooltip_markup(image_overlay_template_view,
        _("<i>%name%</i> results in the filename of the picture.\n"
          "Also available: <i>%collection%</i>, <i>%number%</i>, <i>%total%</i>, <i>%date%</i>,\n"
-         "<i>%size%</i> (filesize), <i>%width%</i>, <i>%height%</i>, <i>%res%</i> (resolution)\n"
+         "<i>%size%</i> (filesize), <i>%width%</i>, <i>%height%</i>, <i>%res%</i> (resolution),\n"
+         "<i>%rating%</i>, <i>%keywords%</i>, <i>%comment%</i> (XMP), <i>%imagecomment%</i> (JPEG)\n"
          "To access exif data use the exif name, e. g. <i>%formatted.Camera%</i> is the formatted camera name,\n"
          "<i>%Exif.Photo.DateTimeOriginal%</i> the date of the original shot.\n"
          "<i>%formatted.Camera:20</i> notation will truncate the displayed data to 20 characters and will add 3 dots at the end to denote the truncation.\n"