« get me outta code hell

remove mkfifo; use socat instead - 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>2020-02-04 22:03:56 -0400
committerFlorrie <towerofnix@gmail.com>2020-02-04 22:03:56 -0400
commit5a3835184ed6c31bff97e716f172abaeae93f100 (patch)
treeb3ce7017d67980b56f0223ca41c43c2db9855eca /todo.txt
parentd14770b5f5ec8aaa350d7b235a6c4e5d40dd9a2d (diff)
remove mkfifo; use socat instead
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 0db2382..5e1fe65 100644
--- a/todo.txt
+++ b/todo.txt
@@ -463,3 +463,12 @@ TODO: Only count *consistently* formatted text, across all tracks in a group,
       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.
+
+TODO: Related to the above - always keep at least one word. See CANSLP's new
+      release "untitled folder", with tracks named "01 1", "02 2", etc.
+
+TODO: Update to work with IPC server mpv (and socat).
+      (Done!)
+
+TODO: Look into testing ^that on Windows. Remove mkfifo, since it's probably
+      no longer necessary!