Skip to content

Edit Tag, Title, Description, Rating in exif, xmp

Compare
Choose a tag to compare
@k3b k3b released this 02 Aug 04:46
· 417 commits to FDroid since this release
  • Subproject Metadata
    • #87 Edit Exif
    • Added processing support for Tags(keywords), Gps, Title, Descrtiption, Rating in jpg-exif and xmp-sidecar #79 #88 #91 #89 #90
    • new Settings View/Edit/ Write changes to :
      • jpg and xmp (Create xmp if not found)
      • jpg (and xmp if exists)
      • jpg file only
      • xmp file only
    • #84 : Settings View/Edit/ xmp sidecar file name long or short for Digikam compatibility:
      • checked means use long format "file.jpg.xmp" (new in Version 0.6.1)
        • the photo file /path/to/file.jpg will use the sidecar file /path/to/file.jpg.xmp
        • use this setting if you use the pc software digikam to mange your photos
      • not checked means use short format "file.xmp" (was hardcoded in Version 0.6.0 and before)
        • the photo file /path/to/file.jpg will use the sidecar file /path/to/file.xmp
    • new Settings View/Diagnostics/LogCat jpg+xmp metadata:
      • If enabled: Writes infos about reading/writing metadata of jpg/xmp to logcat.
    • #70 : Optional Context Display/Button in Image-View:
      • Shows additional text that relates to last menucommand and a button to execute the command again. Examples
        • if you called the menu command "Set geo" the context text will show latitude, longitude of the image and the context button will open the "Set geo" command.
        • if you called the menu command "Set tags" the context text will show tags of the image and the context button will open the "Set tags" command.
        • if you called the menu command "Rename" the context text will show file path of the image and the context button will open the "Rename" command.
        • if you called the menu command "Details" the context text will show image-id, file path, lat/lon, tags, title, description, rating of the image and the context button will open the "Details" command.
      • If you know SQL and the properties file format you can define context specific sql-expressions for the context text using a text editor.
  • Subproject Maintenance
    • In the Settings View the options are now grouped (rearanged)
    • Fixed: #82 : Too many pictures listed (not only subdirectories)
    • Fixed: Settings: set thumbnail folder was not working until v0.6.0
    • #21 language translations translations via crowdin.com / stringlate:
      • Chineese (zh-CN traditional and zh-TW simplified) by Liu Feng (pitumaomao) completed (new),
      • Turkish by "srkn" completed,
      • Japanese by "naofum" completed,
      • German and English by "k3b" completed,
    • Fixed: gallery-multi-select: show-in-map => show-in-new-gallery: removed filter "no-geo" from blue markers