From 1fdc9877332cab8842bba562eb27787e3ac786bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=BA=A8?= Date: Tue, 20 Nov 2018 10:30:00 +0800 Subject: [PATCH] Update README.md `lua-settings` has been replaced with `script-opts` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e40b246..ae18250 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ Simply copy the `mpv_thumbnail_script_server.lua` once or twice (`mpv_thumbnail_ This improves thumbnailing speed a bunch, but you will quickly max out your CPU - I recommend only having two or three copies of the script. (Why multiple copies of the same file? mpv gives each script their own thread - easy multithreading!) -To adjust the script's options, create a file called `mpv_thumbnail_script.conf` inside your mpv's `lua-settings` directory. +To adjust the script's options, create a file called `mpv_thumbnail_script.conf` inside your mpv's `script-opts` directory. For example: - * Linux/Unix/Mac: `~/.config/mpv/lua-settings/mpv_thumbnail_script.conf` - * Windows: `%APPDATA%\mpv\lua-settings\mpv_thumbnail_script.conf` + * Linux/Unix/Mac: `~/.config/mpv/script-opts/mpv_thumbnail_script.conf` + * Windows: `%APPDATA%\mpv\script-opts\mpv_thumbnail_script.conf` (See the [Files section](https://mpv.io/manual/master/#files) in mpv's manual for more info.)