Skip to content

Documentation for auto_tag_modified script #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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