« get me outta code hell

Fix the shuffle groups player - 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-09-05 21:08:45 -0300
committerFlorrie <towerofnix@gmail.com>2017-09-05 21:08:45 -0300
commit81110492590b1aab8daac30803d2dd93bd8ece15 (patch)
treee0473ea15adecf60cdc64b9aef475ded33ede970 /todo.txt
parent92c06acbf5a9e4b4c8c7654a2865306a4177dea5 (diff)
Fix the shuffle groups player
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 1706f0d..5cde299 100644
--- a/todo.txt
+++ b/todo.txt
@@ -323,6 +323,7 @@ TODO: Fix the shuffle players, which don't really work anymore (they more or
       (Done!)
 
 TODO: Also fix the shuffle-groups player.
+      (Done!)
 
 TODO: Consider adding pick-random back, in some way or another?
 
@@ -330,3 +331,11 @@ TODO: The concepts of importing and adding keybindings isn't very intuitive..
 
 TODO: A way to export the "timeline" playlist (though we'll need a better
       term) - that is, the flat result of the picker - would be awesome!
+
+TODO: I'm really, really bad at seeding randomness. Aaaaaa. Aaaaaaa. Aaa.
+      AAAAAAA. (Fix the code. Unless it's working right already. Hmm.)
+
+TODO: Now that we're using seeded randomness, generating the entire timeline
+      every time we want to call the picker is definitely really slow. There
+      should be some way to make it faster. (Maybe store the playlist on the
+      mutable options object?).