Re: Somewhat reliable multimedia management for Emacs?
Yoni Rabkin <[email protected]> Tue, 30 Jun 2026 09:55:13 -0400
| Newsgroups | gmane.emacs.emms.user |
|---|---|
| Message-ID | <[email protected]> |
Arkadiusz =C5=9Awi=C4=99tnicki <[email protected]> writes: > Hi, > > Yoni Rabkin <[email protected]> writes: > >>>> This is the typical response if no tracks were added. >>>> >>>> An Emms setup can be as simply as this (just an example): >>>> >>>> (emms-all) >>>> (setq emms-player-list '(emms-player-vlc) >>>> emms-info-functions '(emms-info-native)) >>>> >>>> What do you have? > (use-package emms > :ensure t > :demand t > :config > (require 'emms-setup) > (emms-all) > (setq emms-player-list '(emms-player-mpv) > emms-info-functions '(emms-info-native))) That looks fine. Then you run `emms-add-directory-tree' on the root of a directory with a number of subdirectories containing music, correct? Internally, Emms will iterate over that directory structure and create a list of all of the files within. We've never seen that not working except if those files are not accessible for some reason. After that happens? What do you get when you invoke `emms-playlist-mode-go' or `emms-browser'? --=20 "Cut your own wood and it will warm you twice"