1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

manpage: describe how to list/inspect/apply profiles

This is all documented elsewhere in the manpage, but hard to find from
here.
This commit is contained in:
wm4 2018-03-02 14:24:30 +01:00 committed by Jan Ekström
parent 8288fa6978
commit c917992359

View File

@ -576,6 +576,11 @@ description (shown by ``--profile=help``) can be defined with the
``profile-desc`` option. To end the profile, start another one or use the ``profile-desc`` option. To end the profile, start another one or use the
profile name ``default`` to continue with normal options. profile name ``default`` to continue with normal options.
You can list profiles with ``--profile=help``, and show the contents of a
profile with ``--show-profile=<name>`` (replace ``<name>`` with the profile
name). You can apply profiles on start with the ``--profile=<name>`` option,
or at runtime with the ``apply-profile <name>`` command.
.. admonition:: Example mpv config file with profiles .. admonition:: Example mpv config file with profiles
:: ::