MediaListEndReached doesn't seem to fire
Posted: 21 Feb 2016 23:02
I have a simple setup of MediaPlayer attached to a MediaListPlayer with a MediaList attached. Everything seems to work well, events are firing, playback is great, but when I reach the end of the list, the event MediaListEndReached doesn't seem to fire -- that is to say, I don't get to the handler for it in my script. There isn't a whole lot of info about developing with libvlc out there, but I did read something that said it might not fire unless there are subitems. I'm not even sure what subitems are or how to use them, but is there a workaround if this is the case?