From 4eed4ce2f8105245617e5e529077c5a6635e45f8 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 6 Feb 2019 10:37:35 -0500 Subject: * lisp/emms-player-mpd.el: set tracknumber. From: Emanuel Evans Subject: [emms-help] [PATCH] Parse disc number for mpd tracks (1 line patch) --- lisp/emms-player-mpd.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emms-player-mpd.el') diff --git a/lisp/emms-player-mpd.el b/lisp/emms-player-mpd.el index a9da1a4..327938d 100644 --- a/lisp/emms-player-mpd.el +++ b/lisp/emms-player-mpd.el @@ -1138,6 +1138,7 @@ rather than EMMS." ((string= name "title") 'info-title) ((string= name "album") 'info-album) ((string= name "track") 'info-tracknumber) + ((string= name "disc") 'info-discnumber) ((string= name "date") 'info-year) ((string= name "genre") 'info-genre) ((string= name "time") -- cgit v1.2.3