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

Settings options show but click-pause doesn't work #38

Closed Yakumounr closed 6 years ago

Yakumounr commented 6 years ago

I've set Interface -> Control Interfaces -> Pause/Play video I've checked the settings under Video - Filters. I've tested different button/wheel settings, and toggled the double click detection.

Clicking the video just doesn't do anything.

nurupo commented 6 years ago

Do you still need help with this?

Yakumounr commented 6 years ago

I thought I'd just missed the control interfaces setting, so closed this and changed to delete. Then re-opened it when I found it still didn't actually work for me, I thought I'd reset the title as well before rushing out and forgetting about it all, sorry.

nurupo commented 6 years ago

What OS, VLC version and VLC bitness? I can use this information to make a custom build of the plugin with some debugging output that you could run and send me back, so that I could figure which part of the plugin doesn't work.

It's very unusual that you see the plugin options in preferences but the plugin doesn't work. This means that VLC has successfully loaded it, but it somehow fails to "activate".Before I do any extra work, can you confirm that you have both of these check boxes checked [1], [2]?

Yakumounr commented 6 years ago

VLC 3.01 x64, Win 10 pro x64.

That was why I was surprised too, and also why I hadn't double checked the install instructions at first as the options has shown up straight away. I'll reinstall and check the filters option.

Yakumounr commented 6 years ago

With both of those ticked it worked after a couple of restarts, thank you.

nurupo commented 6 years ago

Huh. Well, glad that it worked for you :)