diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-05-16 15:50:25 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-05-16 15:50:51 -0500 |
commit | 1097e5251bf2637f99e5d8dbf5a976b514575e5d (patch) | |
tree | db469451124e7de8eaee1208cd014402634f7cea | |
parent | fc31e03b6bb07dc9d60e1c9d39ffdc379cd8593c (diff) |
Add: --no-video config for emms-mpv
-rw-r--r-- | shoshimacs.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index 85b6ad4..abe737a 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -1088,6 +1088,7 @@ Emacs MultiMedia System. (setq emms-player-list '(emms-player-mpv)) (setq emms-source-file-default-directory "~/Music/") (add-to-list 'emms-tag-editor-tagfile-functions '("wav" . emms-tag-tracktag-file)) + (add-to-list 'emms-player-mpv-parameters "--no-video") #+end_src ** erc |