diff options
author | Trent Buck <trentbuck@gmail.com> | 2005-11-19 15:08:00 +0000 |
---|---|---|
committer | Trent Buck <trentbuck@gmail.com> | 2005-11-19 15:08:00 +0000 |
commit | e1dc8e456fb3fa629ab0918509ab850b70c5b8d4 (patch) | |
tree | c6294c692b0c4218993ecfe13feef4e4af73f4f1 | |
parent | a56e48ca823adde74c7f84103b5ab22f8de89661 (diff) |
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
-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 |