Hello all, first post. I'm working with libVLC through a smalltalk FFI interface. I'm managing my playlists and sending a track to mediaPlayer one at a time (I'm not using mediaListPlayer - as I want to manage the playlist myself). However, I need to know when a song ends (not stopped, per se, but ends while playing?) so I can send the next song in the playlist.
Is there something specific I can monitor on the mediaPlayer to designate the song has ended? position = 1.0?, idk.
Thanks!