Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emacs-helm/helm-emms
- Owner: emacs-helm
- Created: 2015-03-06T08:10:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T16:35:34.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T06:05:42.570Z (6 months ago)
- Topics: emacs, emms, helm, music
- Language: Emacs Lisp
- Homepage:
- Size: 1.39 MB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.