From 08848e76d9219a097b8ca4d493ab1df7eb693162 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Mon, 23 Nov 2020 13:26:57 -0600 Subject: player: add --screen-name and --fs-screen-name Simple groundwork for adding a couple of user options that allow selecting the screen with a string name. The next two commits implements these options for xorg and wayland. --- DOCS/man/options.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 50ff3ec665..5492d1ba4d 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2839,6 +2839,12 @@ Window See also ``--fs-screen``. +``--screen-name=`` + In multi-monitor configurations, this option tells mpv which screen to + display the video on based on the screen name from the video backend. The + same caveats in the ``--screen`` option also apply here. This option is + ignored and does nothing if ``--screen`` is explicitly set. + ``--fullscreen``, ``--fs`` Fullscreen playback. @@ -2859,6 +2865,12 @@ Window See also ``--screen``. +``--fs-screen-name=`` + In multi-monitor configurations, this option tells mpv which screen to go + fullscreen to based on the screen name from the video backend. The same + caveats in the ``--fs-screen`` option also apply here. This option is + ignored and does nothing if ``--fs-screen`` is explicitly set. + ``--keep-open=`` Do not terminate when playing or seeking beyond the end of the file, and there is not next file to be played (and ``--loop`` is not used). -- cgit v1.2.3