summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-02-20 11:57:57 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-02-20 11:57:57 +0100
commite90c7adec573c4e75e4ffb4e792b2ead77d3672a (patch)
tree78a0fc11f4b3bd885ff8483b0183709beee55058 /TODO
parentcca3aa06f58d5ad1b1abedc5d789bb626909da70 (diff)
Add a licence file.
and a licence header to nephilim.py.
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..754c4ab
--- /dev/null
+++ b/TODO
@@ -0,0 +1,19 @@
+- shortcuts
+- don't quit by closing mainwindow
+- compile format for more efficiency
+- more advanced search in library
+- playlist mgmt (moving, deleting entries, clearing, cleaning ...)
+- multiple playlists
+- queueing
+- fetch wikipedia (artist, album, song)
+- show stats
+- information related to current song (albums, related artists ...)
+- selectable fonts (and maybe colors)
+- more space-efficient interface
+- spectrum analyzer
+- tagger
+- split library by letters (like Amarok)
+- architectural changes:
+ * format.py is too complicated, replace it with something
+ simpler and cleaner
+- it should be possible to display PlayControl in main menu, like foobar2000