nurupo / vlc-pause-click-plugin

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

Audio not pausing on click? #83

Closed Atoli closed 3 years ago

Atoli commented 3 years ago

Is your feature request related to a problem? Please describe

The plugin work with video and only video, if i am listening to audio (MP3/FLAC/etc) the plugin won't pause on click.

Describe the solution you'd like

I would like to request the plugin to work with audio too.

Describe alternatives you've considered

I don't think there is a audio pause on click, since i tried google and found no version for audio.

Additional context

Awesome work of the plugin with video, pauses on click without delay, would be AMAZING to have this for audio too.

nurupo commented 3 years ago

Sorry, not possible because when playing audio-only files there is no video surface that would detect clicks.

Duplicate of #29.

KeyofBlueS commented 3 years ago

A workaround is to just activate visualizations, go to "Audio" > "Visualizations" and select any visualization of your choice (except 3D spectrum).

Maybe it might be useful to add it to the readme.

nurupo commented 3 years ago

@KeyofBlueS that's actually a great idea, added it to the README. Didn't realize the visualizations loaded video filter plugins.