Search found 6 matches

Go to advanced search

by perquin
15 Apr 2013 09:18
Forum: Scripting VLC in lua
Topic: VLC extension, watch folder player craching
Replies: 3
Views: 2188

Re: VLC extension, watch folder player craching

Hi mederi,

I will try to test it by function, else i goes to powersell and ffmpeg.

Regards,
by perquin
12 Apr 2013 13:09
Forum: Scripting VLC in lua
Topic: VLC extension, watch folder player craching
Replies: 3
Views: 2188

VLC extension, watch folder player craching

Hi, I making a small extension that play/broadcast in loop all files with a given extension that are in a specific folder. -- afptvfbroad.lua -- VLC extension -- --[[ INSTALLATION: Put the file in the VLC subdir /lua/extensions, by default: * Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\exte...
by perquin
27 Mar 2013 09:45
Forum: Scripting VLC in lua
Topic: problems with callback
Replies: 6
Views: 6071

Re: problems with callback

Hi, I just test your code under windows and osx. Windows, it's working else when changing clip with a meta_changed() and input_changed() osx, same code not working nothing is fired when the clip chane. It's an osx bug. Really thank for your help. I can finish my code under windows, i have the chance...
by perquin
26 Mar 2013 16:48
Forum: Scripting VLC in lua
Topic: problems with callback
Replies: 6
Views: 6071

Re: problems with callback

Hi, I test your with a playlist that have two files and it seem to be the same problem, when the file change it break the callback without fire input_changed or meta_changed. At the change there is: main debug:dead input main debug : changing item without a request and after this, no more trace of t...
by perquin
26 Mar 2013 15:54
Forum: Scripting VLC in lua
Topic: problems with callback
Replies: 6
Views: 6071

Re: problems with callback

hi mederi,

Can you explain me how to remove "main warning", "main debug" and other in the messages windows?

Regards,
by perquin
26 Mar 2013 12:14
Forum: Scripting VLC in lua
Topic: problems with callback
Replies: 6
Views: 6071

problems with callback

Hi, I try to make a player with something like a "watch folder". To refresh the list i write a callback find in this forum: callback=false function input_callback(action) -- action=add/del/toggle if (action=="toggle" and callback==false) then action="add" elseif (action...

Go to advanced search