Lua Helper to configure vapoursynth plugin path on python side #147
Replies: 1 comment 5 replies
-
The
The envisioned way to make custom changes to this python module is to copy it into your user-specific Aegisub directory. On Linux you'd copy it to, say, |
Beta Was this translation helpful? Give feedback.
-
Hello arch1t3cht,
After patching aegisub-vs.py by commenting it like this
due to error
I succeed to make vapoursynth work in linux. As this file is embedded into Appimage it cannot be changed unless you unpack
and repack appimage.
I am wondering if a python module can be used instead so everyone can improve it and contribute using
a fork of your later release
I started peagisub to collect vapoursynth and aegisub paths in lua and expose those as config file so python can read back to set plugin path , what do you think of starting it on python side and adding it to aegisub_vs.py script?
Beta Was this translation helpful? Give feedback.
All reactions