From 67e808df8c231d94edd462e41c3a63f3c2ff1d18 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 6 Oct 2022 15:19:15 -0500 Subject: [PATCH] adding emms tag system --- README.org | 4 +++- init.el | 4 +++- recentf | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index ab91e9f7..d2546140 100644 --- a/README.org +++ b/README.org @@ -1505,6 +1505,7 @@ Consult has a lot of nice functions like Ivy's Counsel functions (enhanced searc :keymaps 'override "si" 'consult-imenu "so" 'consult-org-heading + "sf" 'consult-find "sm" 'bookmark-jump "sf" 'consult-flymake "sy" 'consult-yank-from-kill-ring)) @@ -3067,7 +3068,8 @@ Since Bongo seems kinda difficult I shall give EMMS another try. (emms-all) (evil-collection-emms-setup) (emms-default-players) - (setq emms-source-file-default-directory "~/Music/") + (setq emms-source-file-default-directory "~/Music/" + emms-tag-editor-tag-ogg-program "mid3v2") (defun chris/emms-delete-song () "Deletes files in the emms browser by default. Maybe I'll have a yes or no thingy..." diff --git a/init.el b/init.el index 68d4758a..7625b318 100644 --- a/init.el +++ b/init.el @@ -1015,6 +1015,7 @@ If on a: :keymaps 'override "si" 'consult-imenu "so" 'consult-org-heading + "sf" 'consult-find "sm" 'bookmark-jump "sf" 'consult-flymake "sy" 'consult-yank-from-kill-ring)) @@ -2203,7 +2204,8 @@ interfere with the default `bongo-playlist-buffer'." (emms-all) (evil-collection-emms-setup) (emms-default-players) - (setq emms-source-file-default-directory "~/Music/") + (setq emms-source-file-default-directory "~/Music/" + emms-tag-editor-tag-ogg-program "mid3v2") (defun chris/emms-delete-song () "Deletes files in the emms browser by default. Maybe I'll have a yes or no thingy..." diff --git a/recentf b/recentf index 8e6fd751..76edc61d 100644 --- a/recentf +++ b/recentf @@ -1,4 +1,4 @@ -;;; Automatically generated by ‘recentf’ on Thu Sep 15 11:20:51 2022. +;;; Automatically generated by ‘recentf’ on Thu Oct 6 15:18:19 2022. (setq recentf-list 'nil)