summaryrefslogtreecommitdiff
path: root/TODO
blob: ac020bf6ff7c3c0660223999d5913cd81c8afcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
alpha:
-   finish and merge new mpclient stuff
-   highlight current song in playlist
-   support for more playlists

other TODO:
- don't quit by closing mainwindow?
- more advanced search in library
- queueing (MPD feature?)
- spectrum analyzer
- tagger
- split library by letters (like Amarok)
- icons could use a lot improving
- waste less memory (library and playlist are main suspects)
- Lyrics - should use only Qt's xml functions and allow user to select lyrics
- Get rid of the Settings widget. It's mostly useless -- its functionality
  should be moved to the plugins themselves
- cmdline arguments parsers -- wait for python2.7 (argparse module)?
- switch to python3? -- waiting for PyQt4/PySide py3 support in Debian
- try PySide?