Improve comments and uncomment two lines until the mpv-0.36 release

This commit is contained in:
Gerard Vermeulen 2023-05-08 07:55:12 +02:00
parent 9be7e37adb
commit 7b378aaf86
1 changed files with 6 additions and 4 deletions

View File

@ -6467,9 +6467,10 @@ favoring =mpv= over =mpd=.
(when (ensure-package-installation 'emms)
(with-eval-after-load 'emms
(emms-all)
;; When (executable-find "mpd") finds the "mpd" executable,
;; Since `emms-all' may add `emms-player-mpd' to `emms-player-list',
;; get rid off `emms-player-mpd' after calling `emms-all'.
(setopt emms-player-list '(emms-player-mpv)))
(with-eval-after-load 'emms-mode-line
(setopt emms-mode-line-format ""))
@ -6482,9 +6483,10 @@ favoring =mpv= over =mpd=.
(with-eval-after-load 'emms-player-mpv
(setopt emms-player-mpv-ipc-method 'ipc-server
emms-player-mpv-update-metadata t)
;; Uncomment the next line in case of too many broken YouTube links:
;; (add-to-list 'emms-player-mpv-parameters "--ytdl-format=best" 'append)
;; (add-to-list 'emms-player-mpv-parameters "--config=no" 'append)
;; Uncomment the next two lines in case of too many broken YouTube links:
(add-to-list 'emms-player-mpv-parameters "--ytdl-format=best" 'append)
(add-to-list 'emms-player-mpv-parameters "--config=no" 'append)
;; The two previous lines may make the setup less user friendly.
(add-to-list 'emms-player-mpv-parameters "--fullscreen" 'append))
(with-eval-after-load 'emms-playing-time