« get me outta code hell

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:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 266e67c..a6e4f48 100644
--- a/todo.txt
+++ b/todo.txt
@@ -252,7 +252,7 @@ TODO: Change usages of "/example/path" to a more specific "/path/to/playlist"
 TODO: Support smart playlists right inside of play - and ideally any other
       usage, e.g. download-playlist. For now the user can just run
       smart-playlist, save the result, and load that in whatever command
-      they're using.
+      they're using. (`play` supported.)
 
 TODO: Markdown documentation? Man pages are nice, but aren't really all that
       user-friendly (citation needed); for example you can't easily read them
@@ -264,3 +264,6 @@ TODO: Handle avconv failing (probably handle downloader rejections from within
       are loaded, but still relevant (for old playlists which may contain
       .DS_Stores or album cover arts, etc).
       (Done!)
+
+TODO: Delete temporary files when done with them - seriously! http-music alone
+      filled up a good 9GB of disk space, solely on temporary music files.