VlcDotNet Play Multiple Files

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
gsaves
New Cone
New Cone
Posts: 2
Joined: 06 Jul 2019 13:48

VlcDotNet Play Multiple Files

Postby gsaves » 07 Jul 2019 15:13

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

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: VlcDotNet Play Multiple Files

Postby da2424 » 13 Aug 2019 23:10

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


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 22 guests