Search found 2 matches

Go to advanced search

by Bspammer
15 Nov 2020 14:09
Forum: Scripting VLC in lua
Topic: Simple play/pause script on MacOS
Replies: 2
Views: 1141

Re: Simple play/pause script on MacOS

Thanks for pointing me to that, I'm glad at least it's a known issue and not something I'm doing wrong. It doesn't sound like it's likely to be fixed anytime soon though :(
by Bspammer
14 Nov 2020 20:48
Forum: Scripting VLC in lua
Topic: Simple play/pause script on MacOS
Replies: 2
Views: 1141

Simple play/pause script on MacOS

For a personal project I'm trying to hook into VLC for play/pause events. I found the following very simple script on StackOverflow : function descriptor() return { title = "VLC Dummy Extension", capabilities = { "playing-listener" } } end function activate() end function deactiv...

Go to advanced search