migrate to mpv v0.33
This commit is contained in:
parent
56b103b2bd
commit
71e4744d96
|
@ -39,14 +39,6 @@ If not, either proceed to Arch Wiki and come back when you're done, or simply cl
|
|||
```
|
||||
$ git clone 'https://github.com/Ajatt-Tools/videoclip.git' ~/.config/mpv/scripts/videoclip
|
||||
```
|
||||
Since you've just cloned the script to its own subfolder,
|
||||
you need to tell mpv where to look for it.
|
||||
Open or create `~/.config/mpv/scripts/modules.lua` and add these lines:
|
||||
```
|
||||
local mpv_scripts_dir_path = os.getenv("HOME") .. "/.config/mpv/scripts/"
|
||||
function load(relative_path) dofile(mpv_scripts_dir_path .. relative_path) end
|
||||
load("videoclip/videoclip.lua")
|
||||
```
|
||||
### Updating with git
|
||||
| Install method | Command |
|
||||
| --- | --- |
|
||||
|
|
Loading…
Reference in a new issue