--- Hi all, When adding my music library via emms-add-directory-tree and/or running emms-browser, I get an "wrong-type-argument sequencep 21" error in mms-browser-sort-by-year-or-name-p. This occurs for the "19" and "21" albums by Adele.
This only occurs when exiftool is added to emms-info-functions. In my testing the attached patch resolved the problem. This is very similar to 912024027e797d2671b4a9ffbfc9f634b8f7aa84, but for info-album instead of info-title. emms-info-exiftool.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emms-info-exiftool.el b/emms-info-exiftool.el index 55bb46c..fb4b205 100644 --- a/emms-info-exiftool.el +++ b/emms-info-exiftool.el @@ -90,7 +90,8 @@ emms-field (cond ((eq emms-field 'info-playing-time) (emms-info-exiftool-time)) - ((memq emms-field '(info-tracknumber + ((memq emms-field '(info-album + info-tracknumber info-title info-year info-discnumber)) -- 2.47.1