Thanks Yoni, that fixes it. (I tried using taglib before and couldn't get it working - now I realise it is because make was installing emms to /usr/local/ but I pointed emacs to the one in my local site-lisp directory.)
Jim On 7 May 2019 2:14 pm, Yoni Rabkin <[email protected]> wrote: James Burton <[email protected]> writes: > Hi, I am a new user and have an issue getting info for my music library. > I am using ubuntu and have the packages flac (which provides metaflac) > and easytag installed but no info is retrieved for my flac files. The > info shows up in tools like rhythmbox. I'm using emms from git and here > is my setup: > > (add-to-list 'load-path (expand-file-name > "~/.emacs.d/site-lisp/emms/lisp/")) > (require 'emms-setup) > (emms-all) > (emms-default-players) > (setq emms-playlist-buffer-name "*Music*") > (setq emms-source-file-default-directory "~/Music/") > (require 'emms-browser) > (require 'emms-mode-line) > (emms-mode-line 1) > (require 'emms-playing-time) > (emms-playing-time 1) > (emms-browser-make-filter "all" 'ignore) > (require 'emms-cue) > (add-to-list 'emms-info-functions 'emms-info-cueinfo) > (add-to-list 'emms-info-functions 'emms-info-ogginfo) > (add-to-list 'emms-info-functions 'emms-info-mp3info) > > Any ideas? Thanks, Have you tried with taglib as per the "Using TagLib" section of the manual? -- "Cut your own wood and it will warm you twice" ___________________________________________________________ This email has been scanned by MessageLabs' Email Security System on behalf of the University of Brighton. For more information see: https://staff.brighton.ac.uk/is/computing/Pages/Email/spam.aspx ___________________________________________________________ This email has been scanned by MessageLabs' Email Security System on behalf of the University of Brighton. For more information see: https://staff.brighton.ac.uk/is/computing/Pages/Email/spam.aspx
_______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
