JollyGoal / tooltip_thumb_generator

Tooltip thumbnail generator
MIT License
1 stars 2 forks source link

Setting an output folder #2

Open campones opened 1 year ago

campones commented 1 year ago

Hi

On the original batchsprite script, there was an option right at the top of the script

OUTPUT_FOLDER = "/path/to/media/videos/vtt/"

that was allowing me to have a single folder containing all the .vtt and .sprite.jpg files.

after creating all the .jpg and assembling them into a single sprite.jpg with the .vtt file, the script would export the resulting sprite and vtt in another folder .

Not sure if this can be implemented.
beside that, I tested your sprite generator and it's working well thanks

ps: I know you can specify the output folder with this parameter: THUMB_OUT_DIR = "thumbs" but it does create a folder for each vtt. In a way, it's not really an issue except when your former setup had a single folder for all vtt files.