summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-24 15:53:36 +0100
committerwm4 <wm4@nowhere>2015-03-24 16:04:44 +0100
commit1e659a9f0f3a3836912c66ab75b5af38e632ef12 (patch)
tree9b2774cde48b1b89b27df323fcf4c1c1ea6ea327 /DOCS/man
parentd5318e5e095f3ef831b5251b554ce790da3c40c7 (diff)
downloadmpv-1e659a9f0f3a3836912c66ab75b5af38e632ef12.tar.bz2
mpv-1e659a9f0f3a3836912c66ab75b5af38e632ef12.tar.xz
input: remove classic LIRC support
It's much easier to configure remotes as X11 input devices.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/mpv.rst6
-rw-r--r--DOCS/man/options.rst9
2 files changed, 5 insertions, 10 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 10721f76a2..df25af40c7 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -32,8 +32,10 @@ INTERACTIVE CONTROL
===================
mpv has a fully configurable, command-driven control layer which allows you
-to control mpv using keyboard, mouse, joystick or remote control (with
-LIRC). See the ``--input-`` options for ways to customize it.
+to control mpv using keyboard, mouse, joystick or remote control (there is no
+LIRC support - configure remotes as input devices instead).
+
+See the ``--input-`` options for ways to customize it.
Keyboard Control
----------------
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 938c5e143d..458ec87fca 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2364,13 +2364,6 @@ Input
``--input-js-dev``
Specifies the joystick device to use (default: ``/dev/input/js0``).
-``--input-lirc``, ``--no-input-lirc``
- Enable/disable LIRC support. Enabled by default.
-
-``--input-lirc-conf=<filename>``
- (LIRC only)
- Specifies a configuration file for LIRC (default: ``~/.lircrc``).
-
``--input-media-keys=<yes|no>``
(OS X only)
Enable/disable media keys support. Enabled by default (except for libmpv).
@@ -2951,7 +2944,7 @@ TV
Use _ for spaces in names (or play with quoting ;-) ). The channel
names will then be written using OSD, and the slave commands
``tv_step_channel``, ``tv_set_channel`` and ``tv_last_channel``
- will be usable for a remote control (see LIRC). Not compatible with
+ will be usable for a remote control. Not compatible with
the ``frequency`` parameter.
.. note::