CollinHeist / TitleCardMaker

Automated title card maker for Plex, Jellyfin, and Emby

Home Page:https://titlecardmaker.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle more types of arbitrary format strings

CollinHeist opened this issue · comments

Currently non str.format code is rejected because the format strings are not technically fstrings. This should be changed to use some safe eval logic.