Search found 2 matches

Go to advanced search

by jeanfirst
19 Sep 2010 20:22
Forum: Scripting VLC in lua
Topic: LUA interface problem
Replies: 12
Views: 6147

Re: LUA interface problem

Don't die before you read my reply. I tried something similar: VLC = ['/Applications/VLC.app/Contents/MacOS/VLC', '-I', 'macosx', '--extraintf=lua', '--lua-intf=rc', '--lua-config="rc={host=\'localhost:4222\'}"', '/Users/me/Desktop/image.jpg'] vlc = subprocess.Popen(VLC) And it always gave...
by jeanfirst
25 Aug 2009 18:07
Forum: VLC media player Feature Requests
Topic: Logo feature
Replies: 9
Views: 1504

Re: Logo feature

Short: As long as trac is down, here's a solution setting the logo-file in rc. Long: logo.c sets up a new variable as VLC_VAR_STRING (i_type: 0x0040), __var_Create inserts the variable and finds out that it's the wrong type, should be VLC_VAR_FILE (i_type: 0x0042). Maybe the wrong way to solve it, b...

Go to advanced search