diff options
author | Avi Halachmi (:avih) <avihpit@yahoo.com> | 2017-12-13 19:37:42 +0200 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2018-04-07 16:02:16 -0700 |
commit | 9eadc068fa13b8d83ad049e83960883d06d3c125 (patch) | |
tree | 3c24ef08af62baffafc8c3c4345bf8f141ccef24 /DOCS/man | |
parent | b0951d71f88d29aae7babcee4a5f9dab6435ece3 (diff) |
config: replace config dir lua-settings/ with dir script-opts/
lua-settings/ is still supported, with deprecation warning.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/lua.rst | 2 | ||||
-rw-r--r-- | DOCS/man/mpv.rst | 2 | ||||
-rw-r--r-- | DOCS/man/osc.rst | 2 | ||||
-rw-r--r-- | DOCS/man/stats.rst | 2 |
4 files changed, 4 insertions, 4 deletions
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. diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index c5ab3364e5..920aa2e370 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -1172,7 +1172,7 @@ For Windows-specifics, see `FILES ON WINDOWS`_ section. ``--write-filename-in-watch-later-config`` option, and the player will add the media filename to the contents of the resume config file. -``~/.config/mpv/lua-settings/osc.conf`` +``~/.config/mpv/script-opts/osc.conf`` This is loaded by the OSC script. See the `ON SCREEN CONTROLLER`_ docs for details. diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst index 126d0532a5..8cddaa268c 100644 --- a/DOCS/man/osc.rst +++ b/DOCS/man/osc.rst @@ -128,7 +128,7 @@ Configuration ------------- The OSC offers limited configuration through a config file -``lua-settings/osc.conf`` placed in mpv's user dir and through the +``script-opts/osc.conf`` placed in mpv's user dir and through the ``--script-opts`` command-line option. Options provided through the command-line will override those from the config file. diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst index e06bcd6be5..31cb7ee123 100644 --- a/DOCS/man/stats.rst +++ b/DOCS/man/stats.rst @@ -35,7 +35,7 @@ monospaced digits is recommended. By default, the open source font Configuration ------------- -This script can be customized through a config file ``lua-settings/stats.conf`` +This script can be customized through a config file ``script-opts/stats.conf`` placed in mpv's user directory and through the ``--script-opts`` command-line option. The configuration syntax is described in `ON SCREEN CONTROLLER`_. |