https://github.com/fgallina/emms-info-mediainfo.git
git clone 'git://github.com/fgallina/emms-info-mediainfo.git'
An EMMS info source for the mediainfo program.
Put emms-info-mediainfo.el
where you place all your Emacs Lisp
files, after that add the following to your .emacs
:
(add-to-list 'load-path "/folder/containing/file") ;; if it's not already in `load-path'
(require 'emms-info-mediainfo)
(add-to-list 'emms-info-functions #'emms-info-mediainfo)
This is just a info source for EMMS that parses output from mediainfo.
EMMS.
If you find a bug please report it in the github tracker.
emms-info-mediainfo.el is free software under the GPL v3, see LICENSE file for details.