« get me outta code hell

too doos - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-25 10:46:23 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-25 10:46:23 -0300
commit00cd029ca0ac311f4c2509befb50d02b43de2c00 (patch)
tree6db67577ec77ec4b1c72b24a012435c6d0ab4f5d
parentf59086b36dfa47a476320ce618ce1bf0383a6e99 (diff)
too doos
-rw-r--r--todo.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index b2068c9..f115383 100644
--- a/todo.txt
+++ b/todo.txt
@@ -583,3 +583,12 @@ TODO: Pressing next track (shift+N) on the last track should start the first
 TODO: Tabber tab list should be accessible via tab (key).
 
 TODO: Show current index and number of tabs beside tabber tab list.
+
+TODO: The checks for "grouplike"/"track" have been super arbitrary for a long
+      time. It'd be nice to just store that info in a plain "type" property,
+      and tweak updateGroupFormat/etc to generate that! (Probably also the
+      crawlers themselves, but they aren't as big of a priority, and we should
+      support opening older playlist formats too.)
+
+TODO: Synchronize items that have been shared with the party upon a new client
+      joining. Should be next to (or part of) the initialize-backend command.