noaione/mpv-js-scripts

[Feature Request] Add `screenshotDir` to be configurable in script-opts

Closed this issue · 3 comments

Since scripts fails to run if there isn't a folder named screenshot-mosaic in the config directory.
Also it didn't make mosaic of those screenshots just saved the raw screenshots for me.

Since scripts fails to run if there isn't a folder named screenshot-mosaic in the config directory.

I'm fixing this right now, I think the createDirectory command just fails.

Also it didn't make mosaic of those screenshots just saved the raw screenshots for me.

Do you have ImageMagick instealled? I forgot to mention it on the README

I've updated the code 8d6d2de

You can download the latest version from the dist folder, it should fix the createDirectory at least.
For the second one, make sure you have ImageMagick installed and it to the PATH: https://imagemagick.org/script/download.php

Yeah, fixed