summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-08 10:57:57 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-08 10:57:57 +0200
commit27959559262b0d76eb803c15ec642bf2787dc785 (patch)
treeb9e7fcd351d15eee743fc68120ecd4d6cc80afd5
parent536287c8cbd77c9eaec9c3a433c09fc1564c5b35 (diff)
- More TODO for v0.1
-rw-r--r--TODO20
1 files changed, 2 insertions, 18 deletions
diff --git a/TODO b/TODO
index c130faa..dd2acf4 100644
--- a/TODO
+++ b/TODO
@@ -2,26 +2,10 @@
v. 0.1
~~~~~~
-* [FIXED] Better interface (the new .config is pretty good, but needs
- improvement)
- * 2008-09-08: Added complete support for removing paths from .config
- (not very useful, but it feels consistent)
+* Fix track numbers in /Albums
-* [FIXED] We should implement flush and similar calls we don't currently implement.
- Under some circumstances, high load can force the closing of files or
- something in a similar manner, and we should handle this properly, or else the
- media player will probably stop playback.
- * flush and fsync have been implemented, but is not required to do anything
- since we have reading only currently, so we will have to extend them later.
+* Fix /Genres
-- [FIXED] BUG: what to do with songs without tags?
- * This has been improved to check if the string is actually empty,
- instead of just dying. Good enough for v0.1.
-
-- [FIXED] BUG: something is wrong with the offset when reading media files.
- "Ogg : Page out not synced, we skip some bytes" from mplayer.
-
- UPDATE: I think this is fixed now.
v. 0.2(?)
~~~~~~~~~