-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
# toon | ||
# Toon | ||
|
||
add description of toon here | ||
Interactive radio station based on SoundCloud | ||
|
||
## Installation | ||
|
||
Toon uses `mpd` (music player daemon) to stream audio in a headless manner. | ||
|
||
```shell | ||
$ brew tap yemi/toon | ||
$ brew install mpd toon | ||
``` | ||
|
||
## Usage | ||
|
||
```shell | ||
$ mpd --no-config # runs the mpd server that toon interacts with | ||
|
||
$ toon | ||
``` | ||
|
||
Controls (Vim style): | ||
|
||
`h` - previous | ||
|
||
`j` - pause | ||
|
||
`k` - play | ||
|
||
`l` - next | ||
|
||
`r` - enter track URL |