From 51e359b6968113342024a449b2ab51968be2cfb6 Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Thu, 15 Apr 2021 04:15:44 +0300 Subject: [PATCH] add dir structure explanation --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3037f05..3f28319 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,22 @@ Note: in [Celluloid](https://www.archlinux.org/packages/community/x86_64/cellulo user scripts are installed by switching to the "Plugins" tab in the preferences dialog and dropping the files there. +
+ +Expected directory tree + +``` +~/.config/mpv/scripts +|-- other_addon_1 +|-- other_addon_2 +`-- videoclip + |-- main.lua + |-- ... + `-- videoclip.lua +``` + +
+ ### Using git If you already have your dotfiles set up according to