This repository has been archived on 2023-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
configs/mpv/scripts/modules.lua
Victor Risgaard 463a18b5ec Configs
2023-02-07 16:14:07 +01:00

4 lines
215 B
Lua

local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"})
function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end
load("mpvSockets/mpvSockets.lua")