I am basing these questions on this link
http://www.videolan.org/vlc/skins2-create.html
I am working on a skin for a video playback via dual monitors, where the second monitor goes out to a projector. I have disabled the mouse on this second screen, so I need all of the controls to be on my control window. So far, everything looks good, with a couple of exceptions.
For DVDs, with skins I can't find anyway to navigate the menus except via a mouse. There is no dvd.up() or dvd.right() nor a dvd.activate() that i can find. Am I just missing it. This seams to also apply to the http interface... I am going to be converting my skin into an http version also, once I am done. I tried "vlc.osd.menu['up']()" or "vlc.osd.menu['activate']()" (found these from the rc.lua file, no idea if the OSD also translates to the DVD menus) as the actions for the buttons, and the button did not show up at all.
And the second question I have is... how do I show the "extended settings" dialog that I can call up in the QT interface in a skin? the one that pops up a three panel window with audio effects, video effects, and synchronization options? I know I can sort of recreate the equalizer with a skin, but I really want all of those options.