Browse Source
* add scripts to mpv's cfg \w mpvSockets as 1st dependency and\or script * remove all usage of --input-ipc-server in all cmds * remove mpv alias that adds --input-ipc-server * fix pauseallmpv: correct paths to unix socket files * fix dependency-scripts loading so it works also when opening files off main diskpull/547/head


10 changed files with 24 additions and 20 deletions
@ -0,0 +1,3 @@
|
||||
local mpv_scripts_dir_path = os.getenv("HOME") .. "/.config/mpv/scripts/" |
||||
function load(relative_path) dofile(mpv_scripts_dir_path .. relative_path) end |
||||
load("mpvSockets/mpvSockets.lua") |
@ -0,0 +1 @@
|
||||
Subproject commit 8415a08d99a46213c918613cfe1e088071018db9 |
@ -0,0 +1,3 @@
|
||||
[submodule ".config/mpv/scripts/mpvSockets"] |
||||
path = .config/mpv/scripts/mpvSockets |
||||
url = git@github.com:wis/mpvSockets.git |
Loading…
Reference in new issue