<div class="gmail_quote">2009/8/12 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>On Tue, 11 Aug 2009 22:50:50 +0200, Jakob Leben <<a href="mailto:jakob.leben@gmail.com">jakob.leben@gmail.com</a>>
<div class="im">
</div> </div></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div id=":wu" class="ii gt"><div class="im">> Since libvlc's media list seemed well written to me as much as I looked<br>

> into it I also think it would be great to use it for vlc's plugin qt4<br>
> interface instead of keeping two implementations at the same time.<br>
<br>
</div>To the contrary, it seemed horrible to me... I would advocate removing the<br>
media_list_player (never worked properly, never used) and dumbing down the<br>
media_list to the minimum that would enable parsing a playlist file or<br>
such.</div></blockquote></div><br>I respect your opinion, I have far less experience and my statement was a bit exaggerated and conclusion made too quickly.<br>Well, then let's get working on src/playlist/...<br>One thing that I liked about media_list though was that it had that b_read_only flag, and this kinda restrictions on operations on playlist data is what I've been missing in src/playlist.<br>