X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=emus.git;a=blobdiff_plain;f=README;fp=README;h=8886e1ea114be50a12d789f38b71b3a89d0de605;hp=e91fafc48826a301d74add10909eb6ea2c3a3eef;hb=b2d3157b868f33f78e09c1f336d44c8c77fd1ebf;hpb=3726c4f1fec667e364ba18b8e26651f266312c6f 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)