branch: externals/emms commit 1a28476e90553c0cdbc5ae1a4e5c3fe37d3ba5ac Author: Grant Shangreaux <gr...@unabridgedsoftware.com> Commit: Grant Shangreaux <gr...@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