diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-07-25 08:54:19 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-07-25 08:54:19 -0400 |
commit | 8cc69ca8baba16ae24766edcdaaa5f001e1e63a7 (patch) | |
tree | ba8e79b6b203f8f698b009bb177ec54a1d01687a /doc | |
parent | d27a9216214bbd4193851e2e32bdd90bdb86e59c (diff) |
* doc/emms.texinfo: document mpv streaming info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emms.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index d0e4570..b018d99 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -2772,6 +2772,14 @@ The @file{emms-streams.el} package provides the command Invoking @command{emms-streams} will pull up an Emms playlist buffer and populate it with the built-in list of streaming audio sources. +If you are using the mpv player, defined by @file{emms-player-mpv.el}, +then you can display the currently streaming track title (if the +station provides that information) by configuring: + +@lisp + (customize-set-variable 'emms-player-mpv-update-metadata t) +@end lisp + @c ------------------------------------------------------------------- @node APE / FLAC Commands |