Open dan1elhughes opened 1 year ago
Good find! I suspected the json -> yaml conversion would have something like this. Thanks for reporting.
@dan1elhughes So I fixed a minor issue and pushed V2.0.2, but the REAL issue is that my docker run cmd in the README had the wrong values so they were not actually mapping to the correct fields. Can you try again with the latest README example?
@cbenning I've just tried again, and it still produces watermarks and the "People" page 🤔
Just adding on - watermarks appear on my photos even with --label gallery.watermark.enable=False in the docker options.
Same here - both watermarks and people in labels are being ignored when using docker
When running the following docker command, the
"False"
and"True"
parameters appear to not be parsed correctly - I would guess becausejq
reads that as a truthy string.For example, see
people.enable
andwatermark.enable
below.This create the following yaml config, where the booleans are strings:
Then, in the logs of the output, watermarks are generated:
It appears that the boolean inputs are ignored and default values used instead.
Love the project! 🕊️