Hi.
How do I handle playlists?
First of all, the insert_media() method will randomly cause an access violation, so this sucks.
But I can skip this part anyway by creating the playlist by hand. Anyway.
Now that I have my playlist, how the hell do I tell VLC to play it with a shuffle? There is absolutely nothing about this in the documentation. It's a basic feature, why can't I do it?
Next, how the hell do I get the title/filename of the currently played video? The only thing that comes close to it is the get_title() method of the MediaPlayer class (this method is not included in the MediaListPlayer class for some reason), and this get_title() doesn't even get me the title, it ""[returns] title number currently playing, or -1". In my case, it always returns 00, I don't really see what I can do with that.
Anyway, someone to help me? Or should I just switch to another media player?
Thanks.