From f67478f8b23f26da1292e4f3b6afe0aa86fa5bff Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Wed, 8 Nov 2023 10:08:27 -0600 Subject: [PATCH] DOSC/input: clarify a couple of commands where no-osd has no effect This should be the intuitive expectation, but it's worth noting the deviation. --- DOCS/man/input.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index d1cf8fd40b..bd0a9f7294 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -758,7 +758,7 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_). ``show-text [|-1 []]`` Show text on the OSD. The string can contain properties, which are expanded as described in `Property Expansion`_. This can be used to show playback - time, filename, and so on. + time, filename, and so on. ``no-osd`` has no effect on this command. The time in ms to show the message for. By default, it uses the same @@ -786,7 +786,7 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_). ``show-progress`` Show the progress bar, the elapsed time and the total duration of the file - on the OSD. + on the OSD. ``no-osd`` has no effect on this command. ``write-watch-later-config`` Write the resume config file that the ``quit-watch-later`` command writes,