« get me outta code hell

Notes - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-06-12 08:16:10 -0300
committerliam4 <towerofnix@gmail.com>2017-06-12 08:16:10 -0300
commit632574cd9772d36a4ccb77483c00a85e5e06ba36 (patch)
tree3dcc37fb85dd2a7debf48e813456f8dce9834406 /todo.txt
parent20c4de1ac995f6ac041c1d0405ff35ded7ada2a4 (diff)
Notes
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 8ef5e44..970c8d8 100644
--- a/todo.txt
+++ b/todo.txt
@@ -114,3 +114,10 @@ TODO: A way to see information about the currently playing song, as well as
       the up-next song.
 
 TODO: A way to see the previously played songs, and to skip back (or forwards).
+
+TODO: Exit on loop-play end. (Since it listens to stdin for input right now,
+      it won't automatically stop.)
+
+TODO: Figure out how to attempt to avoid being forced to convert every file..
+      converting a 10MB MP3 into an 80MB WAV is never good, even if we're
+      storing it as a tempfile!