mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 8fcfc3d414097c1df0639621200347a14dc176b2
Parent: 12b082607ea1c5f59e9a5e88677ea67cf8c35791
Author: Ren Tatsumoto
Date:   Fri, 24 Sep 2021 20:14:14 +0300

remove timer countdown

the feature is considered annoying

Diffstat:
Msubs2srs.lua | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/subs2srs.lua b/subs2srs.lua @@ -728,8 +728,6 @@ local pause_timer = (function() if time > stop_time then stop() mp.set_property("pause", "yes") - else - notify('Timer: ' .. human_readable_time(stop_time - time)) end end return { @@ -744,6 +742,7 @@ local play_control = (function() local function stop_at_the_end(sub) pause_timer.set_stop_time(sub['end'] - 0.050) + notify("Playing till the end of the sub...", "info", 3) end local function play_till_sub_end()