diff options
author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-04-09 15:59:19 +0530 |
---|---|---|
committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-04-09 23:09:34 +0530 |
commit | 2bc4236bb1b1cf1605ea155fb8d22c6b2ab06283 (patch) | |
tree | 4d5190d82a1407f7578b8e5a4d6fdea7aed7cbae /doc/emms.texinfo | |
parent | c9a5405f2df81f013b76b507d6fab975cb30a318 (diff) |
* lisp/emms-browser.el: Use albumartist before artist by default
I believe it to be the most common use-case. For the old behaviour, revert
`emms-browser-get-track-field-function' to 'emms-browser-get-track-field-simple.
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 863e236..d18ce6b 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -1726,6 +1726,12 @@ artist->album->track when you switch to the 'singles' filter: (add-hook 'emms-browser-filter-changed-hook 'toggle-album-display) @end lisp +Furthermore, you can customize +@var{emms-browser-get-track-field-function} to choose which the metadata +fields used for the different tree nodes (@code{'info-artist}, +@code{info-year}, etc.). For instance, you can choose whether to +organize the tree by artist, album artist or performer. + @subheading Changing Display Format Format strings govern the way items are displayed in the browser and |