Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emacs-helm/helm-emms

Helm interface to EMMS
https://github.com/emacs-helm/helm-emms

emacs emms helm music

Last synced: 3 months ago
JSON representation

Helm interface to EMMS

Awesome Lists containing this project

README

        

[![MELPA](https://melpa.org/packages/helm-emms-badge.svg)](https://melpa.org/#/helm-emms)
[![MELPA Stable](https://stable.melpa.org/packages/helm-emms-badge.svg)](https://stable.melpa.org/#/helm-emms)

# helm-emms

Basic helm interface to [emms](https://www.gnu.org/software/emms/)

![directories](images/helm-emms-directories.jpg)

# Dependencies

This package require `emms` and `helm`.

# Install

You can get it from Melpa, otherwise when installing from source,
ensure all dependencies are installed and working, then put
"helm-emms.el" somewhere in your load-path, compile it and require
`helm-emms`, or even better use `(autoload 'helm-emms "helm-emms" nil t)`.

# Usage

Ensure first `emms` is working as expected, and configure it as described at
[Emms home page](https://www.gnu.org/software/emms/)

Then M-x helm-emms.

That's all, have fun.