diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-08 13:15:03 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-08 13:15:03 +0000 |
commit | fadbcce56a23b440a7d7782b235ccc38c20be84e (patch) | |
tree | ea8ca8a99edd77eff774d4c75ac9d6f429ddd159 /TODO | |
parent | d98fbf6d5f1a60d3a6ae561dbc6df955876e10fc (diff) | |
download | mpd-fadbcce56a23b440a7d7782b235ccc38c20be84e.tar.gz mpd-fadbcce56a23b440a7d7782b235ccc38c20be84e.tar.xz mpd-fadbcce56a23b440a7d7782b235ccc38c20be84e.zip |
Check playlist length and remove songs (plchanges command)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1393 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | TODO | 23 |
1 files changed, 9 insertions, 14 deletions
@@ -1,18 +1,13 @@ -client functions ----------------------------------------------------------------------------- - * move songs in playlists - * search screen - * id3 browser - -ncurses ----------------------------------------------------------------------------- - * a small line editor (with history and support for KEY_RESIZE). - -other ----------------------------------------------------------------------------- - * internationalization - gettext - * A cleanup would be nice +Features: +* search screen +* id3 browser + +Other: +* Remove popt dependency +* A cleanup would be nice + +*** Cleanup mpc.c !!! |