emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/emms 1a28476 7/8: * emms-tag-editor.el: Add: opus confi


From: ELPA Syncer
Subject: [elpa] externals/emms 1a28476 7/8: * emms-tag-editor.el: Add: opus config for tag editor format
Date: Sat, 5 Jun 2021 00:57:16 -0400 (EDT)

branch: externals/emms
commit 1a28476e90553c0cdbc5ae1a4e5c3fe37d3ba5ac
Author: Grant Shangreaux <grant@unabridgedsoftware.com>
Commit: Grant Shangreaux <grant@unabridgedsoftware.com>

    * emms-tag-editor.el: Add: opus config for tag editor format
    
    Removes info-genre from available tags because tracktag doesn't write
    that field.
---
 emms-tag-editor.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emms-tag-editor.el b/emms-tag-editor.el
index ce9d934..0ea887d 100644
--- a/emms-tag-editor.el
+++ b/emms-tag-editor.el
@@ -86,6 +86,7 @@
     `(("mp3" . ,default)
       ("ogg" . ,(emms-tag-editor-make-format (remove 'info-year tags)))
       ("flac" . ,(emms-tag-editor-make-format (remove 'info-year tags)))
+      ("opus" . ,(emms-tag-editor-make-format (remove 'info-genre tags)))
       ("default" . ,default)))
   "Format to use when inserting the track.
 The CAR part is the extension of the track name, and the CDR part



reply via email to

[Prev in Thread] Current Thread [Next in Thread]