amietn / vcsi

Create video contact sheets, thumbnails
MIT License
471 stars 57 forks source link

Add support for NO_OVERWRITE config option #97

Open Chaz6 opened 2 years ago

amietn commented 2 years ago

Thank you for contributing!

I believe this does not work if no_overwrite is set to False in the config file. It would still be interpreted as True.

One solution would be to call config.getboolean() instead of config.get() for options of boolean type.

Chaz6 commented 2 years ago

Thank you for the feedback, I will amend the patch.