Get mediaDescription.title for all items in playlist
Posted: 08 Feb 2016 22:15
Hi,
I've created a playlist view in a vb.net form (using a listview control) and would like to grab the meta information from each item in the playlist so I can display it in the listview control. I can get the meta information just fine, one at a time, once a video is loaded and playing in VLC player, but I would like to know how to go through the items loaded in the VLC playlist, and then list the meta titles, albums, etc. in my listview control.
The VLC player seems to do this when you view playlist.
Does anyone know how I can 1) get all of the items out of a loaded playlist and 2) get the meta information using mediaDescription to do this through the AxVLCPlugin21 APIs?
Using: VB.NET, VLC 32-bit v2.2.2 and the AxVLCPlugin21 VLC control in Windows 10. The files are all .MP4
Thanks in advance for your help.
I've created a playlist view in a vb.net form (using a listview control) and would like to grab the meta information from each item in the playlist so I can display it in the listview control. I can get the meta information just fine, one at a time, once a video is loaded and playing in VLC player, but I would like to know how to go through the items loaded in the VLC playlist, and then list the meta titles, albums, etc. in my listview control.
The VLC player seems to do this when you view playlist.
Does anyone know how I can 1) get all of the items out of a loaded playlist and 2) get the meta information using mediaDescription to do this through the AxVLCPlugin21 APIs?
Using: VB.NET, VLC 32-bit v2.2.2 and the AxVLCPlugin21 VLC control in Windows 10. The files are all .MP4
Thanks in advance for your help.