Skip to content

fgallina/emms-info-mediainfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An EMMS info source for the mediainfo program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published