emms-info-mediainfo

https://github.com/fgallina/emms-info-mediainfo.git

git clone 'git://github.com/fgallina/emms-info-mediainfo.git'
1

emms-info-mediainfo.el

An EMMS info source for the mediainfo program.

Info

Install

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)

Introduction

This is just a info source for EMMS that parses output from mediainfo.

Requirements

EMMS.

Bug Reports

If you find a bug please report it in the github tracker.

License

emms-info-mediainfo.el is free software under the GPL v3, see LICENSE file for details.