Frederic Garzon
Frederic Garzon
With this command line ``` osxphotos export . --update --convert-to-jpeg --jpeg-quality 0.95 --directory "{folder_album,NoAlbum}" \ --person-keyword --keyword-template "{label}" --skip-original-if-edited --exiftool \ --filename "{created.strftime,%Y-%m-%d-%H%M%S}" ``` osxphotos creates empty directories named after...
When using a yaml front matter with a multiline description that uses a [Block Style Indicator](https://yaml-multiline.info) (> or |) ``` --- title: Simple title chapter: false weight: 40 description: |...
It looks like the plugin does not like when the redmine wiki page title contains a single quote " ' " (ascii code DEC 39, HEX 27) Steps to reproduce...
**Describe the bug** When the main exiftool python process is killed abruptly (SEGFAULT or kill -9), the perl process started for exiftool keeps running (see screenshots). I am not sure...