Search found 6 matches

Go to advanced search

by dafengche
18 Feb 2012 15:16
Forum: Scripting VLC in lua
Topic: How to get notified when buttons are clicked?
Replies: 4
Views: 1557

Re: How to get notified when buttons are clicked?

That's what I want to ask. For example, I know how to subscribe to "input-listener" as below. function descriptor() ... capabilities = { "input-listener" } ... end -- Input change hook function input_changed() ... end Where to find the event names and callback method names which ...
by dafengche
18 Feb 2012 11:56
Forum: Scripting VLC in lua
Topic: How to get notified when buttons are clicked?
Replies: 4
Views: 1557

How to get notified when buttons are clicked?

Any idea how an extension can get notified when a button in the main vlc windows is clicked? For example, the pause button. Thanks.
by dafengche
18 Feb 2012 11:53
Forum: Scripting VLC in lua
Topic: show lyrics from lrc files
Replies: 6
Views: 6113

Re: show lyrics from lrc files

btw, i'm using vlc 1.1.13
by dafengche
17 Feb 2012 20:03
Forum: Scripting VLC in lua
Topic: show lyrics from lrc files
Replies: 6
Views: 6113

Re: show lyrics from lrc files

Thanks, but there is no timestamp in those lyrics. In fact I hope to parse and render LRC files while a song is being played.
by dafengche
17 Feb 2012 16:43
Forum: Scripting VLC in lua
Topic: show lyrics from lrc files
Replies: 6
Views: 6113

Re: show lyrics from lrc files

Point 1) I mean to start up the extension automatically when vlc is started. I did a search and it seems this is not possible at this moment. Andy idea?
by dafengche
17 Feb 2012 15:17
Forum: Scripting VLC in lua
Topic: show lyrics from lrc files
Replies: 6
Views: 6113

show lyrics from lrc files

Hi all, I'm looking for a lyrics extension for vlc but couldn't find one. Has anybody already done this? I'm trying to write an extension but got stuck with some issues: 1) How to open an extension dialog when a file is opened in vlc? I know it can be opened through the view menu. 2) How to set the ...

Go to advanced search