diff options
-rw-r--r-- | emms-info-mp3info.el | 2 | ||||
-rw-r--r-- | emms-info.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emms-info-mp3info.el b/emms-info-mp3info.el index 2f7bd59..69391e7 100644 --- a/emms-info-mp3info.el +++ b/emms-info-mp3info.el @@ -58,7 +58,7 @@ external mp3info program" `("-p" ,(concat "info-artist=%a\\n" "info-title=%t\\n" "info-album=%l\\n" - "info-tracknum=%n\\n" + "info-tracknumber=%n\\n" "info-year=%y\\n" "info-genre=%g\\n" "info-note=%c\\n" diff --git a/emms-info.el b/emms-info.el index 97a1250..a4b5f24 100644 --- a/emms-info.el +++ b/emms-info.el @@ -30,7 +30,7 @@ ;; info-artist - string naming the artist ;; info-title - string naming the title of the song ;; info-album - string naming the album -;; info-tracknum - string(?) naming the track number +;; info-tracknumber - string(?) naming the track number ;; info-year - string naming the year ;; info-note - string of free-form entry ;; info-genre - string naming the genre |