aboutsummaryrefslogtreecommitdiff
path: root/emms-info.el
diff options
context:
space:
mode:
authorforcer <forcer>2005-09-22 18:32:00 +0000
committerforcer <mwolson@gnu.org>2005-09-22 18:32:00 +0000
commitcaf31401b5ed00a16b1b201204e030f15579b610 (patch)
treec4d095da1a04a45f95dfe2c65fbaef9e2d87b4d0 /emms-info.el
parentd1075eefa063bd98d165b6ed551d9fc96998be2d (diff)
Add documentation of the define symbols for emms-info.el.
darcs-hash:20050922183214-2189f-97de1c0477b7a8162b6b6f170484eb0b92ddfa4d.gz
Diffstat (limited to 'emms-info.el')
-rw-r--r--emms-info.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/emms-info.el b/emms-info.el
index f0e7bd5..f4f1888 100644
--- a/emms-info.el
+++ b/emms-info.el
@@ -24,6 +24,18 @@
;; This EMMS module provides a way to add information for a track.
;; This can use an ID3 or OGG comment like syntax.
+;; The code will add info symbols to the track. The following symbols
+;; are defined:
+
+;; 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-year - string naming the year
+;; info-note - string of free-form entry
+;; info-genre - string naming the genre
+;; info-playing-time - number giving the seconds of playtime
+
;;; Code:
(require 'emms)