aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-16 13:13:33 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-16 13:27:10 -0600
commitaca330cd9016f55fa8ed54cad2b9a3840d72df32 (patch)
treeaffe913e99cace4ac4b23abb7a0a008a3fb87d81
parent0b59bd158d584b0eeee9d222444ca04074fe11e4 (diff)
fix(mpv): add force seek back to config
Ref: 334d437
-rwxr-xr-xmpv/.config/mpv/mpv.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
index 38b3582..cfcfc7c 100755
--- a/mpv/.config/mpv/mpv.conf
+++ b/mpv/.config/mpv/mpv.conf
@@ -47,4 +47,7 @@ save-position-on-quit=yes
profile-cond=get("media-title", ""):find("twitch.tv/[^ /]+") ~= nil or string.match(p.filename, "%.m3u8$") ~= nil
profile-restore=copy-equal
demuxer-max-bytes=750k
+force-seekable=yes
+hr-seek=yes
+hr-seek-framedrop=yes
no-taskbar-progress