« get me outta code hell

Desmartify playlists in play.js - 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:
authorFlorrie <towerofnix@gmail.com>2017-08-07 16:43:02 -0300
committerFlorrie <towerofnix@gmail.com>2017-08-07 16:43:39 -0300
commit7cd692dc759b167967b83d2333d52169d2b45045 (patch)
tree8d03deefaee26fbb948dd7e82258d6f58f20c806 /todo.txt
parente2d48882c6f7840f88bf663d42f6f0fa4dfb17ce (diff)
Desmartify playlists in play.js
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.