Page 1 of 1

VlcDotNet Play Multiple Files

Posted: 07 Jul 2019 15:13
by gsaves
Hello,
Is it possible to Play multiple files with VlcDotNet?
I have an OpenFileDialog (In VB.Net) with multiselect and I want to Play the selected files in order.
Is this possible?
Thanks

Re: VlcDotNet Play Multiple Files

Posted: 13 Aug 2019 23:10
by da2424
Hi,

yes, this should be possible.
You could add the selections with a foreach loop to the VLC playlist
Each file should be added with

Code: Select all

vlcobj.playlist.add(filename)
More infos about the API: https://wiki.videolan.org/Documentation:WebPlugin