aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2017-09-01 16:28:14 -0400
committerYoni Rabkin <yoni@rabkins.net>2017-09-01 16:28:14 -0400
commitde1ff3252b3113a1e622cd3d63b65479cc474525 (patch)
treeaf1b95cef911c5e89e13e87221bc182e2d0b421a /doc
parent93b4340e6fd2b34f50aec2fa129e3d4122f6a5f6 (diff)
* doc/emms.texinfo: update documentation
Update the `emms-playlist-sort' documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/emms.texinfo47
1 files changed, 37 insertions, 10 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo
index 159e94e..241dd6d 100644
--- a/doc/emms.texinfo
+++ b/doc/emms.texinfo
@@ -1775,34 +1775,61 @@ initial "info-" part. For example, to change the artist face, type M-x
The `emms-playlist-sort' module, defined in the
@file{emms-playlist-sort.el} package provides functions for sorting
-Emms playlists. `emms-playlist-sort' can be loaded by invoking:
+Emms playlists, as well as keyboard shortcuts for invoking the
+functions in the playlist buffer. Most of the functions will sort in
+reverse order if the command is preceded by a
+prefix. `emms-playlist-sort' can be loaded by invoking:
@lisp
(require 'emms-playlist-sort)
@end lisp
-@defun emms-playlist-sort-by-name
-Sort playlist by name in ascending order.
+@defun emms-playlist-sort-by-info-artist
+Sort by artist name.
@end defun
-@defun emms-playlist-sort-by-info-artist
-Sort playlist by artist in ascending order.
+@defun emms-playlist-sort-by-play-count
+Sort by number of times the track has been played.
+@end defun
+
+@defun emms-playlist-sort-by-info-album
+Sort by album name.
+@end defun
+
+@defun emms-playlist-sort-by-last-played
+Sort by time the track was played last.
@end defun
@defun emms-playlist-sort-by-info-title
-Sort playlist by title in ascending order.
+Sort by track title.
@end defun
-@defun emms-playlist-sort-by-info-album
-Sort playlist by album in ascending order.
+@defun emms-playlist-sort-by-file-extension
+Sort by filename extension.
+@end defun
+
+@defun emms-playlist-sort-by-info-performer
+Sort by performer name.
@end defun
@defun emms-playlist-sort-by-info-year
-Sort playlist by year in ascending order.
+Sort by year.
@end defun
@defun emms-playlist-sort-by-info-note
-Sort playlist by notes in ascending order.
+Sort by track notes.
+@end defun
+
+@defun emms-playlist-sort-by-info-composer
+Sort by composer.
+@end defun
+
+@defun emms-playlist-sort-by-name
+Sort by track name.
+@end defun
+
+@defun emms-playlist-sort-by-file-mtime
+Sort by file mtime.
@end defun