Search found 4 matches

Go to advanced search

by M^3
01 Apr 2012 15:11
Forum: Scripting VLC in lua
Topic: VLC Extension: SNPviaHTTP notifier
Replies: 2
Views: 2564

Re: VLC Extension: SNPviaHTTP notifier

I have looked at a lot of other extensions but my understanding of LUA is still pretty weak. I will check this one out though, thanks!
by M^3
30 Mar 2012 22:24
Forum: Scripting VLC in lua
Topic: VLC Extension: SNPviaHTTP notifier
Replies: 2
Views: 2564

VLC Extension: SNPviaHTTP notifier

I have hacked together my first Lua script ever using examples found here in this forum and on http://lua-users.org/ and it is a bit of a mess of course. In any case it works somewhat but it hangs the VLC GUI after a track or two. It's purpose it to send track info to Snarl http://snarl.fullphat.net...
by M^3
15 Mar 2012 14:55
Forum: Web and scripting
Topic: Quick LUA question
Replies: 2
Views: 535

Re: Quick LUA question

I found an error in my code that prevented the script even getting to that line. Now that I have the bad code commented out VLC pops open a black window (a console window I am guessing) for a split second before the UI hangs. it appears to be trying but it never quite launches the external program w...
by M^3
14 Mar 2012 22:19
Forum: Web and scripting
Topic: Quick LUA question
Replies: 2
Views: 535

Quick LUA question

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

Go to advanced search