« get me outta code hell

Check if format is supported before converting - 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:51:17 -0300
committerliam4 <towerofnix@gmail.com>2017-06-12 08:51:39 -0300
commitceb4c5959d1a50574029c39252248874ed0fa160 (patch)
treeb4e23e0de77655102cfa24707193629a5603ec07 /todo.txt
parent05cbc5d6d5b3290fd0b98061c27760467dce17ec (diff)
Check if format is supported before converting
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 970c8d8..129805c 100644
--- a/todo.txt
+++ b/todo.txt
@@ -121,3 +121,4 @@ TODO: Exit on loop-play end. (Since it listens to stdin for input right now,
 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!
+      (Done!)