diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2021-06-04 22:58:14 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2021-06-04 22:58:14 -0500 |
commit | 1a28476e90553c0cdbc5ae1a4e5c3fe37d3ba5ac (patch) | |
tree | b1afe4187eebb7675ad4976ac34c3ba8591b6782 | |
parent | 265b3bbf96e3788ba45428b0b7a99f99c03842f6 (diff) |
* emms-tag-editor.el: Add: opus config for tag editor format
Removes info-genre from available tags because tracktag doesn't write
that field.
-rw-r--r-- | emms-tag-editor.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |