« get me outta code hell

get fractional playback pos & duration from mpv - 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:
author(quasar) nebula <towerofnix@gmail.com>2021-08-06 18:27:44 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-08-06 18:27:44 -0300
commit864b45520acae62962a10f335eab3950ed84c6fc (patch)
tree555cbebcb7677f51a8914a5b2e77085179d2e8eb /todo.txt
parent450d751b76574584b1bce70c2108e7fd86510c8f (diff)
get fractional playback pos & duration from mpv
This fixes a side-effect of timestamp files with fractional timestamps:
mtui always used to assume it was at .000 of the current second, so it
would briefly highlight the previous timestamp before completely passing
the second the timestamp starts within.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 3b29b7e..290b8c0 100644
--- a/todo.txt
+++ b/todo.txt
@@ -631,3 +631,6 @@ TODO: "Alphabetize order of groups" order option. Listen to the releases of
 TODO: "Reveal in queue" option in the context menu for tracks that are part of
       the queue! Also, rename existing "Reveal" option to "Reveal in library".
       (Done!)
+
+TODO: Timestamps which have a timestampEnd property (all of them I think?)
+      should display their duration in the right column.