From e1dc8e456fb3fa629ab0918509ab850b70c5b8d4 Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Sat, 19 Nov 2005 15:08:00 +0000 Subject: emms-info-mp3info.el (emms-info-mp3find-arguments): use info-tracknumber instead of info-tracknum, so as to be consistent with ogginfo. emms-info.el: Update documentation. darcs-hash:20051119150805-8f417-0d2b6db05e53860d657c6c4fe1f7005a6aaffd28.gz --- emms-info-mp3info.el | 2 +- 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 -- cgit v1.2.3