Skip to content

RivMt/dtstyle_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Darktable Style Editor

Convenient tool for rename Darktable style file.

Before you use, install requirements by below command

pip install -r requirements.txt

Apply CSV

Change name and description of *.dtstyle file according to given CSV file. -i or --input option is name of CSV file and -o or --output option is directory of *.dtstyle files located.

python apply_csv.py -i "yourcsv.csv" -o "dtstyle"

You should to prepare CSV file on your own with below structure.

filename name description
abc.dtstyle My new style For all kind of photos
def.dtstyle My new style 2 Wonderful style for me!

You can group by --group option. Also, --maker to set first word of filename as secondary group.

For example, above files are grouped by option --group "Custom" --maker.

- Custom
  - My
    - new style
    - new style 2

About

Simple Darktable style editor

Topics

Resources

Stars

Watchers

Forks

Languages