Page 1 of 1

Playlists

Posted: 25 Feb 2009 13:58
by frbaresi
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

Re: Playlists

Posted: 25 Feb 2009 17:48
by RĂ©mi Denis-Courmont
We still have the playlist API, although it is deprecated in favor of the media player API. It simply means you do the playlist management yourself and tell VLC what to play.