nurupo / vlc-pause-click-plugin

Plugin for VLC that pauses/plays video on mouse click
GNU Lesser General Public License v2.1
892 stars 64 forks source link

[SOLUTION] vlc 3.0.16 doesnt show plugin or left click not working #86

Closed emanueol closed 2 years ago

emanueol commented 2 years ago

Sharing here how i made it work in windows vlc 3.0.16 INSTALATION: be sure you read and execute each step on installation precisely.

USE: for left click to work you have to start VLC "ALL THE TIMES" using: --reset-plugins-cache C:\Program Files\VideoLAN\VLC>vlc --reset-plugins-cache *better create/change windows shortcut to contain the paramteter.

Hope this helps more people. Despite the parameter is listed on the USAGE section, but incorrectly states "only once" needed, it seems its all the time needed!!

emanueol commented 2 years ago

closing as this wasnt really a bug, but just a way for me to share workaround.