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
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...