Code: Select all
<meta name="videolan-playlist" href="/path/to/lua-playlist.lua"/>
I can't find anything in the READMEs about filesystem access though, not even to say that it is only possible in extensions. Where should I be looking?
Code: Select all
<meta name="videolan-playlist" href="/path/to/lua-playlist.lua"/>
Code: Select all
fh = io.open('test.txt', "w")
fh:write("test is a test")
fh:flush()
fh:close()
Return to “Scripting VLC in lua”
Users browsing this forum: No registered users and 6 guests