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:
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()