2021.09.22
configuration.yaml
will change
- Fix #167
- Fix #166
Make it configurable, that picframe follows symbolic links.
configuration.yamlmodel: ... follow_links: False # default=False, By default, picframe will not walk down into symbolic links that resolve to directories. Set follow_links to True to visit directories pointed to by symlinks, on systems that support them.
- make Exif Tag search more flexible
- Fix #164