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" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
