Skip to content
Open
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
39 changes: 39 additions & 0 deletions content/lua.scripts.manual/scripts/contrib/auto_tag_modified.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: auto_tag_modified
id: auto_tag_modified
weight: 17
draft: false
author: "people"
---

## Name

auto_tag_modified.lua - automatically automatically tag an image when it has been manually modified in darkroom

## Description

This plugin automatically tags an image when it has been manually modified in darkroom
so that it is easier to tell manually edited images apart from images which had automatic modifications done to them.

## Usage

Start the module using script manager.

Open an image in darkroom, and close it after making an operation that changes the history

### Preferences

Once the script is enabled, the tag name which gets applied to modified images can be changes in the Lua option in darktable's preferences. The default tag name is `darktable manually modified`.

## Additional Software Required


## Limitations

The script will only catch modifications done in darkroom. Other modifications, for example manually applying a style or copying a history stack, will not be detected and therefore not tagged.

## Author

Michael Reiger - [email protected]

## Change Log