Hy
I'm used to manage playlists using libvlc-0.86. Right now, i'm tying to do the same with libvlc-0.9x but I don't now how.
For example:
with libvlc-0.86 I had libvlc_playlist_play() in order to select the item (from a playlist) that I want to play. How can I do the same with libvlc-0.9x ?
Other example:
with libvlc-0.86 I had libvlc_playlist_next in order to play the next entrie of the playlist. How can I do the same with libvlc-0.9x ?
Thanks