switch to QVariant API 2
[nephilim.git] / TODO
blobac020bf6ff7c3c0660223999d5913cd81c8afcd8
1 alpha:
2 -   finish and merge new mpclient stuff
3 -   highlight current song in playlist
4 -   support for more playlists
6 other TODO:
7 - don't quit by closing mainwindow?
8 - more advanced search in library
9 - queueing (MPD feature?)
10 - spectrum analyzer
11 - tagger
12 - split library by letters (like Amarok)
13 - icons could use a lot improving
14 - waste less memory (library and playlist are main suspects)
15 - Lyrics - should use only Qt's xml functions and allow user to select lyrics
16 - Get rid of the Settings widget. It's mostly useless -- its functionality
17   should be moved to the plugins themselves
18 - cmdline arguments parsers -- wait for python2.7 (argparse module)?
19 - switch to python3? -- waiting for PyQt4/PySide py3 support in Debian
20 - try PySide?