>>108999330
>Or at the very least i want a key bind that will jump between start and end of the loop.
>This doesn't sound difficult to code, right?
babbies first lua script
mp.add_key_binding(nil, "loop-seek-a", function()
local a = mp.get_property_number("ab-loop-a")
if a then
mp.set_property_number("time-pos", a)
end
end)
repeat for b in the same file then add 2 lines with whatever+blabla script-binding loop-seek-X to your input.conf