Toggle Logo using a lua script
Posted: 01 Jul 2023 13:45
Hi,
Is het possible to toggle the logo (video overlay) using a lua script?
Copilot suggest below, but this is not working?
function click_HIDE_WATERMARK()
-- Display message box
vlc.msg.info("Watermark hidden!")
-- Turn off the logo
local vlc = require("vlc")
vlc.var.set(nil, "no-one-instance", true)
end
Kind regards,
Steve.
Is het possible to toggle the logo (video overlay) using a lua script?
Copilot suggest below, but this is not working?
function click_HIDE_WATERMARK()
-- Display message box
vlc.msg.info("Watermark hidden!")
-- Turn off the logo
local vlc = require("vlc")
vlc.var.set(nil, "no-one-instance", true)
end
Kind regards,
Steve.