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

Mouse click on music track #29

Closed skorpionde closed 6 years ago

skorpionde commented 6 years ago

Hello, your Plugin is very great for videos.

How does it works on music traks without video picture on the interface? Or can you input this funktion also for musictracks?

Many Greetings

nurupo commented 6 years ago

The plugin works by reacting on mouse click events done on the video image (it implements the video filter plugin interface of VLC), so it's not possible to do the same for music tracks as there is no video image present.