18.10.2020, 23:34
Okay after a couple of days of digging it seems the issues is that Hybrid is looking for the VS plugins folder before loading in Vapoursynth. Even with vapoursynth=true it still looks for the vsplugin path. if it doesn't find it it will ignore the misc.ini setting.
I found that using the addon compiling script creates a .config file in /home/User/.config/vapoursynth/ that overrides my system settings. Deleting that and setting
vsPluginsPath=Path/to/plugins in misc.ini fixes the issue. I put the vs plugins in the .hybrid folder just so I can find it easy.
I found that using the addon compiling script creates a .config file in /home/User/.config/vapoursynth/ that overrides my system settings. Deleting that and setting
vsPluginsPath=Path/to/plugins in misc.ini fixes the issue. I put the vs plugins in the .hybrid folder just so I can find it easy.