darktable lua documentation
  • Lua Scripts Manual
    • overview
    • installation
    • troubleshooting
    • scripts
      • overview
      • contrib
        • AutoGrouper
        • autostyle
        • clear_GPS
        • CollectHelper
        • copy_attach_detach_tags
        • cr2hdr
        • enfuseAdvanced
        • exportLUT
        • ext_editor
        • face_recognition
        • fujifilm_ratings
        • geoJSON_export
        • geoToolbox
        • gimp
        • gpx_export
        • HDRMerge
        • hugin
        • image_stack
        • image_time
        • kml_export
        • LabelsToTags
        • OpenInExplorer
        • passport_guide
        • pdf_slideshow
        • photils
        • quicktag
        • rate_group
        • rename_tags
        • RL_out_sharp
        • slideshowMusic
        • transfer_hierarchy
        • video_ffmpeg
        • select_untagged
      • examples
        • api_version
        • darkroom_demo
        • gettextExample
        • hello_world
        • lighttable_demo
        • moduleExample
        • name
        • panels_demo
        • preferenceExample
        • printExamples
        • running_os
      • official
        • check_for_updates
        • copy_paste_metadata
        • delete_long_tags
        • delete_unused_tags
        • enfuse
        • generate_image_txt
        • image_path_in_ui
        • import_filter_manager
        • import_filters
        • save_selection
        • selection_to_pdf
      • tools
        • executable_manager
        • gen_i18n_mo
        • get_lib_manpages
        • get_libdoc
        • script_manager
  • Lua Scripts Libraries API Manual
    • dtutils
      • details
      • check_min_api_version
      • check_os
      • join
      • prequire
      • spairs
      • split
    • dtutils.debug
      • details
      • dprint
      • new_tracepoint
      • terse_dump
      • tracepoint
    • dtutils.file
      • details
      • check_if_bin_exists
      • check_if_file_exists
      • chop_filetype
      • create_unique_filename
      • executable_path_widget
      • file_copy
      • file_move
      • filename_increment
      • get_basename
      • get_executable_path_preference
      • get_filename
      • get_filetype
      • get_path
      • mkdir
      • rmdir
      • sanitize_filename
      • set_executable_path_preference
      • split_filepath
    • dtutils.log
      • details
      • caller
      • engine
      • log_level
      • msg
    • dtutils.string
      • details
      • escape_xml_characters
      • is_not_sanitized
      • sanitize
      • sanitize_lua
      • strip_accents
      • urlencode
    • dtutils.system
      • details
      • external_command
      • launch_default_app
      • windows_command
  • Lua API Manual
    Home / Lua Scripts Manual / scripts / contrib / fujifilm_ratings
    < face_recognition
    geoJSON_export >

    fujifilm_ratings

    🔗Name

    fujifilm_ratings.lua - support for importing Fujifilm in-camera ratings in darktable

    🔗Description

    Support for importing Fujifilm in-camera ratings in darktable.

    🔗Usage

    Start this script from script manager

    🔗Additional Software Required

    exiftool (https://www.sno.phy.queensu.ca/~phil/exiftool/)

    🔗Limitations

    🔗Author

    Ben Mendis - ben.mendis@gmail.com

    🔗Change Log

    < face_recognition
    geoJSON_export >