aboutsummaryrefslogtreecommitdiff
path: root/emms.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'emms.texinfo')
-rw-r--r--emms.texinfo36
1 files changed, 31 insertions, 5 deletions
diff --git a/emms.texinfo b/emms.texinfo
index 5e9b897..9fe99d3 100644
--- a/emms.texinfo
+++ b/emms.texinfo
@@ -1150,7 +1150,7 @@ following.
@item optional crossfade
@end itemize
-@subsubheading Setup
+@subheading Setup
To load `emms-player-mpd' invoke:
@@ -1196,7 +1196,7 @@ sufficient for most uses.
You can set @var{emms-player-mpd-sync-playlist} to nil if your master
EMMS playlist contains only stored playlists.
-@subsubheading Commands provided
+@subheading Commands provided
@defun emms-player-mpd-connect
Connect to MusicPD and retrieve its current playlist. Afterward, the
@@ -1215,16 +1215,42 @@ differs from @command{emms-show} in that it asks MusicPD for the
current track, rather than Emms.
@end defun
-@defun emms-player-mpd-volume-change amount
+@subsubheading Updating the MusicPD database
+
+@defun emms-player-mpd-update-directory dir
+Cause the tracks in DIR to be updated in the MusicPD database.
+@end defun
+
+@defun emms-player-mpd-update-all
+Cause all tracks in the MusicPD music directory to be updated in
+the MusicPD database.
+@end defun
+
+@subsubheading emms-cache.el integration
+
+@defun emms-cache-set-from-mpd-directory dir
+Dump all MusicPD data from DIR into the EMMS cache.
+This is useful to do when you have recently acquired new music.
+@end defun
+
+@defun emms-cache-set-from-mpd-all
+Dump all MusicPD data into the EMMS cache.
+This is useful to do once, just before using emms-browser.el, in
+order to prime the cache.
+@end defun
+
+@subsubheading emms-volume.el integration
+
+@defun emms-volume-mpd-change amount
Change volume up or down by AMOUNT, depending on whether it is
positive or negative.
@end defun
-@defun emms-player-mpd-volume-up
+@defun emms-volume-mpd-raise
Increase the volume.
@end defun
-@defun emms-player-mpd-volume-down
+@defun emms-volume-mpd-lower
Decrease the volume.
@end defun