From 9eadc068fa13b8d83ad049e83960883d06d3c125 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Wed, 13 Dec 2017 19:37:42 +0200 Subject: config: replace config dir lua-settings/ with dir script-opts/ lua-settings/ is still supported, with deprecation warning. --- DOCS/man/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/lua.rst') diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index be2cf5bcb8..f943f3421d 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -531,7 +531,7 @@ Example implementation:: print(options.optionA) -The config file will be stored in ``lua-settings/identifier.conf`` in mpv's user +The config file will be stored in ``script-opts/identifier.conf`` in mpv's user folder. Comment lines can be started with # and stray spaces are not removed. Boolean values will be represented with yes/no. -- cgit v1.2.3