emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] Sample configuration for mpd+emms?


From: Yoni Rabkin
Subject: Re: [emms-help] Sample configuration for mpd+emms?
Date: Mon, 14 Mar 2016 10:58:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux)


> Yoni Rabkin <address@hidden> writes:
>
>> Julien Cubizolles <address@hidden> 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]