From e94ed1cff1513f536c920ed3076319a1021d8842 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 28 Mar 2018 10:50:49 -0400 Subject: * lisp/emms-tag-editor.el: depreciate mp3info --- lisp/emms-tag-editor.el | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lisp') diff --git a/lisp/emms-tag-editor.el b/lisp/emms-tag-editor.el index 36db1d3..ca7941a 100644 --- a/lisp/emms-tag-editor.el +++ b/lisp/emms-tag-editor.el @@ -125,19 +125,11 @@ See also `emms-tag-editor-default-parser'.") (info-year . "y") (info-genre . "g") (info-note . "c"))) - ("mp3" "mp3info" - ((info-artist . "a") - (info-title . "t") - (info-album . "l") - (info-tracknumber . "n") - (info-year . "y") - (info-genre . "g") - (info-note . "c"))) ("ogg" . emms-tag-editor-tag-ogg) ("flac" . emms-tag-editor-tag-flac)) "An alist used when committing changes to tags in files. If the external program sets tags by command line options -one-by-one such as mp3info, then the list should like: +one-by-one, then the list should like: (EXTENSION PROGRAM COMMAND_LINE_OPTIONS) Otherwise, a function that accepts a single parameter, the track, -- cgit v1.2.3