CollinHeist / TitleCardMaker

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

Allow importing of entire Series configs (and associated Fonts/Templates) within UI #356

Open CollinHeist opened 1 year ago

CollinHeist commented 1 year ago

Suggested on the Discord, but TCM should allow users to easily import other users' existing Title Card configs when adding and customizing Series within the UI. Here's an example image:

These would allow importing entire configs including associated Templates and Fonts, and would even download any Font files in the background.

Another user suggested the name blueprints, which sounds good.


Without getting into hosting a server, these blueprints will have to be posted on GitHub. As for implementation I'm thinking an "export" button in TCM which will copy some textual JSON object which the user can then submit to GitHub along with their Font files and a name

CollinHeist commented 1 year ago

Example of what I've worked up so far:

image