branch: elpa/radio
commit b62b114860416a016222097211739285b153b18e
Author: Roi Martin <jroi.mar...@gmail.com>
Commit: Roi Martin <jroi.mar...@gmail.com>

    README: update radio-command documentation
---
 README   | 4 ++--
 radio.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 229a38758e..29395d0e58 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ of the package:
  -- User Option: radio-command
      Command used to play a radio station.
 
-     The string %s is replaced with the URL of the radio station.
+     The string :url is replaced with the URL of the radio station.
 
    The `customize' interface can be used to configure these variables.
 Specifically, the `radio' group contains all the relevant settings.
@@ -39,7 +39,7 @@ file, then the following code can serve as an example:
 
      (customize-set-variable
       'radio-command
-      "mpv --terminal=no --video=no %s")
+      '("mpv" "--terminal=no" "--video=no" ":url"))
 
      (customize-set-variable
       'radio-stations-alist
diff --git a/radio.el b/radio.el
index 458f6673dc..8ef79b25c4 100644
--- a/radio.el
+++ b/radio.el
@@ -5,7 +5,7 @@
 ;; Author: Roi Martin <jroi.mar...@gmail.com>
 ;; Maintainer: Roi Martin <jroi.mar...@gmail.com>
 ;; URL: https://github.com/jroimartin/radio
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "29.1"))
 ;; Keywords: multimedia
 

Reply via email to