From 1a28476e90553c0cdbc5ae1a4e5c3fe37d3ba5ac Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Fri, 4 Jun 2021 22:58:14 -0500 Subject: * 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 -- cgit v1.2.3