X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=README;h=8886e1ea114be50a12d789f38b71b3a89d0de605;hb=6d107019a4de5bcc9c5b840c69047fb03116b1d3;hp=e91fafc48826a301d74add10909eb6ea2c3a3eef;hpb=77849dd4c8b7e8485d9113e6afcdf721b316c12c;p=emus.git diff --git a/README b/README index e91fafc..8886e1e 100644 --- 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)