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

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

[nongnu] elpa/mpv 5424099b24 2/4: Update README.md and commentary


From: ELPA Syncer
Subject: [nongnu] elpa/mpv 5424099b24 2/4: Update README.md and commentary
Date: Mon, 1 Aug 2022 07:58:51 -0400 (EDT)

branch: elpa/mpv
commit 5424099b24ba4ae6d1b83d74cba43e04699d3c68
Author: Johann Klähn <johann@jklaehn.de>
Commit: Johann Klähn <johann@jklaehn.de>

    Update README.md and commentary
---
 README.md | 16 +++++++++-------
 mpv.el    | 11 +----------
 2 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 3df953927a..f29f1b69d0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# mpv.el [![NonGNU 
ELPA](https://elpa.nongnu.org/nongnu/mpv.svg)](https://elpa.nongnu.org/nongnu/mpv.html)[![MELPA
 
Stable](http://stable.melpa.org/packages/mpv-badge.svg)](http://stable.melpa.org/#/mpv)
 [![MELPA](http://melpa.org/packages/mpv-badge.svg)](http://melpa.org/#/mpv)
+# mpv.el [![NonGNU ELPA](https://elpa.nongnu.org/nongnu/mpv.svg)][NonGNU ELPA] 
[![MELPA Stable](http://stable.melpa.org/packages/mpv-badge.svg)][MELPA Stable] 
[![MELPA](http://melpa.org/packages/mpv-badge.svg)][MELPA]
 *control mpv for easy note-taking*
 
 This package is a potpourri of helper functions to control a [mpv][]
@@ -6,18 +6,18 @@ process via its IPC interface.
 
 ## Installation
 
-mpv.el is available on [MELPA][]:
+mpv.el is available on [MELPA] and [NonGNU ELPA][]:
 
     M-x package-install mpv
 
-To start playback, have a look at `mpv-play`.
-Among others, mpv.el provides
+To start playback, have a look at `mpv-play` (for single files) and `mpv-start`
+(for passing arbitrary arguments to `mpv`, e.g., URLs).  Among others, mpv.el 
provides
 
 - `mpv-pause`
 - `mpv-kill`
 - `mpv-seek-forward` / `mpv-seek-backward`
 - `mpv-speed-increase` / `mpv-speed-decrease`
-- `mpv-volume-increase` / `mpv-speed-volume`
+- `mpv-volume-increase` / `mpv-volume-decrease`
 - `mpv-insert-playback-position`
 - `mpv-seek-to-position-at-point`
 - `mpv-playlist-next` / `mpv-playlist-prev`
@@ -25,6 +25,8 @@ Among others, mpv.el provides
 Apart from that, just have a look at the interactive functions in
 [mpv.el](mpv.el) or the [wiki][] for tips on configuration.
 
-[mpv]: http://mpv.io/
-[MELPA]: http://melpa.milkbox.net
+[mpv]: https://mpv.io/
+[NonGNU ELPA]: https://elpa.nongnu.org/nongnu/mpv.html
+[MELPA]: https://melpa.org/#/mpv
+[MELPA Stable]: https://stable.melpa.org/#/mpv
 [wiki]: https://github.com/kljohann/mpv.el/wiki
diff --git a/mpv.el b/mpv.el
index 5ca5a9091d..1a61a56d2e 100644
--- a/mpv.el
+++ b/mpv.el
@@ -24,16 +24,7 @@
 ;;; Commentary:
 
 ;; This package is a potpourri of helper functions to control a mpv
-;; process via its IPC interface.  You might want to add the following
-;; to your init file:
-;;
-;; (org-add-link-type "mpv" #'mpv-play)
-;; (defun org-mpv-complete-link (&optional arg)
-;;   (replace-regexp-in-string
-;;    "file:" "mpv:"
-;;    (org-file-complete-link arg)
-;;    t t))
-;; (add-hook 'org-open-at-point-functions #'mpv-seek-to-position-at-point)
+;; process via its IPC interface.
 
 ;;; Code:
 



reply via email to

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