Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/AutoGrouper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
local script_data = {}

script_data.metadata = {
name = "AutoGrouper",
name = _("auto group"),
purpose = _("automatically group images by time interval"),
author = "Kevin Ertel",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/AutoGrouper/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/CollectHelper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end
local script_data = {}

script_data.metadata = {
name = "CollectHelper",
name = _("collection helper"),
purpose = _("add collection helper buttons"),
author = "Kevin Ertel",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/CollectHelper/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/HDRMerge.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
local script_data = {}

script_data.metadata = {
name = "HDRmerge",
name = _("HDR merge"),
purpose = _("merge bracketed images into an HDR DNG image"),
author = "Kevin Ertel",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/HDRmerge"
Expand Down
2 changes: 1 addition & 1 deletion contrib/LabelsToTags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
local script_data = {}

script_data.metadata = {
name = "LabelsToTags",
name = _("labels to tags"),
purpose = _("allows the mass-application of tags using color labels and ratings as a guide"),
author = "August Schwerdfeger (august@schwerdfeger.name)",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/LabelsToTags"
Expand Down
2 changes: 1 addition & 1 deletion contrib/OpenInExplorer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end
local script_data = {}

script_data.metadata = {
name = "OpenInExplorer",
name = _("open in explorer"),
purpose = _("open a selected file in the system file manager"),
author = "Kevin Ertel",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/OpenInExplorer"
Expand Down
2 changes: 1 addition & 1 deletion contrib/RL_out_sharp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ local function _(msgid)
local script_data = {}

script_data.metadata = {
name = "RL_out_sharp",
name = _("RL output sharpening"),
purpose = _("Richardson-Lucy output sharpening using GMic"),
author = "Marco Carrarini <marco.carrarini@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/RL_out_sharp"
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_snapshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ script_data.restart = nil -- how to restart the (lib) script after it'
script_data.show = nil -- only required for libs since the destroy_method only hides them

script_data.metadata = {
name = "auto_snapshot", -- name of script
name = _("auto snapshot"), -- name of script
purpose = _("automatically take a snapshot when an image is loaded in darkroom"), -- purpose of script
author = "Bill Ferguson <wpferguson@gamil.com>", -- your name and optionally e-mail address
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/auto_snapshot/" -- URL to help/documentation
Expand Down
2 changes: 1 addition & 1 deletion contrib/autostyle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
local script_data = {}

script_data.metadata = {
name = "autostyle",
name = _("auto style"),
purpose = _("automatically apply a style based on image EXIF tag"),
author = "Marc Cousin <cousinmarc@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/autostyle/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/change_group_leader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end
local script_data = {}

script_data.metadata = {
name = "change_group_leader",
name = _("change group leader"),
purpose = _("automatically change the leader of raw+jpg paired image groups"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/change_group_leader"
Expand Down
2 changes: 1 addition & 1 deletion contrib/clear_GPS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ end
local script_data = {}

script_data.metadata = {
name = "clear_GPS",
name = _("clear GPS info"),
purpose = _("remove GPS data from selected image(s)"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/clear_gps/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/color_profile_manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ end
local script_data = {}

script_data.metadata = {
name = "color_profile_manager",
name = _("color profile manager"),
purpose = _("manage external darktable color profiles"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/color_profile_manager"
Expand Down
2 changes: 1 addition & 1 deletion contrib/copy_attach_detach_tags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end
local script_data = {}

script_data.metadata = {
name = "copy_attach_detach_tags",
name = _("copy attach detach tags"),
purpose = _("shortcuts to copy, paste, replace, or remove tags from images"),
author = "Christian Kanzian",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/copy_attach_detach_tags"
Expand Down
2 changes: 1 addition & 1 deletion contrib/cr2hdr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
local script_data = {}

script_data.metadata = {
name = "cr2hdr",
name = _("cr2hdr"),
purpose = _("process Magic Lantern dual ISO images"),
author = "Till Theato <theato@ttill.de>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/cr2hdr"
Expand Down
2 changes: 1 addition & 1 deletion contrib/cycle_group_leader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ end
local script_data = {}

script_data.metadata = {
name = "cycle_group_leader",
name = _("cycle group leader"),
purpose = _("change image group leader"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/cycle_group_leader"
Expand Down
2 changes: 1 addition & 1 deletion contrib/dbmaint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ script_data.restart = nil -- how to restart the (lib) script after it'
script_data.show = nil -- only required for libs since the destroy_method only hides them

script_data.metadata = {
name = "dbmaint",
name = _("db maintenance"),
purpose = _("perform database maintenance"),
author = "Bill Ferguson <wpferguson@gamil.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/dbmaint/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/enfuseAdvanced.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end
local script_data = {}

script_data.metadata = {
name = "enfuseAdvanced",
name = _("enfuse advanced"),
purpose = _("focus stack or exposure blend images"),
author = "Kevin Ertel",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/enfuseAdvanced"
Expand Down
2 changes: 1 addition & 1 deletion contrib/exportLUT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
local script_data = {}

script_data.metadata = {
name = "exportLUT",
name = _("export LUT"),
purpose = _("export a style as a LUT"),
author = "Noah Clarke",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/exportLUT"
Expand Down
2 changes: 1 addition & 1 deletion contrib/ext_editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ end
local script_data = {}

script_data.metadata = {
name = "ext_editor",
name = _("external editors"),
purpose = _("edit images with external editors"),
author = "Marco Carrarini, marco.carrarini@gmail.com",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/ext_editor"
Expand Down
2 changes: 1 addition & 1 deletion contrib/face_recognition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
local script_data = {}

script_data.metadata = {
name = "face_recognition",
name = _("face recognition"),
purpose = _("use facial recognition to tag images"),
author = "Sebastian Witt",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/face_recognition"
Expand Down
2 changes: 1 addition & 1 deletion contrib/fujifilm_dynamic_range.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ end
local script_data = {}

script_data.metadata = {
name = "fujifilm_dynamic_range",
name = _("fujifilm dynamic range"),
purpose = _("compensate for Fujifilm raw files made using \"dynamic range\""),
author = "Dan Torop <dant@pnym.net>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/fujifilm_dynamic_range"
Expand Down
2 changes: 1 addition & 1 deletion contrib/fujifilm_ratings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
local script_data = {}

script_data.metadata = {
name = "fujifilm_ratings",
name = _("fujifilm ratings"),
purpose = _("import Fujifilm in-camera ratings"),
author = "Ben Mendis <ben.mendis@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/fujifilm_ratings"
Expand Down
2 changes: 1 addition & 1 deletion contrib/geoJSON_export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
local script_data = {}

script_data.metadata = {
name = "geoJSON_export",
name = _("geoJSON export"),
purpose = _("export a geoJSON file from geo data"),
author = "Tobias Jakobs",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/geoJSON_export"
Expand Down
2 changes: 1 addition & 1 deletion contrib/geoToolbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
local script_data = {}

script_data.metadata = {
name = "geoToolbox",
name = _("geo toolbox"),
purpose = _("geodata tools"),
author = "Tobias Jakobs",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/geoToolbox"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gimp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ end
local script_data = {}

script_data.metadata = {
name = "gimp",
name = _("edit with GIMP"),
purpose = _("export and edit with GIMP"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/gimp"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gpx_export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end
local script_data = {}

script_data.metadata = {
name = "gpx_export",
name = _("gpx export"),
purpose = _("export gpx information to a file"),
author = "Jannis_V",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/gpx_export"
Expand Down
2 changes: 1 addition & 1 deletion contrib/harmonic_armature_guide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end
local script_data = {}

script_data.metadata = {
name = "harmonic_armature_guide",
name = _("harmonic armature guide"),
purpose = _("harmonic artmature guide"),
author = "Hubert Kowalski",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/harmonic_armature_guide"
Expand Down
2 changes: 1 addition & 1 deletion contrib/hif_group_leader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
local script_data = {}

script_data.metadata = {
name = "hif_group_leader",
name = _("HIF group leader"),
purpose = _("make hif image group leader"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/hif_group_leader"
Expand Down
2 changes: 1 addition & 1 deletion contrib/hugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end
local script_data = {}

script_data.metadata = {
name = "hugin",
name = _("hugin"),
purpose = _("stitch images into a panorama"),
author = "Wolfgang Goetz",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/hugin"
Expand Down
2 changes: 1 addition & 1 deletion contrib/image_stack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end
local script_data = {}

script_data.metadata = {
name = "image_stack",
name = _("image stack"),
purpose = _("process a stack of images"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/image_stack"
Expand Down
2 changes: 1 addition & 1 deletion contrib/image_time.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ end
local script_data = {}

script_data.metadata = {
name = "image_time",
name = _("image time"),
purpose = _("synchronize image time for images shot with different cameras or adjust or set image time"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/image_time"
Expand Down
2 changes: 1 addition & 1 deletion contrib/jpg_group_leader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end
local script_data = {}

script_data.metadata = {
name = "jpg_group_leader",
name = _("JPG group leader"),
purpose = _("make jpg image group leader"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/jpg_group_leader"
Expand Down
2 changes: 1 addition & 1 deletion contrib/kml_export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
local script_data = {}

script_data.metadata = {
name = "kml_export",
name = _("kml export"),
purpose = _("export KML/KMZ data to a file"),
author = "Tobias Jakobs",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/kml_export"
Expand Down
2 changes: 1 addition & 1 deletion contrib/passport_guide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
local script_data = {}

script_data.metadata = {
name = "passport_guide",
name = _("passport guide"),
purpose = _("guides for cropping passport photos"),
author = "Kåre Hampf",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/passport_guide"
Expand Down
2 changes: 1 addition & 1 deletion contrib/passport_guide_germany.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
local script_data = {}

script_data.metadata = {
name = "passport_guide_germany",
name = _("passport guide Germany"),
purpose = _("guides for cropping passport and ID card (\"Personalausweis\") photos based on the \"Passbild-Schablone\" from the German Federal Ministry of the Interior and Community"),
author = "menschmachine",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/passport_guide_germany"
Expand Down
2 changes: 1 addition & 1 deletion contrib/pdf_slideshow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ du.check_min_api_version("7.0.0", "pdf_slideshow")
local script_data = {}

script_data.metadata = {
name = "pdf_slideshow",
name = _("PDF slideshow"),
purpose = _("generates a PDF slideshow (via Latex) containing all selected images one per slide"),
author = "Pascal Obry",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/pdf_slideshow"
Expand Down
2 changes: 1 addition & 1 deletion contrib/photils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
local script_data = {}

script_data.metadata = {
name = "photils",
name = _("photils"),
purpose = _("suggest tags based on image classification"),
author = "Tobias Scheck",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/photils"
Expand Down
2 changes: 1 addition & 1 deletion contrib/quicktag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end
local script_data = {}

script_data.metadata = {
name = "quicktag",
name = _("quick tag"),
purpose = _("use buttons to quickly apply tags assigned to them"),
author = "Christian Kanzian",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/quicktag"
Expand Down
2 changes: 1 addition & 1 deletion contrib/rate_group.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
local script_data = {}

script_data.metadata = {
name = "rate_group",
name = _("rate group"),
purpose = _("rate all images in a group"),
author = "Dom H (dom@hxy.io)",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/rate_group"
Expand Down
2 changes: 1 addition & 1 deletion contrib/rename-tags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
local script_data = {}

script_data.metadata = {
name = "rename-tags",
name = _("rename tags"),
purpose = _("rename an existing tag"),
author = "Sebastian Witt (se.witt@gmx.net)",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/rename-tags"
Expand Down
2 changes: 1 addition & 1 deletion contrib/rename_images.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rename.event_registered = false
local script_data = {}

script_data.metadata = {
name = "rename_images",
name = _("rename images"),
purpose = _("rename an image file or files"),
author = "Bill Ferguson <wpferguson@gmail.com>",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/rename_images"
Expand Down
2 changes: 1 addition & 1 deletion contrib/select_non_existing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dt.gui.libs.select.register_selection(
local script_data = {}

script_data.metadata = {
name = "select_non_existing",
name = _("select non existing"),
purpose = _("enable selection of non-existing images"),
author = "Dirk Dittmar",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/select_non_existing"
Expand Down
2 changes: 1 addition & 1 deletion contrib/select_untagged.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
local script_data = {}

script_data.metadata = {
name = "select_untagged",
name = _("select untagged"),
purpose = _("enable selection of untagged images"),
author = "Jannis_V",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/select_untagged"
Expand Down
2 changes: 1 addition & 1 deletion contrib/slideshowMusic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
local script_data = {}

script_data.metadata = {
name = "slideshowMusic",
name = _("slideshow music"),
purpose = _("play music during a slideshow"),
author = "Tobias Jakobs",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/slideshowMusic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/transfer_hierarchy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ end
local script_data = {}

script_data.metadata = {
name = "transfer_hierarchy",
name = _("transfer hierarchy"),
purpose = _("allows the moving or copying of images from one directory tree to another, while preserving the existing hierarchy"),
author = "August Schwerdfeger (august@schwerdfeger.name)",
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/transfer_hierarchy"
Expand Down
Loading