Ah, not sure what you mean by that… can you fill me in a little?
Ah, well, that is the problem, then! The bug in the library is that it does not expand the %APPDATA%variable in its default LV2_PATH. So, you need to set it now. The next version, I added code to replace the variable in the default path when you have not set the LV2_PATH environment variable.
1 Like
A -ha! Thanks Dan. I hadn’t realised I had to do that. Shall I try to use the command prompt code I just posted?
Yes, but I have never used the start command; I don’t use DOS regularly. I just cd to the program folder and enter shotcut.
1 Like
Is this the correct code? I have to go now, so will try it later.
cd "C:\Program Files\Shotcut"
set LV2_PATH=%APPDATA%\LV2 shotcut.exe
cd "C:\Program Files\Shotcut"
set LV2_PATH=%APPDATA%\LV2
shotcut
1 Like
Hi @shotcut, I got it working. Thanks for your help!
1 Like
