Im using vlc 1.0.0 axvlc.dll in VB 6.0
* How to get the media filename being played in vlc plugin.
* Im unable to create Playlist. Only the first song plays after that the second song doesnt play.
* The VB code im using,
vlcplugin.addTarget List1.List(0), Null, VLCPlayListInsertAndGo, 0
vlcplugin.addTarget List1.List(1), Null, VLCPlayListinsert, 1
vlcplugin.addTarget List1.List(2), Null, VLCPlayListinsert, 2
* If i give vlcplugin.playnext , the next song plays fine.
* I think New VLC 1.0.0 by default is in
Code: Select all
--play-and-stop stops the playlist after each played item
I tried changing to --repeat and --loop but no result
Any Help is greatly appreciated
Thanks