branch: externals/listen commit be91375f7e028f6899815541d37bbe64959a8cb9 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Docs: Update another player mention --- README.org | 2 +- docs/README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f634ebd270..87a35a47e9 100644 --- a/README.org +++ b/README.org @@ -188,7 +188,7 @@ Library buffers may be bookmarked with ~bookmark-set~ (~C-x r m~). The bookmark ** Players -~listen~ currently supports audio playback via the VLC backend. Internally, any number of simultaneous player instances could be controlled, but ~listen~'s UI provides the means to control one at a time. +~listen~ supports audio playback via MPV or VLC backends. Internally, any number of simultaneous player instances could be controlled, but ~listen~'s UI provides the means to control one at a time. Controlling the player is mainly done through the main [[info:transient#Top][Transient]] menu, through the command ~listen~. However, all of the commands provided in it are also available as interactive commands, which could be bound by the user in any keymap (see, e.g. [[elisp:(apropos-command "^listen-")][M-x apropos-command RET ^listen- RET]]). diff --git a/docs/README.org b/docs/README.org index f6168e4420..afd84946cb 100644 --- a/docs/README.org +++ b/docs/README.org @@ -200,7 +200,7 @@ Library buffers may be bookmarked with {{{command-binding(bookmark-set,C-x r m)} ** Players -~listen~ currently supports audio playback via the VLC backend. Internally, any number of simultaneous player instances could be controlled, but ~listen~'s UI provides the means to control one at a time. +~listen~ supports audio playback via MPV or VLC backends. Internally, any number of simultaneous player instances could be controlled, but ~listen~'s UI provides the means to control one at a time. Controlling the player is mainly done through the main [[info:transient#Top][Transient]] menu, through the command ~listen~. However, all of the commands provided in it are also available as interactive commands, which could be bound by the user in any keymap (see, e.g. [[elisp:(apropos-command "^listen-")][M-x apropos-command RET ^listen- RET]]).