From 756991bd4f78d3a241df1f4fa208d5f55ef95833 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 May 2015 21:48:07 +0200 Subject: screenshots: change default directory in pseudo-gui mode to desktop This should take care of the endless complaints about the default location for screenshots (and will of course create new ones). If the screenshot-template is set to an absolute path, the directory won't be used. So this should be reasonably compatible. --- DOCS/man/mpv.rst | 1 + DOCS/man/options.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index d7d50a4824..653c29d9ce 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -648,6 +648,7 @@ the ``pseudo-gui`` profile being predefined with the following contents: terminal=no force-window=yes idle=once + screenshot-directory=~desktop/ This follows the mpv config file format. To customize pseudo-GUI mode, you can put your own ``pseudo-gui`` profile into your ``mpv.conf``. This profile will diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 356eff7822..884d6bf7eb 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2665,7 +2665,8 @@ Screenshot generated. This option is not set by default, and thus will write screenshots to the - directory from which mpv was started. + directory from which mpv was started. In pseudio-gui mode + (see `PSEUDO GUI MODE`_), this is set to the desktop. ``--screenshot-jpeg-quality=<0-100>`` Set the JPEG quality level. Higher means better quality. The default is 90. -- cgit v1.2.3