>>109538088
for scripts made by other people, i use osc-tethys and thumbfast.
i also have this script which i use for syncplay, as it doesn't seem to integrate with mpv playlists directly (or i'm just stupid)
function seek_end()
mp.commandv("seek", math.floor(mp.get_property_number("duration") - 4), "absolute")
end
mp.add_key_binding(nil, "seek_end", seek_end)