Alex Shelton

Results 4 comments of Alex Shelton

What are you wanting to append to the .db file? an entry or to concatenate files?

Interesting bug. I will try to recreate this issue. Do you currently have ffmpeg on your system. Are you using a virtual environment with all of the requirements installed?

Thanks for the issue! This logic is currently in src/utils.py around line 40. in this block of code: ``` for line in utils.split_string(text, 10): text_dimensions = utils.get_text_dimensions(line, font) x =...

The logic is now in `ImageCreator.py` still unchanged.