emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/listen 94c0432a21 07/12: Docs: Update player mentions


From: ELPA Syncer
Subject: [elpa] externals/listen 94c0432a21 07/12: Docs: Update player mentions
Date: Sun, 18 Aug 2024 06:58:37 -0400 (EDT)

branch: externals/listen
commit 94c0432a213b6da80e30d1be961b5daf27cb26df
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Docs: Update player mentions
---
 README.org      | 4 ++--
 docs/README.org | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index d1df928a03..642b81acc6 100644
--- a/README.org
+++ b/README.org
@@ -9,7 +9,7 @@
 
 This package aims to provide a simple audio/music player for Emacs.  It should 
"just work," with little-to-no configuration, have intuitive commands, and be 
easily extended and customized.  (Contrast to setting up EMMS, or having to 
configure external players like MPD.)  A Transient menu, under the command 
~listen~, is the primary entry point.
 
-The only external dependency is VLC, which is currently the only player 
backend that is supported.  (Other backends may easily be added; see library 
~listen-vlc~ for example.)  Track metadata is read using EMMS's native Elisp 
metadata library, which has been imported into this package.
+The only external dependency is either [[https://mpv.io/][MPV]] or 
[[https://www.videolan.org/vlc/][VLC]], which are the supported player 
backends.  Track metadata is read using EMMS's native Elisp metadata library, 
which has been imported into this package.
 
 Queues are provided as the means to play consecutive tracks, and they are 
shown in a ~vtable~-based view buffer.  They are persisted between sessions 
using the ~persist~ library, and they may be bookmarked.
 
@@ -37,7 +37,7 @@ Note a silly limitation: a track may be present in a queue 
only once (but who wo
 
 *Requirements:*
 - Emacs version 29.1 or later.
-- [[https://www.videolan.org/vlc/][VLC]]: used to play audio.
+- [[https://mpv.io/][MPV]] or [[https://www.videolan.org/vlc/][VLC]]: used to 
play audio.
 - Optional: ~ffprobe~ (part of [[https://ffmpeg.org/ffprobe.html][FFmpeg]]) is 
used to read tracks' duration when available.
 
 ** GNU ELPA
diff --git a/docs/README.org b/docs/README.org
index 398978af09..648d77d9f4 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -14,7 +14,7 @@
 
 This package aims to provide a simple audio/music player for Emacs.  It should 
"just work," with little-to-no configuration, have intuitive commands, and be 
easily extended and customized.  (Contrast to setting up EMMS, or having to 
configure external players like MPD.)  A Transient menu, under the command 
~listen~, is the primary entry point.
 
-The only external dependency is VLC, which is currently the only player 
backend that is supported.  (Other backends may easily be added; see library 
~listen-vlc~ for example.)  Track metadata is read using EMMS's native Elisp 
metadata library, which has been imported into this package.
+The only external dependency is either [[https://mpv.io/][MPV]] or 
[[https://www.videolan.org/vlc/][VLC]], which are the supported player 
backends.  Track metadata is read using EMMS's native Elisp metadata library, 
which has been imported into this package.
 
 Queues are provided as the means to play consecutive tracks, and they are 
shown in a ~vtable~-based view buffer.  They are persisted between sessions 
using the ~persist~ library, and they may be bookmarked.
 
@@ -45,7 +45,7 @@ Note a silly limitation: a track may be present in a queue 
only once (but who wo
 
 *Requirements:*
 + Emacs version 29.1 or later.
-+ [[https://www.videolan.org/vlc/][VLC]]: used to play audio.
++ [[https://mpv.io/][MPV]] or [[https://www.videolan.org/vlc/][VLC]]: used to 
play audio.
 + Optional: ~ffprobe~ (part of [[https://ffmpeg.org/ffprobe.html][FFmpeg]]) is 
used to read tracks' duration when available.
 
 ** GNU ELPA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]