diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2018-03-28 10:50:49 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2018-03-28 10:50:49 -0400 |
commit | e94ed1cff1513f536c920ed3076319a1021d8842 (patch) | |
tree | bda3a9deaf72ff3ebd4ab16835e07ac8acaac0e0 /lisp | |
parent | 7a5da34e1192dd7a32545a7c0edbd9bb69e7922e (diff) |
* lisp/emms-tag-editor.el: depreciate mp3info
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-tag-editor.el | 10 |
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, |