« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/play.js b/play.js
index b5a85e6..6013821 100644
--- a/play.js
+++ b/play.js
@@ -47,6 +47,16 @@
 //       (Done!)
 //
 // TODO: Option to include a specific path from the source playlist.
+//       (Done!)
+//
+// TODO: Make a playlist generator that parses http://billwurtz.com
+//       instrumentals.html.
+//       (Done!)
+//
+// TODO: Make crawl-itunes.js a bit more general, more command-line
+//       friendly (i.e. don't require editing the script itself), and
+//       make it use the getHTMLLinks function defined in the new
+//       crawl-links.js script.
 
 'use strict'