From 2bc4236bb1b1cf1605ea155fb8d22c6b2ab06283 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 9 Apr 2018 15:59:19 +0530 Subject: * 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. --- doc/emms.texinfo | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/emms.texinfo') 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 -- cgit v1.2.3