Now showing
Emacs: Bongo media manager and extras
About this film
In this video I demonstrate the numerous custom functions I have defined for interfacing with Bongo, the media manager for Emacs. My extensions are designed to facilitate my workflow: managing and playing back a large local music collection, with the help of Dired and other Emacs facilities. The following block presents the contents of the code I used in this video. Please note that the code block will not be updated . For the latest version of everything I share on this front, you should refer directly to my dotemacs (the link points to the web page, but there is also a git source linked from there). (use-package bongo :ensure :config (setq bongo-default-directory "~/Music") (setq bongo-prefer-library-buffers nil) (setq bongo-insert-whole-directory-trees t) (setq bongo-logo nil) (setq bongo-display-track-icons nil) (setq bongo-display-track-lengths nil) (setq bongo-display-header-icons nil) (setq bongo-display-playback-mode-indicator t) (setq bongo-display-inline-playback-progress t) (setq bongo-join-inserted-tracks nil) (setq bongo-field-separator (propertize " · " 'face 'shadow)) (setq bongo-mark-played-tracks t) (setq bongo-header-line-mode nil) (setq bongo-mode-line-indicator-…
Directors & creators
Protesilaos Stavrou
More from this pool