> Yoni Rabkin <[email protected]> writes: > >> Julien Cubizolles <[email protected]> writes: >> >>> I'm having some trouble getting emms to use the mpd cache (atm it's >>> working only for mp3 files, neither ogg nor flac). Could someone using >>> emms-cache-set-from-mpd-all to populate the emms cache please post the >>> relevant parts of its .emacs fileĀ ? >> >> I personally don't use mpd, but I'll take time to set it this up and >> test the situation. Unfortunately, I can't promise to do so quickly. > > Thanks for looking at it anyway. I finally managed to get > emms-print-metada working so for now I can live without mpd to use the > browser. > >> P.S. Do you know of a place where I can get permissively licensed flac >> files for testing? > > You can get some at http://www.eclassical.com/pages/24-bit-faq.html.
I ended up downloading NIN Ghosts from the Internet Archive (https://archive.org/details/nineinchnails_ghosts_I_IV) in both flac and ogg format. Works perfect for me, including info. My Emms mpd setup is simply: (defun emms-setup-mpd-remote () (interactive) (setq emms-player-mpd-server-name "music.local" emms-player-mpd-server-port "6601" emms-player-mpd-music-directory nil) (add-to-list 'emms-info-functions 'emms-info-mpd) (add-to-list 'emms-player-list 'emms-player-mpd)) Then I: M-x emms-player-mpd-update-all M-x emms-cache-set-from-mpd-all ..and that's it. -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
