aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-tag-editor.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2018-03-28 10:50:49 -0400
committerYoni Rabkin <yoni@rabkins.net>2018-03-28 10:50:49 -0400
commite94ed1cff1513f536c920ed3076319a1021d8842 (patch)
treebda3a9deaf72ff3ebd4ab16835e07ac8acaac0e0 /lisp/emms-tag-editor.el
parent7a5da34e1192dd7a32545a7c0edbd9bb69e7922e (diff)
* lisp/emms-tag-editor.el: depreciate mp3info
Diffstat (limited to 'lisp/emms-tag-editor.el')
-rw-r--r--lisp/emms-tag-editor.el10
1 files changed, 1 insertions, 9 deletions
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,