[Feature request]: Why I have installed the VLC player but when I run app by Python(poetry environment) it show VLC player is required!
huskyloveme opened this issue · 2 comments
huskyloveme commented
vzhd1701 commented
vlc
library searches for VLC installation by looking up Software\VideoLAN\VLC
in the registry, falling back to C:\Program Files\VideoLan\VLC\libvlc.dll
in case it can't find it there. You can see the logic here.
huskyloveme commented
Thank you for your quick response! The issue has been fixed :D