aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2018-03-28 10:53:48 -0400
committerYoni Rabkin <yoni@rabkins.net>2018-03-28 10:53:48 -0400
commit51fd0927372c63833b998b86174b920def3b172a (patch)
tree89d2a64f3fb3110aaad8ccc27761f0d2c1ca5791 /doc
parente94ed1cff1513f536c920ed3076319a1021d8842 (diff)
* doc/emms.texinfo: mention mid3v2
Diffstat (limited to 'doc')
-rw-r--r--doc/emms.texinfo12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo
index 9804cd1..36b39cd 100644
--- a/doc/emms.texinfo
+++ b/doc/emms.texinfo
@@ -203,8 +203,9 @@ 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 `mp3info' and `ogginfo'
-(make sure that they are installed if you want Emms to use them.)
+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.)
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
@@ -874,7 +875,7 @@ The current Emms playlist buffer is stored in the variable
@cindex info tags
Emms is distributed with multiple predefined methods for retrieving
-info, provided by @file{emms-info-mp3info.el},
+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
@@ -1899,7 +1900,7 @@ If non-nil emms starts playing the current track after
Using @file{emms-tag-editor.el}, emms can set tag informations of tracks
and write them back to the file with the help of external programs, such
-as `mp3info', `vorbiscomment'.
+as `mid3v2' and `vorbiscomment'.
Use the keybinding @kbd{E} to edit the tags of track under point in the
playlist or all marked tracks (@pxref{Markable Playlists} for how to
@@ -1962,9 +1963,6 @@ single charactar is assigned to the tag to make the
@defvr {Variable} emms-tag-editor-tagfile-functions
To write tags to track file, an extern program should specified in this
variable.
-
-If the external program has an interface like `mp3info', you don't have
-to write a function. Take `mp3' and `ogg' as example.
@end defvr
@heading Renaming Files