Simple message not working !
Posted: 31 Mar 2021 07:00
Here is my script :
It appears on the VLC interface, I click on "Test", it seems to do nothing. I go to Tools->Messages (CTRL-M) => Empty !!
Any ideas ?
Thx
Code: Select all
function descriptor()
return {
title = "Test"
}
end
function main()
vlc.msg.info("Message de test !")
end
Any ideas ?
Thx