nurupo / vlc-pause-click-plugin

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

Plugin not listed on Mac OS 10.11.6 and VLC 3.0.0, found a command line fix #32

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, thanks for maintaining this handy plugin!

I had difficulty installing at Step 3, as the plugin wasn't listed in Settings -> Interface -> Control Interfaces. However, after running

/Applications/VLC.app/Contents/MacOS/VLC --reset-plugins-cache

it appeared and now works.

Thought you might want to add that to the Mac installation instructions; I can't work out how to get it to rebuild the plugin module list cache from within the GUI though.

nurupo commented 6 years ago

Hm, interesting. --reset-plugins-cache command line option is available on Windows and Linux too, but you don't have to use it to get the plugin listed. I will add it to the instructions though. Happy to learn the macOS binary is actually working, I have a macOS machine to build nor test it, it was built on Travis-CI.

nurupo commented 6 years ago

Alright, added it in https://github.com/nurupo/vlc-pause-click-plugin/commit/de367296135a71f350c03cb869b6e8335250ec35, to the troubleshooting section though, since it's not common to have to reset plugin cache for the plugin to work. In fact, you are probably the first or second (someone had to delete their VLC settings directory on Ubuntu to get the plugin to appear) person to have reported that.

nurupo commented 6 years ago

Thanks!

cynoclast commented 3 years ago

I tried --reset-plugins-cache on Win10x64 with VLC 3.0.12x64 and Plugin 3.0.x64 and it still doesn't appear.

chrisgrieser commented 2 years ago

Can also report, neither --reset-plugins-cache nor VLC reinstall helped – the plugin simply doe snot show up in the settings.


macOS 12.2.1 Version 3.0.17.3 Vetinari (Apple Silicon)

SwineBurglar commented 1 year ago

This plug-in is also not working for me on MacOS 12.6.1 using VLC 3.0.17.3 (Apple Silicon). I get the feeling there is something different about how plug-ins work in the Apple Silicon version of VLC, and this plug-in needs to be updated for it. I just installed this plug-in on my main Mac and another server which both use Intel processors and the plug-in works with no problems. My third computer is an Apple Silicon Mac Mini and this plug-in will not show up in the plug-ins list in VLC.

TLFulton commented 1 year ago

Does not work for me: Windows 11X64, VLC 3.0.18

nurupo commented 1 year ago

@SwineBurglar current (v2.2.0) macOS binaries are built for Intel CPUs only. Support for Apple silicon was added just a few days ago and the upcoming release will include Apple silicon supporting binaries. Meanwhile these testing binaries should work on Apple Silicon, so give them a try.

SwineBurglar commented 1 year ago

@nurupo Hey! Thank you so much for letting me know. I really appreciate that. This will be the final bit of icing on my M1 Mac Mini home theater computer cake. :) I am pumped. My controller set up will benefit greatly from being able to click to pause.

UPDATE: I just tested it and can confirm that the 3.0 Apple Silicon binary works! :) Thanks again!

Beer5-0 commented 7 months ago

Win11 VLC 3 (3.0.20 Verinari)
:) me made folder with the plugin name ( libpause_click_plugin ) in VLC plugins folder and pasted the dll inside (+ install-clicking-around-in-vlc-guide ) and it worked :) C:\Program Files\VideoLAN\VLC\plugins\libpause_click_plugin\libpause_click_plugin.dll

sigle click - play/pause double click - fullscreen on/off

cheers, be good, Pay It Forward and have a nice day, night, week, month, year. life!

TroglodyteGuy commented 4 months ago

RESOLVED Found I was using the 64-bit mouse-click dll with the 32-bit VLC installation. I downloaded both again and selected matching "bit-ness" files (e.g. 32-bit). The interface options then showed up in the VLC preferences and I was able to configure. It is now working as expected!


Not working for me with latest VLC version (32-bit): 3.0.20-win32.

I have tried:

None of the above helped, and would like to find a solution.

Any other suggestions for things I may have missed?