From 01e1d0948d69a1bf6d830de5cae54bd4c1cdab47 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 17 Oct 2014 02:55:31 +0200 Subject: options: don't load per-file config files by default Generally useless feature, and might be slightly dangerous if paths can "escape" from the profile dir. (Normally this shouldn't be possible, though.) --- DOCS/man/mpv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index a005b92349..5078aac61a 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -356,7 +356,7 @@ You can also write file-specific configuration files. If you wish to have a configuration file for a file called 'video.avi', create a file named 'video.avi.conf' with the file-specific options in it and put it in ``~/.config/mpv/``. You can also put the configuration file in the same directory -as the file to be played, as long as you give the ``--use-filedir-conf`` +as the file to be played. Both require you to set the ``--use-filedir-conf`` option (either on the command line or in your global config file). If a file-specific configuration file is found in the same directory, no file-specific configuration is loaded from ``~/.config/mpv``. In addition, the -- cgit v1.2.3