CollinHeist / TitleCardMaker

Automated title card maker for Plex, Jellyfin, and Emby
https://titlecardmaker.com/
GNU General Public License v3.0
421 stars 19 forks source link

Handle more types of arbitrary format strings #425

Open CollinHeist opened 7 months ago

CollinHeist commented 7 months ago

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.