Programatically opening the "Open File" dialog in VLC

461 views Asked by At

I've written a VLC extension in Lua that will start each time VLC starts.

When the extension is activated (on load) I would like the first action to be opening the VLC Open File... dialog, and then continue once the user selects a playlist. The main VLC Lua docs give details for creating new dialogs, but not for opening existing ones.

Also, if possible, I'd like to limit the filetype that the user is able to select from to being just my new playlist fileformat (*.myp)

0

There are 0 answers