[vlc-devel] [PATCH] Browse via libvlc

Thomas Guillem thomas at gllm.fr
Tue Dec 23 18:36:05 CET 2014


Hello,

One patch in libvlc_media_list to add support for browsing.

You can browse a local directory, a network directory (who said smb ?) an
archive or a playlist.

It's fully asynchronous, you can get items browsed via
libvlc_MediaListItemAdded event manager callback or by calling
libvlc_media_list_item_at_index().

Tested with vlc-android (see android mailing list).

Best regards,
Thomas.

Thomas Guillem (1):
  libvlc_media_list: add parse_start / parse_stop

 include/vlc/libvlc_media_list.h |  27 ++++++++++
 lib/libvlc.sym                  |   2 +
 lib/media_list.c                | 108 ++++++++++++++++++++++++++++++++++++++++
 lib/media_list_internal.h       |   2 +
 4 files changed, 139 insertions(+)

-- 
2.1.3




More information about the vlc-devel mailing list