[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
- [elpa] externals/listen d75248f11c 06/12: Tidy: Compilation warning, (continued)
- [elpa] externals/listen d75248f11c 06/12: Tidy: Compilation warning, ELPA Syncer, 2024/08/18
- [elpa] externals/listen eedac8822b 08/12: Docs: Clarify, ELPA Syncer, 2024/08/18
- [elpa] externals/listen ffb0a91371 01/12: Add: (listen-mpv) MPV support, ELPA Syncer, 2024/08/18
- [elpa] externals/listen f9d95497cd 04/12: Tidy: (listen--send MPV), ELPA Syncer, 2024/08/18
- [elpa] externals/listen c5b7f0b524 12/12: Docs: Mention MPV-MPRIS, ELPA Syncer, 2024/08/18
- [elpa] externals/listen 193e04b3aa 02/12: Merge: MPV support, ELPA Syncer, 2024/08/18
- [elpa] externals/listen 9d64fd574b 09/12: Docs: Add ELPA-devel badge, ELPA Syncer, 2024/08/18
- [elpa] externals/listen 748a148188 11/12: Fix: (listen-current-player), ELPA Syncer, 2024/08/18
- [elpa] externals/listen 35e6b832e5 05/12: Tidy: Indentation, ELPA Syncer, 2024/08/18
- [elpa] externals/listen be91375f7e 10/12: Docs: Update another player mention, ELPA Syncer, 2024/08/18
- [elpa] externals/listen 94c0432a21 07/12: Docs: Update player mentions,
ELPA Syncer <=