« get me outta code hell

Fix queue listing improperly showing/hiding notes - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-11-10 18:54:58 -0400
committerFlorrie <towerofnix@gmail.com>2019-11-10 18:54:58 -0400
commit7db503ec993285b6e3396b03a2a23d39f3f8c545 (patch)
tree09a1192788d0c5bcb503270f1b779515ad1b6d81 /todo.txt
parent8aaaf17fab07c215007aff475fc6a9b8e079dfe1 (diff)
Fix queue listing improperly showing/hiding notes
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index e0531f0..0db2382 100644
--- a/todo.txt
+++ b/todo.txt
@@ -457,3 +457,9 @@ TODO: Have a context menu option for creating a text file for notes on a
       (Done!)
 
 TODO: Delete notes files which are totally empty (or just a single line break).
+
+TODO: Only count *consistently* formatted text, across all tracks in a group,
+      as track numbering. See '19 3 In The Morning (Pianokind)' for example -
+      it is the only track in the group which is formatted '## # <text>'.
+      It does follow the formatting '## <text>' as all other tracks do, so only
+      the first digits, and following whitespace, should be removed.