diff options
author | John Hawthorn <john.hawthorn@gmail.com> | 2013-06-15 20:42:26 -0700 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-16 06:17:44 +0200 |
commit | f2cd4a0e750fc3f1a642f8389e9d95c38868f588 (patch) | |
tree | 06c6b5cda338f0459a5d8c49509f44e115f35227 /DOCS | |
parent | a07b99540c7b19b271d60c00f435895e01b2de17 (diff) | |
download | mpv-f2cd4a0e750fc3f1a642f8389e9d95c38868f588.tar.bz2 mpv-f2cd4a0e750fc3f1a642f8389e9d95c38868f588.tar.xz |
mplayer: update window title if its properties change
This allows having properties like time-pos in the window title update
properly. There is a danger of this causing significant CPU usage,
depending on the properties used and the window manager.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/options.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 516d485c7e..2d50da0045 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2119,6 +2119,9 @@ Set the window title. Properties are expanded on playback start. (See property_expansion_.) + *NOTE*: There is a danger of this causing significant CPU usage, + depending on the properties used and the window manager. + --tv=<option1:option2:...> This option tunes various properties of the TV capture module. For watching TV with mpv, use ``tv://`` or ``tv://<channel_number>`` or |