From 132f395aacb2c658e91b8845076115f98158edce Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 13 Apr 2014 18:51:43 +0200 Subject: Remove radio:// It was disabled by default, works only for analogue radio, and I bet nobody uses it. --- DOCS/man/en/mpv.rst | 1 - DOCS/man/en/options.rst | 55 ------------------------------------------------- 2 files changed, 56 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst index 58d676f8d4..491ea18cdb 100644 --- a/DOCS/man/en/mpv.rst +++ b/DOCS/man/en/mpv.rst @@ -21,7 +21,6 @@ SYNOPSIS | **mpv** dvdnav://[longest|menu|title][/device] [options] | **mpv** \vcd://[/device] | **mpv** \tv://[channel][/input_id] [options] -| **mpv** radio://[channel|frequency][/capture] [options] | **mpv** \pvr:// [options] | **mpv** \dvb://[card\_number@]channel [options] | **mpv** \mf://[filemask|\@listfile] [-mf options] [options] diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index f217efbe80..9e139c0578 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1827,61 +1827,6 @@ OPTIONS functionality is limited to switching between ``best`` and ``default`` if the ``cycle`` input command is used. -``--radio=`` - These options set various parameters of the radio capture module. For - listening to radio with mpv, use ``radio://`` (if channels - option is not given) or ``radio://`` (if channels option - is given) as a movie URL. You can see allowed frequency range by running - mpv with ``-v``. To start the grabbing subsystem, use - ``radio:///capture``. If the capture keyword is not - given, you can listen to radio using the line-in cable only. Using capture - to listen is not recommended due to synchronization problems, which makes - this process uncomfortable. - - Available options are: - - ``device=`` - Radio device to use (default: ``/dev/radio0`` for Linux and - ``/dev/tuner0`` for \*BSD). - - ``driver=`` - Radio driver to use (default: v4l2 if available, otherwise v4l). - Currently, v4l and v4l2 drivers are supported. - - ``volume=<0..100>`` - Sound volume for radio device (default 100). - - ``channels=-,-,...`` - Set channel list. Use _ for spaces in names (or play with quoting ;-) ). - The channel names will then be written using OSD, and the slave - commands ``radio_step_channel`` and ``radio_set_channel`` will be usable - for a remote control (see LIRC). If given, number in movie URL will be - treated as channel position in channel list. - - .. admonition:: Example - - ``radio://1``, ``radio://104.4``, ``radio_set_channel 1`` - - ``adevice=`` (radio capture only) - Name of device to capture sound from. Without such a name, capture will - be disabled, even if the ``capture`` keyword appears in the URL. - For ALSA devices, use it in the form ``hw=.``. If the - device name contains a '=', the module will use ALSA to capture, - otherwise OSS. - - ``arate=`` (radio capture only) - Rate in samples per second (default: 44100). - - .. note:: - - When using audio capture set also ``--rawaudio=rate=`` option - with the same value as arate. If you have problems with sound speed - (runs too quickly), try to play with different rate values (e.g. - 48000, 44100, 32000,...). - - ``achannels=`` (radio capture only) - Number of audio channels to capture. - ``--really-quiet`` Display even less output and status messages than with ``--quiet``. -- cgit v1.2.3