[Android] [PATCH 0/2] Playlists in VLC for Android

XilasZ xilasz at gmail.com
Wed Jul 24 06:38:46 CEST 2013


i tested it, subitems extraction works fine, but java side and
libvlc_media_player are out of sync if there was already something inside
history.

for instance, if i have a playlist with A and B, and C in history.
if i try to play the playlist (through open url), it will add A & B to
history (so history will contains C, A, B in that order), and start playing
A.
But UI will show C.
then if a press next, it will play the second media, which is A again, and
then B.

Anyway, that's not really a big issue since UI is not ready for playlists,
it's only available with open url, and i don't think it should work that
way.
Subitems should be extract and sent to the AudioService, which should
handle them by himself, and not rely on libvlc for that.
But that will come later, those 2 patches are just a first step toward that
i think (i hope ?), and they don't break anything, so ... merged.




On Tue, Jul 23, 2013 at 3:59 PM, <edward.c.wang at compdigitec.com> wrote:

>
>
> "Rafaël Carré" <funman at videolan.org> a écrit :
> >Le 23/07/2013 14:18, Edward Wang a écrit :
> >> On Tue, Jul 23, 2013 at 4:01 AM, Rafaël Carré <funman at videolan.org>
> >wrote:
> >>> Hello,
> >
> >They don't play after each other though, is that expected?
> >I have to hit play to read the first item, and playback stops after
> >that
> >one.
>
> Try with a M3U with all audio files.
>
>
> Regards,
>     Edward Wang
> _______________________________________________
> Android mailing list
> Android at videolan.org
> http://mailman.videolan.org/listinfo/android
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/private/android/attachments/20130724/4a16005a/attachment.html>


More information about the Android mailing list