Question.
Do you guys want me to automate creating these templates as a text file, or as a docx file? I found a Python Library for creating Docx, however, I'm not seeing any ability to do bolding, or even centering of text. It does however create headings, bulletted lists and the like.
If I create them as text files they'll all have to (by hand), be formatted as desired. (If you want bolding or centering of text).
I should note that text files are obviously the easiest to produce, however, producing a mildly formatted Docx file doesn't look like it would take very long. I guess I could produce this in .Net where there is ample support for Docx formatting....
Either way I'm resyncing my podcast database with everything now, so it really doesn't matter which way is preferred I'll just write the code to do it.