File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -52,28 +52,42 @@ Usage Examples:
5252** Basic usage (dry run):**
5353
5454
55- python optimized_script.py --catalog /path/to/catalog.lrcat
55+ python Lightroom_Face_to_Metadata.py --catalog /path/to/catalog.lrcat
56+
57+ Lightroom_Face_to_Metadata.exe --catalog /path/to/catalog.lrcat
5658
5759** Write mode with hierarchical keywords:**
5860
5961
60- python optimized_script.py --catalog /path/to/catalog.lrcat --write --tags
62+ python Lightroom_Face_to_Metadata.py --catalog /path/to/catalog.lrcat --write --tags
63+
64+ Lightroom_Face_to_Metadata.exe --catalog /path/to/catalog.lrcat --write --tags
65+
6166
6267** Performance tuning for large catalogs:**
6368
6469
65- python optimized_script.py --catalog /path/to/catalog.lrcat --batch-size 2000 --write
70+ python Lightroom_Face_to_Metadata.py --catalog /path/to/catalog.lrcat --batch-size 2000
71+
72+ Lightroom_Face_to_Metadata.exe --catalog /path/to/catalog.lrcat --batch-size 2000
6673
6774** With profiling:**
6875
6976
70- python optimized_script .py --catalog /path/to/catalog.lrcat --profile performance.prof
71-
72-
77+ python Lightroom_Face_to_Metadata .py --catalog /path/to/catalog.lrcat --profile performance.prof
78+
79+ Lightroom_Face_to_Metadata.exe --catalog /path/to/catalog.lrcat --profile performance.prof
7380
81+ ** GUI Mode:**
82+
83+
84+ python Lightroom_Face_to_Metadata.py
85+
86+ Lightroom_Face_to_Metadata.exe
7487
7588
7689
90+
7791* Copyright (c) 2025, Massimo Savazzi*
7892
7993* All rights reserved.*
You can’t perform that action at this time.
0 commit comments