]> git.sesse.net Git - vlc/commit
* include/vlc_playlist.h
authorClément Stenac <zorglub@videolan.org>
Mon, 6 Oct 2003 16:23:30 +0000 (16:23 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 6 Oct 2003 16:23:30 +0000 (16:23 +0000)
commit12cbd4c8b63bcd5bfc077e24a11166171c421c38
tree16ae9af8fdaa80ede1913075d96f7f43fdbd820a
parentde2868c437d01f3d476d239ee787f255e1b699d2
* include/vlc_playlist.h
  src/playlist/playlist.c:
     * Implemented a boolean b_enabled to disable a playlist item
     * Implemented the idea of group (p_item->i_group), that allows
       to enable/disable and to sort some series of items
     * Implemented an unused (at the moment), psz_author field
     * Started to implement a new playlist format to store all of these

* modules/gui/wxwindows/interface.cpp:
     Added a hiddeable panel to put some important options.
     (Menu Preferences->Extra GUI)
     At the moment, we put the adjust filter and aspect ratio, and must
     decide what options we want here

* modules/gui/wxwindows/playlist.cpp
  modules/gui/wxwindows/iteminfo.cpp:
     Added "Enable/disable group button", options to enable/disable selection
     Added an item info dialog box

* modules/misc/sap.c :
     Added a sap-group-id option: the SAP playlist items are in a separate group
     (defaults to 42)

* modules/visualization/visual/effects.c:
     Minor coding style fixes

Todo:
-----

* Advanced sort (alphabetical and/or by group)
* Ability to load 0_6 playlists
* Really use the libid3tag
include/vlc_playlist.h
modules/gui/wxwindows/Modules.am
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/iteminfo.cpp [new file with mode: 0644]
modules/gui/wxwindows/playlist.cpp
modules/gui/wxwindows/wxwindows.h
modules/misc/sap.c
modules/visualization/visual/effects.c
src/playlist/playlist.c