From caf31401b5ed00a16b1b201204e030f15579b610 Mon Sep 17 00:00:00 2001 From: forcer Date: Thu, 22 Sep 2005 18:32:00 +0000 Subject: Add documentation of the define symbols for emms-info.el. darcs-hash:20050922183214-2189f-97de1c0477b7a8162b6b6f170484eb0b92ddfa4d.gz --- emms-info.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) -- cgit v1.2.3