Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieman/soundcloud.el
SoundCloud frontend for Emacs powered by emms
https://github.com/thieman/soundcloud.el
Last synced: 7 days ago
JSON representation
SoundCloud frontend for Emacs powered by emms
- Host: GitHub
- URL: https://github.com/thieman/soundcloud.el
- Owner: thieman
- Created: 2013-10-28T22:57:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-02T03:26:38.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:16:45.892Z (7 months ago)
- Language: Emacs Lisp
- Size: 261 KB
- Stars: 33
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
soundcloud.el
=============SoundCloud client in yo' Emacs. Available now on [MELPA](https://github.com/milkypostman/melpa) as `soundcloud`.
## Installation
#### mplayer
brew install mplayer # for os x
sudo apt-get install mplayer # for ubuntu#### emacs
`soundcloud` is available on [MELPA](https://github.com/milkypostman/melpa).
M-x package-install soundcloud
#### emms configIf you've never used emms before, you'll need to add these lines to your `init.el`
(require 'emms-setup)
(emms-standard)
(emms-default-players)## Getting Started
M-x soundcloud
a: go to an artist using their permalink name
s: search for an artist by name
p: play/pause
f: next song
b: previous song
q: quit## Features
* Play tracks of a specific artist
* Search for artists by name
* Compatible out of the box with most EMMS commands, e.g. emms-seek-to#### Author
* [Travis Thieman](https://twitter.com/thieman)