From cd1f64f873331c5a12fcd0146b0edd6ebfe0b2d9 Mon Sep 17 00:00:00 2001 From: yonirabkin Date: Tue, 20 Sep 2005 20:13:00 +0000 Subject: clean-up emms-info-ogg.el darcs-hash:20050920201300-be80e-1917b1e46f73bc57908ea1236ddf5efb4bf06fcf.gz --- emms-info-ogg.el | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'emms-info-ogg.el') diff --git a/emms-info-ogg.el b/emms-info-ogg.el index 22d7a9e..07b5e59 100644 --- a/emms-info-ogg.el +++ b/emms-info-ogg.el @@ -1,9 +1,10 @@ ;;; emms-info-ogg.el --- ogg-comment.el info-interface for EMMS -;; Copyright (C) 2003 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + +;; Authors: Yoni Rabkin , Ulrik Jensen +;; -;; Authors: Ulrik Jensen , Yoni Rabkin -;; ;; Keywords: ogg, emms, info ;; This file is free software; you can redistribute it and/or modify @@ -29,7 +30,7 @@ ;; To activate, put something like this in your ~/.emacs: ;; (require 'emms-info-ogg) -;; (add-to-list 'emms-info-methods-list 'emms-info-ogg-comment) +;; (add-to-list 'emms-info-methods-list 'emms-info-ogg) ;; You'll of course need to also have a player if you want to actually ;; play the files. @@ -54,20 +55,6 @@ ogg-comments.el" :type 'string :group 'emms-info-ogginfo) -(defcustom emms-info-mp3find-arguments - `("-p" ,(concat "info-artist=%a\\n" - "info-title=%t\\n" - "info-album=%l\\n" - "info-tracknum=%n\\n" - "info-year=%y\\n" - "info-genre=%g\\n" - "info-note=%c\\n" - "info-playing-time=%S\\n")) - "The argument to pass to `emms-info-mp3info-program-name'. -This should be a list of info-flag=value lines." - :type '(repeat string) - :group 'emms-info-mp3info) - (defun emms-info-ogg-get-comment (field info) (let ((comment (cadr (assoc field (cadr info))))) (if comment -- cgit v1.2.3