CollinHeist / TitleCardMaker

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

Add Series toggle for title auto-splitting #440

Open CollinHeist opened 4 months ago

CollinHeist commented 4 months ago

This will require a SQL schema conversion. Change the default Episode.auto_split_title value to NULL; create Series.auto_split_titles which default is TRUE; change front-end Episode.auto_split_title column to tri-state toggle; in SQL conversion keep all Episode.auto_split_title values that are FALSE, but set all TRUE to NULL.