I'm trying to write a lazy plugin to send GNTP messages with gntp-send-static using the following line:
fd = io.popen("gntp-send-static.exe -a VLC -s 127.0.0.1 \"VLC\"" .. meta.artist .. " - " .. meta.title )
It has not worked and I suspect for security reasons VLC might not allow running external EXEs from LUA, are my suspicions correct?
This is VLC 2.0.0 on Windows 7 SP1 32bit. gntp-send-static is on my path but I did try it with the full path as well.