Page 1 of 1

How to Insert or Replace item index in axVLCPlugin21.Playlist ?

Posted: 25 Apr 2019 08:20
by wingchunna
Hi everybody,
I used vlc activeX for my C# application. I've added videos into playlist and playing them.
Now, i want to insert new items after playlist played but i can't.
I also want to insert other new items to the top of playlist (index 0) or move up/down 1 index from current index. It's seem no method help me to do this.
Pls tell me How To ?
Thanks !

Re: How to Insert or Replace item index in axVLCPlugin21.Playlist ?

Posted: 25 Apr 2019 11:08
by Jean-Baptiste Kempf
Not really no. The only available are vlc.playlist.items.remove and vlc.playlist.add and vlc.playlist.item.clear

Re: How to Insert or Replace item index in axVLCPlugin21.Playlist ?

Posted: 25 Apr 2019 13:40
by wingchunna
Dear Jean-Baptiste Kempf
So what is the solution if i want to insert item into index number 0 of playlist ?
Could I map axVLCPlugin21.playlist to other List and excute insert in this ?
Why VLC did not design insert function ?