branch: externals/listen
commit 0f2f00200ea42cedbacdd4d4796beffd3592bec7
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Docs: Update
---
README.org | 2 +-
docs/README.org | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index bf059c81f1..0cb163af0d 100644
--- a/README.org
+++ b/README.org
@@ -201,7 +201,7 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
** v0.10-pre
*Additions*
-- [[https://mpv.io/][MPV]] support.
+- [[https://mpv.io/][MPV]] support (works asynchronously, to improve
performance and avoid blocking Emacs).
- Command ~listen-queue-add-tracks~, when used in a Dired buffer, uses the
marked files or the one at point.
- Option ~listen-backend~, which sets the backend to use: MPV or VLC. (The
default is to auto-detect which is available at load time, with MPV being
preferred due to more robust IPC support.)
- Faces for parts of mode line lighter.
diff --git a/docs/README.org b/docs/README.org
index 5edf3e3be6..0d4809599a 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -238,7 +238,7 @@ The ~listen-mode~ minor mode runs a timer which plays the
next track in the curr
** v0.10-pre
*Additions*
-+ [[https://mpv.io/][MPV]] support.
++ [[https://mpv.io/][MPV]] support (works asynchronously, to improve
performance and avoid blocking Emacs).
+ Command ~listen-queue-add-tracks~, when used in a Dired buffer, uses the
marked files or the one at point.
+ Option ~listen-backend~, which sets the backend to use: MPV or VLC. (The
default is to auto-detect which is available at load time, with MPV being
preferred due to more robust IPC support.)
+ Faces for parts of mode line lighter.