aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-04-09 11:37:08 +0530
committerPierre Neidhardt <ambrevar@gmail.com>2018-04-09 11:50:03 +0530
commit58c83cf6c640bc241fb933ce743d1876bbcbba8c (patch)
tree96dab7acfceec73ae469c4d075d97d7d3bd1a832 /doc
parent949f9b9e5f43be7a9b665f8bbaa7082a238d3336 (diff)
* lisp/emms-info-opusinfo.el: Add support for Opus info queries
Diffstat (limited to 'doc')
-rw-r--r--doc/emms.texinfo16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo
index 36b39cd..e5b5db9 100644
--- a/doc/emms.texinfo
+++ b/doc/emms.texinfo
@@ -204,8 +204,8 @@ More detail about setting up Emms can be found in the setup chapter,
Emms tries to display the tags (the name of the song, as opposed to
the name of the file) of the music you listen to. Emms can use libtag,
see @xref{Using TagLib}, or a combination of other software such as
-`mp3info' and `ogginfo' (make sure that they are installed if you want
-Emms to use them.)
+`mp3info', `ogginfo' and `opusinfo' (make sure that they are installed
+if you want Emms to use them.)
The last thing to do is to tell Emms where your music is; the root
directory of our music collection. Let's say all your music is in
@@ -876,11 +876,13 @@ The current Emms playlist buffer is stored in the variable
Emms is distributed with multiple predefined methods for retrieving
info, provided by modules such as @file{emms-info-mp3info.el},
-@file{emms-info-ogginfo.el}, @file{emms-cue.el} and
-@file{emms-info-libtag.el}. The first two packages are front-ends for
-command-line tools. Ogg track information is retrieved using the
-@uref{http://directory.fsf.org/audio/ogg/vorbistools.html, ogginfo}
-software. Likewise, mp3 track information is available using
+@file{emms-info-ogginfo.el}, @file{emms-info-opusinfo.el},
+@file{emms-cue.el} and @file{emms-info-libtag.el}. The first three
+packages are front-ends for command-line tools. Ogg track information is
+retrieved using the
+@uref{http://directory.fsf.org/audio/ogg/vorbistools.html, ogginfo} and
+the @uref{https://www.opus-codec.org/ opusinfo} software. Likewise, mp3
+track information is available using
@uref{http://www.ibiblio.org/mp3info/, mp3info}. @file{emms-cue.el}
retrieves tracks information for ape/flac files by parsing a cue sheet
file, which is plain text. Finally, @file{emms-info-libtag.el} uses a