diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-01-08 14:55:54 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-01-08 14:55:54 -0500 |
commit | 17e5c6a81bdb7ae7240e235a46b42cd23a520146 (patch) | |
tree | 410a1d22428eff6e05a2e24e6b698862b1115c95 /doc/emms.texinfo | |
parent | 82a90866f4c62aea92355197af9007be8e03c16c (diff) |
* doc/emms.texinfo: setup examples
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 70662d4..063cb75 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -437,8 +437,22 @@ the @xref{The Browser}, persistent playlist via (emms-librefm-scrobbler-enable) @end lisp +... +@lisp + (setq-default + emms-source-file-default-directory "/mnt/db/mediaCore/sound_music/" + + emms-source-playlist-default-format 'm3u + emms-playlist-mode-center-when-go t + emms-playlist-default-major-mode 'emms-playlist-mode + emms-player-list '(emms-player-mpv) + emms-player-mpv-environment '("PULSE_PROP_media.role=music") + emms-player-mpv-parameters '("--quiet" "--really-quiet" "--no-audio-display" "--force-window=no" "--vo=null") + + emms-show-format "NP: %s") +@end lisp @c ------------------------------------------------------------------- |