diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-04-25 10:46:23 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-16 22:02:22 -0300 |
commit | 8ec81c16931bd96ba55526fac983a5aaf14b93df (patch) | |
tree | 026ee874e6dddebb7d4202ef13362a1b657bfca0 | |
parent | ffef8b8f198cafaef45daa1c942769847f92c18d (diff) |
too doos
-rw-r--r-- | todo.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 07aabb8..1371aa8 100644 --- a/todo.txt +++ b/todo.txt @@ -695,6 +695,15 @@ 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. + TODO: Pressing escape while you've got items selected should deselect those items, rather than stop playback! ...Or SHOULD IT??? Well, yes. But it's still handy to not be locked out of stopping playback altogether. |