From 91a1b17104e6417cb2c77c838c85fabcff9e7d11 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 14 Jul 2016 20:04:59 +0200 Subject: Use - as command-name separator everywhere Old-style commands using _ as separator (e.g. show_progress) were still used in some places, including documentation and configuration files. This commit updates all such instances to the new style (show-progress) so that commands are easier to find in the manual. --- DOCS/mplayer-changes.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'DOCS/mplayer-changes.rst') diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst index 06990219cc..0eb523660d 100644 --- a/DOCS/mplayer-changes.rst +++ b/DOCS/mplayer-changes.rst @@ -30,7 +30,7 @@ Player * Slave mode compatibility broken (see below). * Re-enable screensaver while the player is paused. * Allow resuming playback at a later point with ``Shift+q``, also see the - ``quit_watch_later`` input command. + ``quit-watch-later`` input command. * ``--keep-open`` option to stop the player from closing the window and exiting after playback ends. * A client API, that allows embedding **mpv** into applications @@ -312,11 +312,11 @@ input.conf and Slave Commands +--------------------------------+----------------------------------------+ | Old | New | +================================+========================================+ - | ``pt_step 1 [0|1]`` | ``playlist_next [weak|force]`` | + | ``pt_step 1 [0|1]`` | ``playlist-next [weak|force]`` | | | (translation layer cannot deal with | | | whitespace) | +--------------------------------+----------------------------------------+ - | ``pt_step -1 [0|1]`` | ``playlist_prev [weak|force] (same)`` | + | ``pt_step -1 [0|1]`` | ``playlist-prev [weak|force] (same)`` | +--------------------------------+----------------------------------------+ | ``switch_ratio []`` | ``set video-aspect `` | | | | @@ -331,7 +331,7 @@ input.conf and Slave Commands | `` `` | ``no-osd``: ``no-osd cycle `` | | | ```` | +--------------------------------+----------------------------------------+ - | ``osd_show_property_text`` | ``show_text `` | + | ``osd_show_property_text`` | ``show-text `` | | ```` | The property expansion format string | | | syntax slightly changed. | +--------------------------------+----------------------------------------+ @@ -340,9 +340,9 @@ input.conf and Slave Commands | | ``raw`` prefix to disable property | | | expansion. | +--------------------------------+----------------------------------------+ - | ``show_tracks`` | ``show_text ${track-list}`` | + | ``show_tracks`` | ``show-text ${track-list}`` | +--------------------------------+----------------------------------------+ - | ``show_chapters`` | ``show_text ${chapter-list}`` | + | ``show_chapters`` | ``show-text ${chapter-list}`` | +--------------------------------+----------------------------------------+ | ``af_switch``, ``af_add``, ... | ``af set|add|...`` | +--------------------------------+----------------------------------------+ -- cgit v1.2.3