Convenient tool for rename Darktable style file.
Before you use, install requirements by below command
pip install -r requirements.txt
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