Made progress tracking optional.
[emus.git] / README
diff --git a/README b/README
index e91fafc..8886e1e 100644 (file)
--- a/README
+++ b/README
@@ -81,6 +81,16 @@ Outside of the browser buffer, `M-x emus-display-status` can be used
 to show the name of the currently selected/playing song as well as the
 current volume.
 
+Enabling/disabling Progress Tracking
+------------------------------------
+
+By default, emus uses the mpg123 output to keep track of the progress
+through a track, and to listen to Icecast stream updates.  However,
+this can cause glitches in the audio on some systems if Emacs (running
+in GUI mode) looses focus for extended periods.  As a work-around it is
+possible to toggle progress tracking using `M-x emus-progress-tracking`
+which, inside the browser, is bound to `!`.
+
 Example Hydra Configuration
 ---------------------------
 
@@ -111,6 +121,7 @@ The following example is from my own init.el configuration:
         ("+" emus-volume-up-status)
         ("=" emus-volume-up-status)
         ("o" emus-stop-status)
+        ("!" emus-toggle-progress-status)
         ("b" emus-browse :color blue))
 
     (bind-key* (kbd "s-m") 'hydra-ecmus/body)