« get me outta code hell

Change the way playlist updating works, and show track paths when I is pressed - 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-07-19 12:15:21 -0300
committerliam4 <towerofnix@gmail.com>2017-07-19 12:15:21 -0300
commita1bc37389a063e95328987385fb8b5c77ed05488 (patch)
tree5a3ab4e1890879798140bcc48b4779a5ea116b2e /todo.txt
parentb39407787e36128e63cf3387c1cfd9b480af4dfa (diff)
Change the way playlist updating works, and show track paths when I is pressed
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 6d4da81..a65ad2f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -114,6 +114,7 @@ TODO: A way to kill the up-next song.
 
 TODO: A way to see information about the currently playing song, as well as
       the up-next song.
+      (Done!)
 
 TODO: A way to see the previously played songs, and to skip back (or forwards).
 
@@ -204,6 +205,7 @@ TODO: Tracks should be able to contain more data than the title and downloader
       tracks by sticking Symbols onto the track objects. It'd be particularly
       useful to store the original group path for tracks in flattenGroup, for
       example.
+      (Done!)
 
 TODO: Piping the output of a crawl command into the http-music command would
       be nifty!
@@ -214,3 +216,5 @@ TODO: Having all the http-music commands be stuck into one main command might
 TODO: Figure out how man pages work, and update the syntax in those files.
       Particularly I'd like to make the number of blank lines between headings
       more consistent, and figure out when to use '\-' or '-'.
+
+TODO: Fix skip up-next..!