From ee8c080458b2e8f9693afe0b751fa1b765ad9003 Mon Sep 17 00:00:00 2001 From: Matt <12268867+mjgwood@users.noreply.github.com> Date: Thu, 30 Oct 2025 23:18:04 +0800 Subject: [PATCH] Update README.md Fix `script-ops` typo and simplify directory location explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fbef3d..d49203d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ On windows, arguments can be passed the same way inside a shortcut properties. Notice that, when using this method, it needs two identifiers to apply the values to the correct script, and those are the `script_name`, that refers to the name of the script, that is defined in the script code itself (in this case, the name is `mpv-splice` ## Using a config file -In order to use a config file, a `.conf` file must be created inside a directory called `script-ops`, in the same directory as the `scripts` directory is located. If it doesn't exist, create it and put the config file inside. +To use a config file, create a `.conf` file inside the `script-opts` directory. If `script-opts` doesn't exist, create it next to the `scripts` directory and put the config file inside it. The config file name must match the script name, defined in the code. In this case, it will be `mpv-splice.conf` and its contents are simply `key=value` pairs, as follows: ``` optionA=valueA