summaryrefslogtreecommitdiffhomepage
path: root/emms/jao-emms-info-track.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms/jao-emms-info-track.el')
-rw-r--r--emms/jao-emms-info-track.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emms/jao-emms-info-track.el b/emms/jao-emms-info-track.el
index 92eac7b..98056e4 100644
--- a/emms/jao-emms-info-track.el
+++ b/emms/jao-emms-info-track.el
@@ -1,6 +1,6 @@
;; jao-emms-info-track.el -- utilities to show tracks
-;; Copyright (C) 2009, 2010, 2013, 2017 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009, 2010, 2013, 2017, 2020 Jose Antonio Ortega Ruiz
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
;; Start date: Sat Jul 04, 2009 13:47
@@ -105,6 +105,7 @@
(defvar jao-emms-show-icon nil)
+;;;###autoload
(defun jao-emms-show-osd ()
(interactive)
(emms-player-mpd-get-playing-time
@@ -132,6 +133,7 @@
(info-composer . "-TCOM")
(info-note . "c")))))
+;;;###autoload
(defun jao-emms-info-setup (&optional show-osd show-echo-line no-id3)
(setq emms-track-description-function 'jao-emms-info-track-description)
(setq jao-emms-show-osd-p show-osd)