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 width and height of the extension dialog? Ideally the same width as the main vlc windows.
3) How to update lyrics in the extension dialog? I'm having problems using misc.timer(callback) and var.add_callback( object, name, function, data ).
Any help will be very much appreciated.
dafengche