]> git.sesse.net Git - vlc/commit
- vlc_playlist.h, playlist.c: added the ability to save a playlist to
authorBoris Dorès <babal@videolan.org>
Fri, 13 Dec 2002 16:26:35 +0000 (16:26 +0000)
committerBoris Dorès <babal@videolan.org>
Fri, 13 Dec 2002 16:26:35 +0000 (16:26 +0000)
commit4552cb1eacb8768236a1c0f4976618dba580e68b
tree5e1c6376b23ee6062bb453c983c1d5e91ba1a8cf
parent3f7b412c588b42bf290f71af9e68407d701bba6e
- vlc_playlist.h, playlist.c: added the ability to save a playlist to
  and restore it from a file chosen by the user.

- win32/*:

  - implementation of the previous feature in the win32 interface
>   -> what the other interfaces need to do to support it is simply to
>      call the two following functions:
>       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
>       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
>      where psz_filename is the name of the destination/source file.

  - ability to open several files at a time
include/vlc_playlist.h
modules/gui/win32/mainframe.cpp
modules/gui/win32/mainframe.dfm
modules/gui/win32/playlist.cpp
modules/gui/win32/playlist.dfm
modules/gui/win32/playlist.h
src/playlist/playlist.c