aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_bladerunner/subtitles/module.mk
AgeCommit message (Collapse)Author
2019-05-29DEVTOOLS: BLADERUNNER: Added version sheet and EFIGS supportThanasis Antoniou
Now multiple languages can be packed in a single MIX file
2019-03-09DEVTOOLS: module.mk fix for BR subtitles xls/xlsx supportThanasis Antoniou
bugfix: search with full path for .xls existence before trying the xlsx
2019-03-09DEVTOOLS: Support xlsx extension for Blade Runner subtitlesThanasis Antoniou
If the englishTranscript.xls is not found, the englishTranscript.xlsx will be used instead Google sheets supports download to xlsx, so this addition was needed. Also tested the font tool with Pillows image library (PIL fork) which works ok, and updated README file.
2019-01-06DEVTOOLS: BladeRunner module.mk updateantoniou79
And minor readme update
2019-01-06DEVTOOLS: BladeRunner module.mk updateantoniou79
2019-01-06DEVTOOLS: semi-auto creation of SUBTITLES.MIXantoniou79
add make rules for output FON and MIX files Create wrappers for all scripts to check for python 2.7 update module.mk to create FON file, then create the SUBTITLES.MIX file Remove the intermediate TRE files. Input is expected to be in sampleInput folder
2018-12-25DEVTOOLS: Rename blade_runner to create_bladerunnerEugene Sandulenko